Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen cross reference script.7



details:   https://anonhg.NetBSD.org/src/rev/800b85353774
branches:  trunk
changeset: 580744:800b85353774
user:      perry <perry%NetBSD.org@localhost>
date:      Sat May 07 02:38:41 2005 +0000

description:
cross reference script.7

diffstat:

 lib/libc/gen/exec.3 |  13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r c1b53fc7aabe -r 800b85353774 lib/libc/gen/exec.3
--- a/lib/libc/gen/exec.3       Sat May 07 02:32:35 2005 +0000
+++ b/lib/libc/gen/exec.3       Sat May 07 02:38:41 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: exec.3,v 1.18 2003/08/07 16:42:47 agc Exp $
+.\"    $NetBSD: exec.3,v 1.19 2005/05/07 02:38:41 perry Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)exec.3     8.3 (Berkeley) 1/24/94
 .\"
-.Dd August 10, 2002
+.Dd May 6, 2005
 .Dt EXEC 3
 .Os
 .Sh NAME
@@ -66,7 +66,11 @@
 .Xr execve 2 .
 (See the manual page for
 .Xr execve 2
-for detailed information about the replacement of the current process.)
+for detailed information about the replacement of the current process.
+The
+.Xr script 7
+manual page provides detailed information about the execution of
+interpreter scripts.)
 .Pp
 The initial argument for these functions is the pathname of a file which
 is to be executed.
@@ -216,7 +220,8 @@
 .Xr execve 2 ,
 .Xr fork 2 ,
 .Xr ptrace 2 ,
-.Xr environ 7
+.Xr environ 7 ,
+.Xr script 7
 .Sh COMPATIBILITY
 Historically, the default path for the
 .Fn execlp



Home | Main Index | Thread Index | Old Index