Add an example of the most common use case.

MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav 2014-02-05 09:28:02 +00:00
parent 42cb359e6e
commit b81e945b9b

View File

@ -28,7 +28,7 @@
.\" @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93 .\" @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 28, 2005 .Dd February 5, 2014
.Dt PWD_MKDB 8 .Dt PWD_MKDB 8
.Os .Os
.Sh NAME .Sh NAME
@ -143,6 +143,12 @@ The current password file.
.It Pa /etc/passwd .It Pa /etc/passwd
A Version 7 format password file. A Version 7 format password file.
.El .El
.Sh EXAMPLES
Regenerate the password database after manually editing or replacing
the password file:
.Bd -literal -offset -indent
/usr/sbin/pwd_mkdb /etc/master.passwd
.Ed
.Sh COMPATIBILITY .Sh COMPATIBILITY
Previous versions of the system had a program similar to Previous versions of the system had a program similar to
.Nm , .Nm ,