summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-09-15 23:16:13 +0000
committertholo <tholo@openbsd.org>1996-09-15 23:16:13 +0000
commit222c55f549a8c225316d2cef0ac1877be99e3356 (patch)
tree7249a7f32d52a9a4a62fc12a7bb8198ae598404d /lib
parentsprintf -> snprintf paranoia (diff)
downloadwireguard-openbsd-222c55f549a8c225316d2cef0ac1877be99e3356.tar.xz
wireguard-openbsd-222c55f549a8c225316d2cef0ac1877be99e3356.zip
Add manpage link
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
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