Module Name: src
Committed By: joerg
Date: Fri May 14 17:28:23 UTC 2010
Modified Files:
src/usr.bin/newgrp: newgrp.1
Log Message:
Resort sections to canonical order.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/newgrp/newgrp.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/newgrp/newgrp.1
diff -u src/usr.bin/newgrp/newgrp.1:1.3 src/usr.bin/newgrp/newgrp.1:1.4
--- src/usr.bin/newgrp/newgrp.1:1.3 Fri May 2 21:48:18 2008
+++ src/usr.bin/newgrp/newgrp.1 Fri May 14 17:28:23 2010
@@ -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 ,