Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin Use Ex.
details: https://anonhg.NetBSD.org/src/rev/0ae0d245fc6b
branches: trunk
changeset: 354912:0ae0d245fc6b
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Jul 04 06:46:51 2017 +0000
description:
Use Ex.
diffstat:
bin/cat/cat.1 | 6 ++----
bin/chmod/chmod.1 | 6 ++----
bin/dd/dd.1 | 6 ++----
bin/echo/echo.1 | 6 ++----
4 files changed, 8 insertions(+), 16 deletions(-)
diffs (80 lines):
diff -r 8b4d52670ff0 -r 0ae0d245fc6b bin/cat/cat.1
--- a/bin/cat/cat.1 Tue Jul 04 06:45:05 2017 +0000
+++ b/bin/cat/cat.1 Tue Jul 04 06:46:51 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cat.1,v 1.39 2017/07/03 21:33:22 wiz Exp $
+.\" $NetBSD: cat.1,v 1.40 2017/07/04 06:46:51 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -121,9 +121,7 @@
(for meta) followed by the character for the low 7 bits.
.El
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std cat
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
diff -r 8b4d52670ff0 -r 0ae0d245fc6b bin/chmod/chmod.1
--- a/bin/chmod/chmod.1 Tue Jul 04 06:45:05 2017 +0000
+++ b/bin/chmod/chmod.1 Tue Jul 04 06:46:51 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: chmod.1,v 1.27 2017/07/03 21:33:22 wiz Exp $
+.\" $NetBSD: chmod.1,v 1.28 2017/07/04 06:47:27 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -113,9 +113,7 @@
Only the owner of a file or the super-user is permitted to change
the mode of a file.
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std chmod
.Sh MODES
Modes may be absolute or symbolic.
An absolute mode is an octal number constructed by
diff -r 8b4d52670ff0 -r 0ae0d245fc6b bin/dd/dd.1
--- a/bin/dd/dd.1 Tue Jul 04 06:45:05 2017 +0000
+++ b/bin/dd/dd.1 Tue Jul 04 06:46:51 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dd.1,v 1.33 2017/07/03 21:33:22 wiz Exp $
+.\" $NetBSD: dd.1,v 1.34 2017/07/04 06:48:15 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -476,9 +476,7 @@
.Nm
will exit.
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success and >0 if an error occurred.
+.Ex -std dd
.Sh EXAMPLES
To print summary information in human-readable form:
.Pp
diff -r 8b4d52670ff0 -r 0ae0d245fc6b bin/echo/echo.1
--- a/bin/echo/echo.1 Tue Jul 04 06:45:05 2017 +0000
+++ b/bin/echo/echo.1 Tue Jul 04 06:46:51 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: echo.1,v 1.16 2017/07/03 21:33:23 wiz Exp $
+.\" $NetBSD: echo.1,v 1.17 2017/07/04 06:48:41 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -55,9 +55,7 @@
Do not print the trailing newline character.
.El
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std echo
.Sh SEE ALSO
.Xr printf 1
.Sh STANDARDS
Home |
Main Index |
Thread Index |
Old Index