diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-10-12 16:28:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-10-12 16:28:34 +0000 |
commit | 109f092e891df4b8755992ea5fc4b57dac635282 (patch) | |
tree | aca3e206a88f3fd05f46080221cba60ad6669939 /usr.bin/passwd/passwd.1 | |
parent | 26e155e5976b4e9b347ea059dfd6733de9739962 (diff) |
Actually, /etc/passwd is 6th Edition-style, not 7th. The only real
diff between /etc/passwd in 6th and 7th was the crypt() algorithm
used and we no longer put encrypted passwords in /etc/passwd.
From Matthew Gregan; OK otto@
Diffstat (limited to 'usr.bin/passwd/passwd.1')
-rw-r--r-- | usr.bin/passwd/passwd.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index e4c56c41d3d..5fb7cad8e62 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.1,v 1.28 2004/07/13 21:09:48 millert Exp $ +.\" $OpenBSD: passwd.1,v 1.29 2004/10/12 16:28:33 millert Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -116,7 +116,7 @@ configuration options .It Pa /etc/master.passwd user database .It Pa /etc/passwd -a Version 7 format password file +a 6th Edition-style password file .It Pa /etc/passwd.XXXXXX temporary copy of the password file .It /etc/ptmp |