Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Add text that says that an interpreter cannot i...



details:   https://anonhg.NetBSD.org/src/rev/0a575f3850a7
branches:  trunk
changeset: 494305:0a575f3850a7
user:      he <he%NetBSD.org@localhost>
date:      Wed Jul 05 12:42:09 2000 +0000

description:
Add text that says that an interpreter cannot itself be an interpreter
file.  Inspired by Solaris manpage and the current NetBSD implementation
as observed with the scotty package and attempts to use the earlier shell
wrapper as an interpreter.

diffstat:

 lib/libc/sys/execve.2 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 50be0d84c68c -r 0a575f3850a7 lib/libc/sys/execve.2
--- a/lib/libc/sys/execve.2     Wed Jul 05 12:41:16 2000 +0000
+++ b/lib/libc/sys/execve.2     Wed Jul 05 12:42:09 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: execve.2,v 1.18 2000/06/17 19:33:34 hubertf Exp $
+.\"    $NetBSD: execve.2,v 1.19 2000/07/05 12:42:09 he Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -93,6 +93,9 @@
 .\" was .Fn execve Ap d
 \fBexecve\fP'd
 file, is left unchanged.
+The interpreter named by
+.Em interpreter
+must not itself be an interpreter file.
 .Pp
 The argument
 .Fa argv



Home | Main Index | Thread Index | Old Index