summaryrefslogtreecommitdiffstats
path: root/login-utils/newgrp.1
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/newgrp.1')
-rw-r--r--login-utils/newgrp.18
1 files changed, 5 insertions, 3 deletions
diff --git a/login-utils/newgrp.1 b/login-utils/newgrp.1
index b9d6c61e5..fade125c2 100644
--- a/login-utils/newgrp.1
+++ b/login-utils/newgrp.1
@@ -4,7 +4,8 @@
.SH NAME
newgrp \- log in to a new group
.SH SYNOPSIS
-.BI "newgrp [ " group " ]"
+.B newgrp
+.RI [ group ]
.SH DESCRIPTION
.B Newgrp
changes the group identification of its caller, analogously to
@@ -21,10 +22,11 @@ If no group is specified, the GID is changed to the login GID.
.I /etc/passwd
.SH "SEE ALSO"
-.BR login "(1), " group (5)
+.BR login (1),
+.BR group (5)
.SH AUTHOR
-Originally by Michael Haardt. Currently maintained by
+Originally by Michael Haardt. Currently maintained by
Peter Orbaek (poe@daimi.aau.dk).
.SH AVAILABILITY