summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
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