Module Name:    src
Committed By:   abhinav
Date:           Sun Oct  2 21:06:18 UTC 2016

Modified Files:
        src/usr.bin/column: column.1
        src/usr.bin/id: whoami.1

Log Message:
Move information about exit values from DESCRIPTION to EXIT STATUS section.
ok wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/column/column.1
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/id/whoami.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/column/column.1
diff -u src/usr.bin/column/column.1:1.9 src/usr.bin/column/column.1:1.10
--- src/usr.bin/column/column.1:1.9	Mon Mar  9 19:24:32 2009
+++ src/usr.bin/column/column.1	Sun Oct  2 21:06:18 2016
@@ -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 @@ Useful for pretty-printing displays.
 .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 @@ The environment variable
 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

Index: src/usr.bin/id/whoami.1
diff -u src/usr.bin/id/whoami.1:1.9 src/usr.bin/id/whoami.1:1.10
--- src/usr.bin/id/whoami.1:1.9	Thu Aug  7 11:14:07 2003
+++ src/usr.bin/id/whoami.1	Sun Oct  2 21:06:18 2016
@@ -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 @@ is suggested for normal interactive use.
 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

Reply via email to