diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
commit | 90235b6a389342833e0d0274e26e329442fc5afd (patch) | |
tree | 5829da3575e5c09e938690b0b6c65a06fa2c3d11 /bin/pwd | |
parent | c51fd5b8a2f165a9fbe744c02af75eaa9dcffd59 (diff) |
add an EXIT STATUS section for /bin;
Diffstat (limited to 'bin/pwd')
-rw-r--r-- | bin/pwd/pwd.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index b75137eef71..4d84c32df53 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwd.1,v 1.18 2009/02/08 17:15:09 jmc Exp $ +.\" $OpenBSD: pwd.1,v 1.19 2010/09/03 09:53:20 jmc Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)pwd.1 8.2 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt PWD 1 .Os .Sh NAME @@ -49,7 +49,7 @@ the standard output. For an explanation of the directory hierarchy, see .Xr hier 7 . -.Pp +.Sh EXIT STATUS .Ex -std pwd .Sh SEE ALSO .Xr ksh 1 , |