diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-14 04:02:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-14 04:02:01 +0000 |
commit | ca102b8c7c9d7f7f56d1a05d1752249787dde7ce (patch) | |
tree | 93476a0c68bffe34575aa39a26e35baf6005bd54 /lib/libc/sys/Makefile.inc | |
parent | 5fa7af14537e02bed8529ebebd334b16c7905af6 (diff) |
Move description of exect() to execve(2) man page. Add a note about exect() not
being portable.
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index fc229c9ba6e..f5be72d2c2e 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.42 2001/03/09 15:13:48 art Exp $ +# $OpenBSD: Makefile.inc,v 1.43 2001/03/14 04:01:59 aaron Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -197,6 +197,7 @@ MLINKS+=chown.2 fchown.2 MLINKS+=chown.2 lchown.2 MLINKS+=clock_gettime.2 clock_settime.2 MLINKS+=clock_gettime.2 clock_getres.2 +MLINKS+=execve.2 exect.2 MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2 MLINKS+=getgid.2 getegid.2 MLINKS+=getitimer.2 setitimer.2 |