diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2016-06-07 01:00:08 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2016-06-07 01:00:08 +0000 |
commit | 3db8326de1924cf5eda3c48f18177802512fc373 (patch) | |
tree | 1e73f5a818132a084c39a88ff5e848600402031d /usr.sbin | |
parent | 46464b95b0597d42d579f48b5f0b99fc8ab112d0 (diff) | |
download | src-3db8326de1924cf5eda3c48f18177802512fc373.tar.gz src-3db8326de1924cf5eda3c48f18177802512fc373.zip |
Add an entry on rc.conf(5) explaining the new options
nis_ypldap_enable and nis_ypldap_flags.
Also add an entry on ypldap(8) that it is a feature ready and
appears on FreeBSD 11.0.
Requested by: rodrigc
Relnotes: Yes
Notes
Notes:
svn path=/head/; revision=301536
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypldap/ypldap.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ypldap/ypldap.8 b/usr.sbin/ypldap/ypldap.8 index 2974e245f973..107a0c85acf5 100644 --- a/usr.sbin/ypldap/ypldap.8 +++ b/usr.sbin/ypldap/ypldap.8 @@ -74,7 +74,9 @@ configuration file. The .Nm program first appeared in -.Ox 4.4 . +.Ox 4.4 +and then +.Fx 11.0 . .Sh AUTHORS The .Nm |