summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-12 04:57:03 +0000
committermpp <mpp@FreeBSD.org>1996-02-12 04:57:03 +0000
commit0796408d4a65a408fb888b67c7c5281e1c2b15f9 (patch)
tree4e2ceb31ad0d7c084e01b96df21229496bcbecef /lib/libc
parent3178b161105c3f9e9671218f6bea65098f246950 (diff)
downloadFreeBSD-src-0796408d4a65a408fb888b67c7c5281e1c2b15f9.zip
FreeBSD-src-0796408d4a65a408fb888b67c7c5281e1c2b15f9.tar.gz
Another round of man page cleanups.
Down to only about 100 items left to cleanup! :-)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/Makefile.inc2
-rw-r--r--lib/libc/gen/fnmatch.33
-rw-r--r--lib/libc/rpc/rstat_svc.84
-rw-r--r--lib/libc/string/Makefile.inc2
4 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 4ce40f0..542028c 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -88,7 +88,7 @@ MLINKS+=getvfsent.3 getvfsbyname.3 getvfsent.3 getvfsbytype.3 \
MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
MLINKS+=glob.3 globfree.3
MLINKS+=popen.3 pclose.3
-MLINKS+=psignal.3 sys_siglist.3
+MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3
MLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3
MLINKS+=rand48.3 _rand48.3 rand48.3 drand48.3 rand48.3 erand48.3 \
rand48.3 jrand48.3 rand48.3 lcong48.3 rand48.3 lrand48.3 \
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3
index 5d5dfd5..8d0919c 100644
--- a/lib/libc/gen/fnmatch.3
+++ b/lib/libc/gen/fnmatch.3
@@ -107,8 +107,7 @@ otherwise, it returns the value
.Sh SEE ALSO
.Xr sh 1 ,
.Xr glob 3 ,
-.Xr regex 3 ,
-.Xr wordexp 3
+.Xr regex 3
.Sh STANDARDS
The
.Fn fnmatch
diff --git a/lib/libc/rpc/rstat_svc.8 b/lib/libc/rpc/rstat_svc.8
index 0289153..b7b4386 100644
--- a/lib/libc/rpc/rstat_svc.8
+++ b/lib/libc/rpc/rstat_svc.8
@@ -17,5 +17,5 @@ daemon is normally invoked at boot time through /etc/rc.local.
.PP
.B rstat_svc
uses an RPC protocol defined in /usr/include/rpcsvc/rstat.x.
-.SH "SEE ALSO"
-.BR rstat (1),
+.\" .SH "SEE ALSO"
+.\" .BR rstat (1),
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 336476a..dddea781 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -94,4 +94,4 @@ MLINKS+=strcasecmp.3 strncasecmp.3
MLINKS+=strcat.3 strncat.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcpy.3 strncpy.3
-MLINKS+=strerror.3 perror.3
+MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3
OpenPOWER on IntegriCloud