summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-05-29 00:57:19 +0000
committerwosch <wosch@FreeBSD.org>1996-05-29 00:57:19 +0000
commit5998b03d0f992abc07bead62c4575fc149252c1b (patch)
treede2878866dd0743ae7ccf9148cacbd36b29e6b64 /lib
parent459ecf039de79dc4c5e6cdc7a395c3fecf57b70e (diff)
downloadFreeBSD-src-5998b03d0f992abc07bead62c4575fc149252c1b.zip
FreeBSD-src-5998b03d0f992abc07bead62c4575fc149252c1b.tar.gz
add manpage links:
des_setkey.3 -> crypt.3 des_cipher.3 -> crypt.3 err_set_exit.3 -> err.3 err_set_file.3 -> err.3 strunvis.3 -> unvis.3
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/Makefile.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index ee01815..9035f85 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -1,5 +1,5 @@
# From: @(#)Makefile.inc 8.3 (Berkeley) 4/16/94
-# $Id: Makefile.inc,v 1.20 1996/02/12 07:03:21 mpp Exp $
+# $Id: Makefile.inc,v 1.21 1996/02/18 01:56:51 wosch Exp $
# machine-independent gen sources
.PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen
@@ -59,14 +59,16 @@ MAN3+= gen/alarm.3 gen/clock.3 gen/confstr.3 gen/config_open.3 \
MLINKS+=config_open.3 config_next.3 config_open.3 config_close.3 \
config_open.3 config_skip.3
-MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3
+MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_setkey.3 \
+ crypt.3 des_cipher.3
MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \
directory.3 telldir.3
MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
exec.3 execvp.3 exec.3 exect.3
MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \
- err.3 warnx.3 err.3 vwarnx.3
+ err.3 warnx.3 err.3 vwarnx.3 err.3 err_set_file.3 \
+ err.3 err_set_exit.3
MLINKS+=isinf.3 isnan.3
MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \
getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \
@@ -114,5 +116,6 @@ MLINKS+=tcsetattr.3 tcgetattr.3 tcsetattr.3 cfsetospeed.3 \
MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3
MLINKS+=tzset.3 tzsetwall.3
MLINKS+=vis.3 strvis.3 vis.3 strvisx.3
+MLINKS+=unvis.3 strunvis.3
MLINKS+=fts.3 fts_open.3 fts.3 fts_read.3 fts.3 fts_children.3 \
fts.3 fts_close.3
OpenPOWER on IntegriCloud