summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/execve.2
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-12 14:49:41 +0000
committermpp <mpp@FreeBSD.org>1997-03-12 14:49:41 +0000
commit2602ef2be25af267312c6ef607cb8d074e74f73c (patch)
tree0c81ad71f09b31436a418fead92ae4d12fc64453 /lib/libc/sys/execve.2
parent4fdffd9e94210fff52789cbb247299ffe675738f (diff)
downloadFreeBSD-src-2602ef2be25af267312c6ef607cb8d074e74f73c.zip
FreeBSD-src-2602ef2be25af267312c6ef607cb8d074e74f73c.tar.gz
Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,
but in one case the Lite2 changes were flat out wrong and caused the man page to disagree with a header file. There are still some *roff macro calls that were added that I have yet to figure out what to do with in some of the man pages.
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r--lib/libc/sys/execve.215
1 files changed, 5 insertions, 10 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 06d01d8..a4af9bf 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -66,11 +66,9 @@ An interpreter file begins with a line of the form:
.Ed
.Pp
When an interpreter file is
-.\" was .Fn execve Ap d ,
-\fBexecve\fP'd,
+.Sy execve Ap d ,
the system
-.\" was .Fn execve Ap s
-\fBexecve\fP's
+.Sy execve Ap s
runs the specified
.Em interpreter .
If the optional
@@ -78,16 +76,13 @@ If the optional
is specified, it becomes the first argument to the
.Em interpreter ,
and the name of the originally
-.\" was .Fn execve Ap d
-\fBexecve\fP'd
+.Sy execve Ap d
file becomes the second argument;
otherwise, the name of the originally
-.\" was .Fn execve Ap d
-\fBexecve\fP'd
+.Sy execve Ap d
file becomes the first argument. The original arguments are shifted over to
become the subsequent arguments. The zeroth argument, normally the name of the
-.\" was .Fn execve Ap d
-\fBexecve\fP'd
+.Sy execve Ap d
file, is left unchanged.
.Pp
The argument
OpenPOWER on IntegriCloud