summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-09 00:45:45 +0000
committermpp <mpp@FreeBSD.org>1996-02-09 00:45:45 +0000
commitac7bc7dc91fd898b819e49238b290fc5dc91c2fd (patch)
tree23f6ab95e449fa6a1c8cd5d94edb5242b6d376a6 /lib/libc
parent367a3d0e768685b739d88efd2b20a03f6b95ad29 (diff)
downloadFreeBSD-src-ac7bc7dc91fd898b819e49238b290fc5dc91c2fd.zip
FreeBSD-src-ac7bc7dc91fd898b819e49238b290fc5dc91c2fd.tar.gz
Added some missing MLINKS for section 3 man pages.
Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getnetgrent.32
-rw-r--r--lib/libc/gen/getpwent.34
-rw-r--r--lib/libc/net/Makefile.inc2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3
index de2523e..07d5806 100644
--- a/lib/libc/gen/getnetgrent.3
+++ b/lib/libc/gen/getnetgrent.3
@@ -113,7 +113,7 @@ have no return value.
netgroup database file
.El
.Sh SEE ALSO
-.Fn netgroup 5
+.Xr netgroup 5
.Sh COMPATIBILITY
The netgroup members have three string fields to maintain compatibility
with other vendor implementations, however it is not obvious what use the
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index 6c23f49..e916b50 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -170,9 +170,9 @@ function
has no return value.
.Sh FILES
.Bl -tag -width /etc/master.passwd -compact
-.It Pa /var/db/pwd.db
+.It Pa /etc/pwd.db
The insecure password database file
-.It Pa /var/db/spwd.db
+.It Pa /etc/spwd.db
The secure password database file
.It Pa /etc/master.passwd
The current password file
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index dd509ae..fa40736 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -35,7 +35,7 @@ MLINKS+=getservent.3 endservent.3 getservent.3 getservbyname.3 \
MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_lnaof.3 \
inet.3 inet_makeaddr.3 inet.3 inet_netof.3 inet.3 inet_network.3 \
inet.3 inet_ntoa.3 inet.3 network.3 inet.3 ntoa.3 inet.3 inet_aton.3
-MLINKS+=linkaddr.3 linkntoa.3
+MLINKS+=linkaddr.3 link_addr.3 linkaddr.3 link_ntoa.3
MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3
MLINKS+=rcmd.3 rresvport.3 rcmd.3 iruserok.3 rcmd.3 ruserok.3
MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
OpenPOWER on IntegriCloud