summaryrefslogtreecommitdiff
path: root/lib/libc/sys/execve.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-08-15 09:51:25 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-08-15 09:51:25 +0000
commit74804d58a06fddb5364973f0c91a5cbd324cc451 (patch)
tree3d4167070f13f14e0fab0f6fe2c140f41497586e /lib/libc/sys/execve.2
parentbd3a53203f8d6209cd012ea447ce8838afd8431f (diff)
Notes
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r--lib/libc/sys/execve.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 8e3167e3e3ff..2fedc264e4a7 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)execve.2 8.5 (Berkeley) 6/1/94
-.\" $Id: execve.2,v 1.12 1999/04/27 03:56:10 hoek Exp $
+.\" $Id: execve.2,v 1.13 1999/08/14 06:17:24 chris Exp $
.\"
.Dd June 1, 1994
.Dt EXECVE 2
@@ -273,14 +273,14 @@ the real
is ``root'', then the program has some of the powers
of a super-user as well.
.Sh SEE ALSO
+.Xr ktrace 1 ,
.Xr _exit 2 ,
.Xr fork 2 ,
.Xr execl 3 ,
.Xr exit 3 ,
.Xr sysctl 3 ,
-.Xr mount 8 ,
-.Xr ktrace 1 ,
-.Xr environ 7
+.Xr environ 7 ,
+.Xr mount 8
.Sh HISTORY
The
.Fn execve