diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 23:01:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 23:01:41 +0000 |
commit | b8bf89cba77de8ca7efaed56d417fcdae131ad47 (patch) | |
tree | d47493e0a432c75cb43b24fbe0fb20a71af8ce0e /bin/test | |
parent | fbda0754cbf58e293bb7e900ad9cb753ea0084d0 (diff) |
use .Pq rather than .Po/.Pc;
Diffstat (limited to 'bin/test')
-rw-r--r-- | bin/test/test.1 | 4 |
1 files changed, 2 insertions, 2 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 |