Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin Resort sections to canonical order.



details:   https://anonhg.NetBSD.org/src/rev/49006c835e90
branches:  trunk
changeset: 754871:49006c835e90
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 17:28:23 2010 +0000

description:
Resort sections to canonical order.

diffstat:

 usr.bin/newgrp/newgrp.1 |   8 ++++----
 usr.bin/nohup/nohup.1   |  16 ++++++++--------
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (66 lines):

diff -r c4add0bbad8e -r 49006c835e90 usr.bin/newgrp/newgrp.1
--- a/usr.bin/newgrp/newgrp.1   Fri May 14 17:27:35 2010 +0000
+++ b/usr.bin/newgrp/newgrp.1   Fri May 14 17:28:23 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: newgrp.1,v 1.3 2008/05/02 21:48:18 martin Exp $
+.\"    $NetBSD: newgrp.1,v 1.4 2010/05/14 17:28:23 joerg Exp $
 .\"
 .\" Copyright (c) 2007, The NetBSD Foundation.
 .\" All Rights Reserved.
@@ -76,9 +76,6 @@
 .Pp
 If the user is not a member of the specified group, and the group
 requires a password, the user will be prompted for the group password.
-.Sh EXIT STATUS
-If a new shell is started the exit status is the exit status of the shell.
-Otherwise the exit status will be \*[Gt]0.
 .Sh FILES
 .Bl -tag -width /etc/master.passwd -compact
 .It Pa /etc/group
@@ -88,6 +85,9 @@
 .It Pa /etc/passwd
 A Version 7 format password file
 .El
+.Sh EXIT STATUS
+If a new shell is started the exit status is the exit status of the shell.
+Otherwise the exit status will be \*[Gt]0.
 .Sh SEE ALSO
 .Xr csh 1 ,
 .Xr groups 1 ,
diff -r c4add0bbad8e -r 49006c835e90 usr.bin/nohup/nohup.1
--- a/usr.bin/nohup/nohup.1     Fri May 14 17:27:35 2010 +0000
+++ b/usr.bin/nohup/nohup.1     Fri May 14 17:28:23 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nohup.1,v 1.13 2005/07/14 22:16:39 wiz Exp $
+.\"    $NetBSD: nohup.1,v 1.14 2010/05/14 17:28:56 joerg Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -78,6 +78,13 @@
 will exit without invoking
 .Ar utility ,
 with an exit value as described below.
+.Sh ENVIRONMENT
+The following variable is used by
+.Nm .
+.Bl -tag -width flag
+.It Ev HOME
+User's home directory.
+.El
 .Sh EXIT STATUS
 The
 .Nm
@@ -98,13 +105,6 @@
 .Nm
 will be that of
 .Ar utility .
-.Sh ENVIRONMENT
-The following variable is used by
-.Nm .
-.Bl -tag -width flag
-.It Ev HOME
-User's home directory.
-.El
 .Sh SEE ALSO
 .Xr signal 3
 .Sh STANDARDS



Home | Main Index | Thread Index | Old Index