Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen reflect change of default path.



details:   https://anonhg.NetBSD.org/src/rev/de931c379ff8
branches:  trunk
changeset: 535093:de931c379ff8
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Aug 10 03:06:15 2002 +0000

description:
reflect change of default path.
from openbsd.

diffstat:

 lib/libc/gen/exec.3 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r c26744728423 -r de931c379ff8 lib/libc/gen/exec.3
--- a/lib/libc/gen/exec.3       Sat Aug 10 02:55:20 2002 +0000
+++ b/lib/libc/gen/exec.3       Sat Aug 10 03:06:15 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: exec.3,v 1.13 2002/02/07 07:00:11 ross Exp $
+.\"    $NetBSD: exec.3,v 1.14 2002/08/10 03:06:15 yamt Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -145,10 +145,11 @@
 The search path is the path specified in the environment by the
 .Ev PATH
 variable.
-If this variable isn't specified, the default path
-.Pa /bin:/usr/bin:
-is
-used.
+If this variable isn't specified,
+.Va _PATH_DEFPATH from
+.Pa <paths.h>
+is used instead, its value being:
+.Pa /usr/bin:/bin:/usr/pkg/bin:/usr/local/bin
 In addition, certain errors are treated specially.
 .Pp
 If permission is denied for a file (the attempted



Home | Main Index | Thread Index | Old Index