View | Details | Raw Unified | Return to bug 43112
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 15-19 Link Here
15
MLINKS+=hosts.equiv.5 rhosts.5
15
MLINKS+=hosts.equiv.5 rhosts.5
16
MLINKS+=resolver.5 resolv.conf.5
16
MLINKS+=resolver.5 resolv.conf.5
17
MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
17
MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
18
MLINKS+=passwd.5 master.passwd.5 
18
19
19
.include <bsd.prog.mk>
20
.include <bsd.prog.mk>
(-)passwd.5 (-3 / +12 lines)
Lines 36-48 Link Here
36
.Dt PASSWD 5
36
.Dt PASSWD 5
37
.Os
37
.Os
38
.Sh NAME
38
.Sh NAME
39
.Nm passwd
39
.Nm passwd , 
40
.Nd format of the password file
40
.Nm master.passwd
41
.Nd format of the password files
41
.Sh DESCRIPTION
42
.Sh DESCRIPTION
42
The
43
The
43
.Nm
44
.Nm
44
files are files consisting of newline separated records, one per user,
45
files are files consisting of newline separated records, one per user,
45
containing ten colon
46
containing seven or ten colon
46
.Pq Ql \&:
47
.Pq Ql \&:
47
separated fields.  These fields are as
48
separated fields.  These fields are as
48
follows:
49
follows:
Lines 71-76 Link Here
71
.It shell
72
.It shell
72
User's login shell.
73
User's login shell.
73
.El
74
.El
75
.Pp
76
The fields 
77
.Ar class , 
78
.Ar change
79
and 
80
.Ar expire
81
are not present in the file
82
.Pa /etc/passwd .
74
.Pp
83
.Pp
75
Lines whose first non-whitespace character is a pound-sign (#)
84
Lines whose first non-whitespace character is a pound-sign (#)
76
are comments, and are ignored.  Blank lines which consist
85
are comments, and are ignored.  Blank lines which consist

Return to bug 43112