summaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb/pwd_mkdb.8
AgeCommit message (Collapse)Author
2004-03-09Be more clear about where the source file is coming from and what willOtto Moerbeek
happen to it. ok millert@ cedric@
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-13Clarify the -d option and allow the passwd file argument to not beTodd C. Miller
a fully qualified pathname if -d was specified (since we take the basename in that case anyway). deraadt@ OK
2001-08-16Add -s flag to only update secure .db file (/etc/spwd.db). Can beTodd C. Miller
used in conjunction with -u user when only the password has changed.
2001-06-08Section shuffling; mpech@prosoft.org.lvAaron Campbell
2001-06-05Remove leading '+' from the -u arg description; mbing@nfr.netTodd C. Miller
2000-11-26Support -u username option. Loosely based on FreeBSD's changes.Todd C. Miller
I've also restructured things a bit to cut the number of master.passwd parses in half from 6 to 3. We can't really get away with fewer than that without sacrificing locality in the .db files.
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-11cleanupAaron Campbell
1998-06-03document that "file" should be an abs-path; noted by ↵Theo de Raadt
zappaman@bsdsun.compsci.buu.ac.th
1996-09-28Add -c flag from FreeBSD.Jason Downs
1996-08-02document -d flagTodd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt