summaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-08-11 15:48:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-08-11 15:48:09 +0000
commitab10c96d0809c0c25313c7a189bd1cc94d8a9826 (patch)
tree985478147b95eed9819c5973039f01f17cdb8a3c /share/man/man7
parent51172d22d84f258e6ba00c7c87d778abb77ecaba (diff)
No specific called "exec(3)", so move primary manpage to a name which
does exist -- execv(3). Still call this a family but without "Nm". Adjust Xr in various pages to refer to the precise function used rather than the family, in most cases the semantics of execve(2) are being referenced, so change the Xr. ok jmc
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/script.711
1 files changed, 4 insertions, 7 deletions
diff --git a/share/man/man7/script.7 b/share/man/man7/script.7
index 335c84f58e3..80542d1f46f 100644
--- a/share/man/man7/script.7
+++ b/share/man/man7/script.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: script.7,v 1.7 2014/01/21 03:15:46 schwarze Exp $
+.\" $OpenBSD: script.7,v 1.8 2019/08/11 15:48:08 deraadt Exp $
.\"
.\" $NetBSD: script.7,v 1.1 2005/05/07 02:20:34 perry Exp $
.\"
@@ -29,7 +29,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: August 11 2019 $
.Dt SCRIPT 7
.Os
.Sh NAME
@@ -176,11 +176,8 @@ Most shells (such as
and certain other facilities (including
.Xr execlp 3
and
-.Xr execvp 3
-but not other types of
-.Xr exec 3
-calls) still pass
-interpreter scripts that do not include the
+.Xr execvp 3 )
+still pass interpreter scripts that do not include the
.Sq #!
(and thus fail to execute with
.Er ENOEXEC )