diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 05:44:34 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 05:44:34 +0000 |
commit | 42f6a41d4477f9bb3c3f615a1d07d41f5f148198 (patch) | |
tree | 2517261b055fbb6a00ae4ba3890685ec6f88b641 /usr.sbin/pwd_mkdb/pwd_mkdb.8 | |
parent | ceabbd8f40ac417d1dbd67131b86d413e83dba6f (diff) |
Add -c flag from FreeBSD.
Diffstat (limited to 'usr.sbin/pwd_mkdb/pwd_mkdb.8')
-rw-r--r-- | usr.sbin/pwd_mkdb/pwd_mkdb.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8 index 1f08c38fcef..318b14ccb37 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.8 +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8 @@ -1,3 +1,5 @@ +.\" $OpenBSD: pwd_mkdb.8,v 1.3 1996/09/28 05:44:32 downsj Exp $ +.\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -30,16 +32,16 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93 -.\" $Id: pwd_mkdb.8,v 1.2 1996/08/02 01:15:02 millert Exp $ .\" .Dd June 6, 1993 .Dt PWD_MKDB 8 -.Os +.Os OpenBSD .Sh NAME .Nm pwd_mkdb .Nd "generate the password databases" .Sh SYNOPSIS .Nm pwd_mkdb +.Op Fl c .Op Fl p .Op Fl d Ar directory .Ar file @@ -62,6 +64,9 @@ different from the historic Version 7 style format. .Pp The options are as follows: .Bl -tag -width flag +.It Fl c +Check if the password file is in the correct format. Do not +change, add, or remove any files. .It Fl p Create a Version 7 style password file and install it into .Dq Pa /etc/passwd . |