From: tholo Date: Sun, 15 Sep 1996 23:16:13 +0000 (+0000) Subject: Add manpage link X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=222c55f549a8c225316d2cef0ac1877be99e3356;p=openbsd Add manpage link --- diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index d8a60c44958..98edb860442 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 1996/08/19 08:21:17 tholo Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1996/09/15 23:16:13 tholo Exp $ # gen sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/gen ${.CURDIR}/gen @@ -62,8 +62,8 @@ MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \ directory.3 telldir.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 -MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \ - exec.3 execvp.3 +MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 exect.3 \ + exec.3 execv.3 exec.3 execvp.3 MLINKS+=fts.3 fts_open.3 fts.3 fts_read.3 fts.3 fts_children.3 \ fts.3 fts_set.3 fts.3 fts_close.3 MLINKS+=isinf.3 isnan.3