Remove some \f* cruft.

This commit is contained in:
wiz 2002-10-01 19:50:36 +00:00
parent 081a23ac04
commit 19c353844e
1 changed files with 6 additions and 13 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: execve.2,v 1.26 2002/10/01 18:10:44 wiz Exp $
.\" $NetBSD: execve.2,v 1.27 2002/10/01 19:50:36 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -71,29 +71,22 @@ 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,
the system
.\" was .Fn execve Ap s
\fBexecve\fP's
runs the specified
.Fn execve Ns d
the system runs the specified
.Em interpreter .
If the optional
.Em arg
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
.Fn execve Ns d
file becomes the second argument;
otherwise, the name of the originally
.\" was .Fn execve Ap d
\fBexecve\fP'd
.Fn execve Ns 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
.Fn execve Ns d
file, is left unchanged.
The interpreter named by
.Em interpreter