Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin Move information about exit values from DESCRIPTION ...
details: https://anonhg.NetBSD.org/src/rev/6a22d36f6e07
branches: trunk
changeset: 348055:6a22d36f6e07
user: abhinav <abhinav%NetBSD.org@localhost>
date: Sun Oct 02 21:06:18 2016 +0000
description:
Move information about exit values from DESCRIPTION to EXIT STATUS section.
ok wiz@
diffstat:
usr.bin/column/column.1 | 7 +++----
usr.bin/id/whoami.1 | 10 ++++------
2 files changed, 7 insertions(+), 10 deletions(-)
diffs (58 lines):
diff -r fa539692ef39 -r 6a22d36f6e07 usr.bin/column/column.1
--- a/usr.bin/column/column.1 Sun Oct 02 21:00:54 2016 +0000
+++ b/usr.bin/column/column.1 Sun Oct 02 21:06:18 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: column.1,v 1.9 2009/03/09 19:24:32 joerg Exp $
+.\" $NetBSD: column.1,v 1.10 2016/10/02 21:06:18 abhinav Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -71,9 +71,6 @@
.It Fl x
Fill columns before filling rows.
.El
-.Pp
-.Nm
-exits 0 on success, \*[Gt]0 if an error occurred.
.Sh ENVIRONMENT
.Bl -tag -width COLUMNS
.It Ev COLUMNS
@@ -82,6 +79,8 @@
is used to determine the size of
the screen if no other information is available.
.El
+.Sh EXIT STATUS
+.Ex -std column
.Sh EXAMPLES
.Dl (echo \&"PERM LINKS OWNER GROUP SIZE MONTH DAY HH:MM/YEAR NAME\&"\&;\ \&\e
.Dl ls -l \&| sed 1d) \&| column -t
diff -r fa539692ef39 -r 6a22d36f6e07 usr.bin/id/whoami.1
--- a/usr.bin/id/whoami.1 Sun Oct 02 21:00:54 2016 +0000
+++ b/usr.bin/id/whoami.1 Sun Oct 02 21:06:18 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: whoami.1,v 1.9 2003/08/07 11:14:07 agc Exp $
+.\" $NetBSD: whoami.1,v 1.10 2016/10/02 21:06:18 abhinav Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)whoami.1 8.1 (Berkeley) 6/6/93
-.\" $NetBSD: whoami.1,v 1.9 2003/08/07 11:14:07 agc Exp $
+.\" $NetBSD: whoami.1,v 1.10 2016/10/02 21:06:18 abhinav Exp $
.\"
.Dd June 6, 1993
.Dt WHOAMI 1
@@ -52,9 +52,7 @@
The
.Nm
utility displays your effective user ID as a name.
-.Pp
-The
-.Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+.Sh EXIT STATUS
+.Ex -std whoami
.Sh SEE ALSO
.Xr id 1
Home |
Main Index |
Thread Index |
Old Index