Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin Change some standard exit status text to ".Ex -std"
details: https://anonhg.NetBSD.org/src/rev/90873ca7d6b7
branches: trunk
changeset: 328669:90873ca7d6b7
user: snj <snj%NetBSD.org@localhost>
date: Sun Apr 13 01:45:34 2014 +0000
description:
Change some standard exit status text to ".Ex -std"
>From Eitan Adler in PR bin/47790.
diffstat:
usr.bin/asa/asa.1 | 6 ++----
usr.bin/cap_mkdb/cap_mkdb.1 | 6 ++----
usr.bin/comm/comm.1 | 5 ++---
usr.bin/ctags/ctags.1 | 5 ++---
usr.bin/getconf/getconf.1 | 6 ++----
usr.bin/pmap/pmap.1 | 5 ++---
usr.bin/printf/printf.1 | 5 ++---
usr.bin/progress/progress.1 | 5 ++---
usr.bin/stat/stat.1 | 5 ++---
9 files changed, 18 insertions(+), 30 deletions(-)
diffs (174 lines):
diff -r 986ff4e792bb -r 90873ca7d6b7 usr.bin/asa/asa.1
--- a/usr.bin/asa/asa.1 Sat Apr 12 21:26:45 2014 +0000
+++ b/usr.bin/asa/asa.1 Sun Apr 13 01:45:34 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: asa.1,v 1.11 2002/02/08 01:36:18 ross Exp $
+.\" $NetBSD: asa.1,v 1.12 2014/04/13 01:45:34 snj Exp $
.\"
.\" Copyright (c) 1993 Winning Strategies, Inc.
.\" All rights reserved.
@@ -62,9 +62,7 @@
Lines beginning with characters other than the above are treated as if they
begin with \*[Lt]space\*[Gt].
.Sh EXIT STATUS
-The
-.Nm
-utility exit 0 on success, and \*[Gt]0 if an error occurs.
+.Ex -std
.Sh EXAMPLES
To view a file containing the output of a
.Tn FORTRAN
diff -r 986ff4e792bb -r 90873ca7d6b7 usr.bin/cap_mkdb/cap_mkdb.1
--- a/usr.bin/cap_mkdb/cap_mkdb.1 Sat Apr 12 21:26:45 2014 +0000
+++ b/usr.bin/cap_mkdb/cap_mkdb.1 Sun Apr 13 01:45:34 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cap_mkdb.1,v 1.18 2012/04/21 12:27:29 roy Exp $
+.\" $NetBSD: cap_mkdb.1,v 1.19 2014/04/13 01:45:34 snj Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -104,9 +104,7 @@
pair of the first type which has the real data associated with the
name.
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success and \*[Gt]0 if an error occurs.
+.Ex -std
.Sh SEE ALSO
.Xr dbopen 3 ,
.Xr getcap 3 ,
diff -r 986ff4e792bb -r 90873ca7d6b7 usr.bin/comm/comm.1
--- a/usr.bin/comm/comm.1 Sat Apr 12 21:26:45 2014 +0000
+++ b/usr.bin/comm/comm.1 Sun Apr 13 01:45:34 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: comm.1,v 1.11 2009/03/09 19:24:32 joerg Exp $
+.\" $NetBSD: comm.1,v 1.12 2014/04/13 01:45:34 snj Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -89,8 +89,7 @@
.\" .It Ev LC_MESSAGES
.\" .El
.Sh EXIT STATUS
-.Nm
-exits 0 on success, \*[Gt]0 if an error occurred.
+.Ex -std
.Sh SEE ALSO
.Xr cmp 1 ,
.Xr diff 1 ,
diff -r 986ff4e792bb -r 90873ca7d6b7 usr.bin/ctags/ctags.1
--- a/usr.bin/ctags/ctags.1 Sat Apr 12 21:26:45 2014 +0000
+++ b/usr.bin/ctags/ctags.1 Sun Apr 13 01:45:34 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctags.1,v 1.16 2010/05/14 16:48:36 joerg Exp $
+.\" $NetBSD: ctags.1,v 1.17 2014/04/13 01:45:34 snj Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -177,8 +177,7 @@
default output tags file
.El
.Sh EXIT STATUS
-.Nm
-exits with a value of 1 if an error occurred, 0 otherwise.
+.Ex -std
Duplicate objects are not considered errors.
.Sh SEE ALSO
.Xr ex 1 ,
diff -r 986ff4e792bb -r 90873ca7d6b7 usr.bin/getconf/getconf.1
--- a/usr.bin/getconf/getconf.1 Sat Apr 12 21:26:45 2014 +0000
+++ b/usr.bin/getconf/getconf.1 Sun Apr 13 01:45:34 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getconf.1,v 1.12 2011/08/09 18:11:38 jruoho Exp $
+.\" $NetBSD: getconf.1,v 1.13 2014/04/13 01:45:34 snj Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -81,9 +81,7 @@
.Va value
.Dc .
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+.Ex -std
.Sh SEE ALSO
.Xr pathconf 2 ,
.Xr confstr 3 ,
diff -r 986ff4e792bb -r 90873ca7d6b7 usr.bin/pmap/pmap.1
--- a/usr.bin/pmap/pmap.1 Sat Apr 12 21:26:45 2014 +0000
+++ b/usr.bin/pmap/pmap.1 Sun Apr 13 01:45:34 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pmap.1,v 1.17 2010/05/14 17:31:26 joerg Exp $
+.\" $NetBSD: pmap.1,v 1.18 2014/04/13 01:45:34 snj Exp $
.\"
.\" Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -202,8 +202,7 @@
.Fl p
and place the extra PID at the end of the command line.
.Sh EXIT STATUS
-.Nm
-exits 0 on success, and \*[Gt]0 if an error occurred.
+.Ex -std
.Sh EXAMPLES
While the meaning of most of the output is self-evident, some pieces of
it may appear to be a little inscrutable.
diff -r 986ff4e792bb -r 90873ca7d6b7 usr.bin/printf/printf.1
--- a/usr.bin/printf/printf.1 Sat Apr 12 21:26:45 2014 +0000
+++ b/usr.bin/printf/printf.1 Sun Apr 13 01:45:34 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: printf.1,v 1.24 2010/04/05 21:24:14 joerg Exp $
+.\" $NetBSD: printf.1,v 1.25 2014/04/13 01:45:34 snj Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -359,8 +359,7 @@
a field; padding takes place only if the specified field width exceeds
the actual width.
.Sh EXIT STATUS
-.Nm
-exits 0 on success, 1 on failure.
+.Ex -std
.Sh SEE ALSO
.Xr echo 1 ,
.Xr printf 3 ,
diff -r 986ff4e792bb -r 90873ca7d6b7 usr.bin/progress/progress.1
--- a/usr.bin/progress/progress.1 Sat Apr 12 21:26:45 2014 +0000
+++ b/usr.bin/progress/progress.1 Sun Apr 13 01:45:34 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: progress.1,v 1.14 2008/04/30 13:11:01 martin Exp $
+.\" $NetBSD: progress.1,v 1.15 2014/04/13 01:45:34 snj Exp $
.\"
.\" Copyright (c) 2003-2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -94,8 +94,7 @@
.Ic gzip -l .
.El
.Sh EXIT STATUS
-.Nm
-exits 0 on success.
+.Ex -std
.Sh EXAMPLES
The command
.Dl progress -zf file.tar.gz tar xf -
diff -r 986ff4e792bb -r 90873ca7d6b7 usr.bin/stat/stat.1
--- a/usr.bin/stat/stat.1 Sat Apr 12 21:26:45 2014 +0000
+++ b/usr.bin/stat/stat.1 Sun Apr 13 01:45:34 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stat.1,v 1.36 2012/12/03 07:49:21 wiz Exp $
+.\" $NetBSD: stat.1,v 1.37 2014/04/13 01:45:34 snj Exp $
.\"
.\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -477,8 +477,7 @@
which default to
.Cm S .
.Sh EXIT STATUS
-.Nm
-exits 0 on success, and \*[Gt]0 if an error occurred.
+.Ex -std
.Sh EXAMPLES
If no options are specified, the default format is
"%d %i %Sp %l %Su %Sg %r %z \e"%Sa\e" \e"%Sm\e" \e"%Sc\e" \e"%SB\e" %k %b %#Xf %N".
Home |
Main Index |
Thread Index |
Old Index