summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-15 09:09:47 +0000
committerru <ru@FreeBSD.org>2001-08-15 09:09:47 +0000
commitbde8ec1b704eb04851dc1d66e802296a909aaf66 (patch)
tree2255b1b74fe7c2ae878d3c7aa8d6573d86f4e05d /bin
parentae8772dd9f6fae5d4aae99dfbb1ce24fc3d90c1a (diff)
downloadFreeBSD-src-bde8ec1b704eb04851dc1d66e802296a909aaf66.zip
FreeBSD-src-bde8ec1b704eb04851dc1d66e802296a909aaf66.tar.gz
mdoc(7) police: utilize the new .Ex macro.
Diffstat (limited to 'bin')
-rw-r--r--bin/cat/cat.14
-rw-r--r--bin/chflags/chflags.14
-rw-r--r--bin/chmod/chmod.14
-rw-r--r--bin/cp/cp.14
-rw-r--r--bin/dd/dd.14
-rw-r--r--bin/echo/echo.14
-rw-r--r--bin/ls/ls.14
-rw-r--r--bin/mkdir/mkdir.14
-rw-r--r--bin/mv/mv.14
-rw-r--r--bin/pwd/pwd.14
-rw-r--r--bin/pwd/realpath.14
-rw-r--r--bin/realpath/realpath.14
-rw-r--r--bin/setfacl/setfacl.14
-rw-r--r--bin/stty/stty.14
14 files changed, 14 insertions, 42 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1
index cf18296..a8eead6 100644
--- a/bin/cat/cat.1
+++ b/bin/cat/cat.1
@@ -97,9 +97,7 @@ characters (with the high bit set) are printed as
(for meta) followed by the character for the low 7 bits.
.El
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success or >0 if an error occurred.
+.Ex -std
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index 4f2b9e7..0ce080f 100644
--- a/bin/chflags/chflags.1
+++ b/bin/chflags/chflags.1
@@ -137,9 +137,7 @@ command's actions are determined by the last one specified.
.Pp
You can use "ls -lo" to see the flags of existing files.
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std
.Sh SEE ALSO
.Xr ls 1 ,
.Xr chflags 2 ,
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index 3fb03ca..8a0123b 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -103,9 +103,7 @@ command's actions are determined by the last one specified.
Only the owner of a file or the super-user is permitted to change
the mode of a file.
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std
.Sh MODES
Modes may be absolute or symbolic.
An absolute mode is an octal number constructed from the sum of
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 130eeed..c682ae1 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -213,9 +213,7 @@ option is specified.
In addition, these options override each other and the
command's actions are determined by the last one specified.
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std
.Sh COMPATIBILITY
Historic versions of the
.Nm
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 8919ff7..0934956 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -347,9 +347,7 @@ in the same format as the standard completion message and
.Nm
will exit.
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success or >0 if an error occurs.
+.Ex -std
.Sh SEE ALSO
.Xr cp 1 ,
.Xr mt 1 ,
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index d427529..5426de8 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -72,9 +72,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 SEE ALSO
.Xr builtin 1 ,
.Xr csh 1 ,
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index d86997e..8175980 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -374,9 +374,7 @@ flag to
may be used
to get the results sorted from largest to smallest (a reverse sort).
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std
.Sh ENVIRONMENT
The following environment variables affect the execution of
.Nm :
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index 82ca4e5..cf0fe7b 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -85,9 +85,7 @@ Be verbose when creating directories, listing them as they are created.
.Pp
The user must have write permission in the parent directory.
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std
.Sh SEE ALSO
.Xr rmdir 1
.Sh COMPATIBILITY
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 6c1cab6..b73c644 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -129,9 +129,7 @@ rm -f destination_path && \e
\trm -rf source_file
.Ed
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std
.Sh SEE ALSO
.Xr cp 1 ,
.Xr rm 1 ,
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
diff --git a/bin/realpath/realpath.1 b/bin/realpath/realpath.1
index 445473d..bbc5a04 100644
--- a/bin/realpath/realpath.1
+++ b/bin/realpath/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
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1
index 188a783..5d72816 100644
--- a/bin/setfacl/setfacl.1
+++ b/bin/setfacl/setfacl.1
@@ -193,9 +193,7 @@ ACL entries, and
.Dq Li other
ACL entry.
.Sh DIAGNOSTICS
-The
-.Nm
-utility returns 0 on success and >0 if an error occurs.
+.Ex -std
.Sh EXAMPLES
.Dl setfacl -m u::rwx,g:mail:rw file
.Pp
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1
index d087994..bc3c1f1 100644
--- a/bin/stty/stty.1
+++ b/bin/stty/stty.1
@@ -577,9 +577,7 @@ Same as the control character
.Cm reprint .
.El
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std
.Sh SEE ALSO
.Xr termios 4
.Sh STANDARDS
OpenPOWER on IntegriCloud