Deleted Added
full compact
group.5 (117186) group.5 (119893)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)group.5 8.3 (Berkeley) 4/19/94
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)group.5 8.3 (Berkeley) 4/19/94
33.\" $FreeBSD: head/share/man/man5/group.5 117186 2003-07-03 06:03:12Z jkoshy $
33.\" $FreeBSD: head/share/man/man5/group.5 119893 2003-09-08 19:57:22Z ru $
34.\"
35.Dd September 29, 1994
36.Dt GROUP 5
37.Os
38.Sh NAME
39.Nm group
40.Nd format of the group permissions file
41.Sh DESCRIPTION

--- 60 unchanged lines hidden (view full) ---

102.Nm
103file.
104.\" .Pp
105.\" When the system reads the file
106.\" .Pa /etc/group
107.\" the fields are read into the structure
108.\" .Fa group
109.\" declared in
34.\"
35.Dd September 29, 1994
36.Dt GROUP 5
37.Os
38.Sh NAME
39.Nm group
40.Nd format of the group permissions file
41.Sh DESCRIPTION

--- 60 unchanged lines hidden (view full) ---

102.Nm
103file.
104.\" .Pp
105.\" When the system reads the file
106.\" .Pa /etc/group
107.\" the fields are read into the structure
108.\" .Fa group
109.\" declared in
110.\" .Aq Pa grp.h :
110.\" .In grp.h :
111.\" .Bd -literal -offset indent
112.\" struct group {
113.\" char *gr_name; /* group name */
114.\" char *gr_passwd; /* group password */
115.\" int gr_gid; /* group id */
116.\" char **gr_mem; /* group members */
117.\" };
118.\" .Ed

--- 45 unchanged lines hidden ---
111.\" .Bd -literal -offset indent
112.\" struct group {
113.\" char *gr_name; /* group name */
114.\" char *gr_passwd; /* group password */
115.\" int gr_gid; /* group id */
116.\" char **gr_mem; /* group members */
117.\" };
118.\" .Ed

--- 45 unchanged lines hidden ---