diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 22:51:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 22:51:47 +0000 |
commit | fbda0754cbf58e293bb7e900ad9cb753ea0084d0 (patch) | |
tree | 8d7abffcf6f7b9a38a61b49ec33184ceb702d77a /usr.bin | |
parent | aad7941739891a1138133eabf42971a42ae84a22 (diff) |
simplify macro calls;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/passwd/passwd.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 5fb7cad8e62..9e52ff00c8d 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.1,v 1.29 2004/10/12 16:28:33 millert Exp $ +.\" $OpenBSD: passwd.1,v 1.30 2005/03/07 22:51:46 jmc Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -100,14 +100,14 @@ Which type of cipher is used to encrypt the password information depends on the configuration in .Xr login.conf 5 . It can be different for local -.Po Do localcipher Dc Pc +.Pq Dq localcipher and YP -.Po Do ypcipher Dc Pc +.Pq Dq ypcipher passwords. If none is specified, then blowfish with 6 rounds is used for local -.Po Do localcipher Dc Pc +.Pq Dq localcipher and old is used for YP -.Po Do ypcipher Dc Pc +.Pq Dq ypcipher by default. .Sh FILES .Bl -tag -width /etc/master.passwd -compact |