diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-13 14:00:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-13 14:00:08 +0000 |
commit | 97b84989afc39fef025abe1fbdbb4226bce9d9f7 (patch) | |
tree | 63898ca744f2af6111703f00aa8cc3e51e83f08f /bin/pwd/pwd.1 | |
parent | bd3eb4e9d4465537274760d578004c26161e814d (diff) |
make hier(7) more visible;
tweak some stuff while i'm in here;
Diffstat (limited to 'bin/pwd/pwd.1')
-rw-r--r-- | bin/pwd/pwd.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 911cc61639f..8fc1b92d1fc 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd.1,v 1.10 2003/06/02 23:32:09 millert Exp $ +.\" $OpenBSD: pwd.1,v 1.11 2004/12/13 14:00:07 jmc Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -52,6 +52,9 @@ and Korn shell .Pq Xr ksh 1 have their own built-in version of .Nm pwd . +For an explanation of the directory hierarchy, +see +.Xr hier 7 . .Pp The .Nm @@ -61,7 +64,8 @@ utility exits 0 on success or >0 if an error occurred. .Xr csh 1 , .Xr ksh 1 , .Xr sh 1 , -.Xr getcwd 3 +.Xr getcwd 3 , +.Xr hier 7 .Sh STANDARDS The .Nm |