diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 1999-10-05 04:42:31 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 1999-10-05 04:42:31 +0000 |
commit | a66582e6e0cb4ee65450c536e7ec5885a6b33423 (patch) | |
tree | 73cbd1787e1b633a14fe686139b16cb0eab873ca /bin/csh/csh.1 | |
parent | cbc55fb655be43793eb6a520ea940a7377b6c445 (diff) |
correct to show our current path situation
Diffstat (limited to 'bin/csh/csh.1')
-rw-r--r-- | bin/csh/csh.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 9ae27963176..64c8e3b3a66 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.30 1999/08/16 18:40:01 aaron Exp $ +.\" $OpenBSD: csh.1,v 1.31 1999/10/05 04:42:30 ericj Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -2448,16 +2448,19 @@ If there is no variable then only full path names will execute. The usual search path is .Dq \&. , -.Dq /bin -and +.Dq /bin , .Dq /usr/bin , +.Dq /sbin +and +.Dq /usr/sbin , but this may vary from system to system. For the super-user the default search path is -.Dq /etc , -.Dq /bin +.Dq /bin , +.Dq /usr/bin , +.Dq /sbin , and -.Dq /usr/bin . +.Dq /usr/sbin . A shell that is given neither the .Fl c nor the |