diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-02-12 04:57:03 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-02-12 04:57:03 +0000 |
| commit | bcff8e2ae45e518525d7ef2084dd1b1b33b8f026 (patch) | |
| tree | 4e2ceb31ad0d7c084e01b96df21229496bcbecef /lib/libc | |
| parent | f80cd54d3433e33fd7dd0896500bfdf101c83414 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libc/gen/fnmatch.3 | 3 | ||||
| -rw-r--r-- | lib/libc/rpc/rstat_svc.8 | 4 | ||||
| -rw-r--r-- | lib/libc/string/Makefile.inc | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 4ce40f04ade6..542028c54ac7 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 5d5dfd58fbf5..8d0919c3e872 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 0289153fd53d..b7b438681ba9 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 336476aa7938..dddea781a70a 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 |
