diff options
author | 2005-03-07 22:51:46 +0000 | |
---|---|---|
committer | 2005-03-07 22:51:46 +0000 | |
commit | f3ed50b4fb518c574ddb0a0c22356555432f0cad (patch) | |
tree | 14d290cff2008797fbc2fe63451a18f5858f20aa | |
parent | not a good idea to begin a sentence `...' in an nroff page; (diff) | |
download | wireguard-openbsd-f3ed50b4fb518c574ddb0a0c22356555432f0cad.tar.xz wireguard-openbsd-f3ed50b4fb518c574ddb0a0c22356555432f0cad.zip |
simplify macro calls;
-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 |