diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-12 04:57:03 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-12 04:57:03 +0000 |
commit | 0796408d4a65a408fb888b67c7c5281e1c2b15f9 (patch) | |
tree | 4e2ceb31ad0d7c084e01b96df21229496bcbecef /lib/libc/string | |
parent | 3178b161105c3f9e9671218f6bea65098f246950 (diff) | |
download | FreeBSD-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/string')
-rw-r--r-- | lib/libc/string/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |