diff options
author | ru <ru@FreeBSD.org> | 2001-08-15 09:09:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-15 09:09:47 +0000 |
commit | bde8ec1b704eb04851dc1d66e802296a909aaf66 (patch) | |
tree | 2255b1b74fe7c2ae878d3c7aa8d6573d86f4e05d /bin/pwd | |
parent | ae8772dd9f6fae5d4aae99dfbb1ce24fc3d90c1a (diff) | |
download | FreeBSD-src-bde8ec1b704eb04851dc1d66e802296a909aaf66.zip FreeBSD-src-bde8ec1b704eb04851dc1d66e802296a909aaf66.tar.gz |
mdoc(7) police: utilize the new .Ex macro.
Diffstat (limited to 'bin/pwd')
-rw-r--r-- | bin/pwd/pwd.1 | 4 | ||||
-rw-r--r-- | bin/pwd/realpath.1 | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 52497ec..98fb967 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -55,9 +55,7 @@ Consult the .Xr builtin 1 manual page. .Sh DIAGNOSTICS -The -.Nm -utility exits 0 on success, and >0 if an error occurs. +.Ex -std .Sh STANDARDS The .Nm diff --git a/bin/pwd/realpath.1 b/bin/pwd/realpath.1 index 445473d..bbc5a04 100644 --- a/bin/pwd/realpath.1 +++ b/bin/pwd/realpath.1 @@ -58,9 +58,7 @@ and in .Ar path . .Sh DIAGNOSTICS -The -.Nm -utility exits 0 on success, and >0 if an error occurs. +.Ex -std .Sh SEE ALSO .Xr realpath 3 .Sh HISTORY |