diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
| commit | 46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch) | |
| tree | 00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/pwd | |
| parent | c578efe575dc0b2020cf21aaae2c34b12a12a430 (diff) | |
Notes
Diffstat (limited to 'bin/pwd')
| -rw-r--r-- | bin/pwd/pwd.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 39f0d5effa762..4c4ab8d4496e6 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pwd.1 8.2 (Berkeley) 4/28/95 -.\" $Id: pwd.1,v 1.5 1997/02/22 14:05:15 peter Exp $ +.\" $Id: pwd.1,v 1.6 1998/05/15 06:30:57 charnier Exp $ .\" .Dd April 28, 1995 .Dt PWD 1 @@ -47,12 +47,14 @@ .Nm Pwd writes the absolute pathname of the current working directory to the standard output. -.Pp -The pwd utility exits 0 on success, and >0 if an error occurs. +.Sh DIAGNOSTICS +The +.Nm +utility exits 0 on success, and >0 if an error occurs. .Sh STANDARDS The .Nm -command is expected to be +utility is expected to be .St -p1003.2 compatible. .Sh SEE ALSO |
