diff options
author | 2005-03-07 23:01:40 +0000 | |
---|---|---|
committer | 2005-03-07 23:01:40 +0000 | |
commit | afee87bc52de614134c98d1f5fde1cf65da85606 (patch) | |
tree | a723ec0fa12f42cd083980228df8561b00867783 | |
parent | simplify macro calls; (diff) | |
download | wireguard-openbsd-afee87bc52de614134c98d1f5fde1cf65da85606.tar.xz wireguard-openbsd-afee87bc52de614134c98d1f5fde1cf65da85606.zip |
use .Pq rather than .Po/.Pc;
-rw-r--r-- | bin/test/test.1 | 4 | ||||
-rw-r--r-- | lib/libutil/pw_lock.3 | 6 | ||||
-rw-r--r-- | share/termtypes/termcap.5 | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1 index e4d4f1c6931..4053022f0c7 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.17 2003/11/21 09:04:51 jmc Exp $ +.\" $OpenBSD: test.1,v 1.18 2005/03/07 23:01:40 jmc Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -110,7 +110,7 @@ is nonzero. True if .Ar file is a named pipe -.Po Tn FIFO Pc . +.Pq Tn FIFO . .It Fl r Ar file True if .Ar file diff --git a/lib/libutil/pw_lock.3 b/lib/libutil/pw_lock.3 index d009db23f0a..d132fa4fac4 100644 --- a/lib/libutil/pw_lock.3 +++ b/lib/libutil/pw_lock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pw_lock.3,v 1.10 2003/06/02 20:18:42 millert Exp $ +.\" $OpenBSD: pw_lock.3,v 1.11 2005/03/07 23:01:40 jmc Exp $ .\" .\" Copyright (c) 1995 .\" The Regents of the University of California. All rights reserved. @@ -91,10 +91,10 @@ the following values: .Bl -tag -width _PASSWORD_SECUREONLY -offset "xxxx" -compact .It Dv _PASSWORD_SECUREONLY only update the secure database file -.Po Pa /etc/spwd.db Pc . +.Pq Pa /etc/spwd.db . .It Dv _PASSWORD_OMITV7 do not update the Version 7 format password file -.Po Pa /etc/passwd Pc . +.Pq Pa /etc/passwd . .El .Pp By default the secure, insecure and Version 7 format password databases diff --git a/share/termtypes/termcap.5 b/share/termtypes/termcap.5 index 65a72c42b03..e07bdfc478e 100644 --- a/share/termtypes/termcap.5 +++ b/share/termtypes/termcap.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termcap.5,v 1.15 2004/03/13 23:07:23 jmc Exp $ +.\" $OpenBSD: termcap.5,v 1.16 2005/03/07 23:01:40 jmc Exp $ .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. @@ -814,9 +814,9 @@ Terminals that use .Dq \&%. need to be able to backspace the cursor -.Po Sy \&le Pc +.Pq Sy \&le and to move the cursor up one line on the screen -.Po Sy \&up Pc . +.Pq Sy \&up . This is necessary because it is not always safe to transmit .Sy \&\en , .Sy \&^D , |