diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-17 14:04:03 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-17 14:04:03 +0000 |
commit | 9299343274fb6dc3674d5017f6f3ec1516f8c2af (patch) | |
tree | 060f0e822b51c898c83826c302013115f87bc234 /bin/pwd | |
parent | 067a7c674acdb0f198c9eb7ff75e17d1238238f6 (diff) |
consistency
Diffstat (limited to 'bin/pwd')
-rw-r--r-- | bin/pwd/pwd.1 | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 446f6240ba6..3fc09d1fa95 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd.1,v 1.7 1999/05/23 14:10:49 aaron Exp $ +.\" $OpenBSD: pwd.1,v 1.8 1999/08/17 14:04:01 aaron Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -46,11 +46,20 @@ .Sh SYNOPSIS .Nm pwd .Sh DESCRIPTION +The .Nm -writes the absolute pathname of the current working directory to +utility prints the absolute pathname of the current working directory to the standard output. +Both the Bourne shell +.Pq Xr sh 1 +and Korn shell +.Pq Xr ksh 1 +have their own built-in version of +.Nm pwd . .Pp -The pwd utility exits 0 on success or >0 if an error occurred. +The +.Nm +utility exits 0 on success or >0 if an error occurred. .Sh STANDARDS The .Nm @@ -60,6 +69,8 @@ compatible. .Sh SEE ALSO .Xr cd 1 , .Xr csh 1 , +.Xr ksh 1 , +.Xr sh 1 , .Xr getcwd 3 .Sh BUGS In |