]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man5/group.5
hypot.3: srcfix: add some notes about the underflow case
[thirdparty/man-pages.git] / man5 / group.5
index 73a0e5eacdbc55ef035035fe3a93fc9dc13d003e..5cb3a9132d9345cbbc1802e3753bb7f106e2c4ef 100644 (file)
@@ -23,7 +23,7 @@
 .\" %%%LICENSE_END
 .\"
 .\" Modified Sat Jul 24 17:06:03 1993 by Rik Faith (faith@cs.unc.edu)
-.TH GROUP 5 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH GROUP 5 2020-04-11 "Linux" "Linux Programmer's Manual"
 .SH NAME
 group \- user group file
 .SH DESCRIPTION
@@ -31,13 +31,15 @@ The
 .I /etc/group
 file is a text file that defines the groups on the system.
 There is one entry per line, with the following format:
-.sp
-.RS
+.PP
+.in +4n
+.EX
 group_name:password:GID:user_list
-.RE
-.sp
+.EE
+.in
+.PP
 The fields are as follows:
-.TP 12
+.TP
 .I group_name
 the name of the group.
 .TP
@@ -51,11 +53,11 @@ the numeric group ID.
 .I user_list
 a list of the usernames that are members of this group, separated by commas.
 .SH FILES
-/etc/group
+.I /etc/group
 .SH BUGS
 As the 4.2BSD
 .BR initgroups (3)
-man page says: No-one seems to keep
+man page says: no one seems to keep
 .I /etc/group
 up-to-date.
 .SH SEE ALSO
@@ -67,5 +69,6 @@ up-to-date.
 .BR sg (1),
 .BR getgrent (3),
 .BR getgrnam (3),
+.BR gshadow (5),
 .BR passwd (5),
-.BR gshadow (5)
+.BR vigr (8)