diff options
author | ru <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
commit | ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44 (patch) | |
tree | 1775365203268b35ac39f4ba2e40744174a93e39 /bin/pwd/pwd.1 | |
parent | ea812ffcf7bd499c17e770d26e4a5656d8d23f57 (diff) | |
download | FreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.zip FreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.tar.gz |
Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.
Diffstat (limited to 'bin/pwd/pwd.1')
-rw-r--r-- | bin/pwd/pwd.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 0c3632c..2b687a5 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -72,19 +72,19 @@ Environment variables used by .It Ev PWD Logical current working directory. .El -.Sh DIAGNOSTICS +.Sh EXIT STATUS .Ex -std -.Sh STANDARDS -The -.Nm -utility conforms to -.St -p1003.1-2001 . .Sh SEE ALSO .Xr builtin 1 , .Xr cd 1 , .Xr csh 1 , .Xr sh 1 , .Xr getcwd 3 +.Sh STANDARDS +The +.Nm +utility conforms to +.St -p1003.1-2001 . .Sh BUGS In .Xr csh 1 |