diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-10 08:55:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-10 08:55:26 +0000 |
commit | 51d83c3fa611235163a49d22bb26e8bc9b19b711 (patch) | |
tree | cd3243401ff7902d568a76e18a197d4ea9614115 /lib | |
parent | ed9de08c546d5aecd4f658fa12d034ea89975a97 (diff) |
although groff understands `.Ar bob )', it does not understand `.Ar ( bob',
so mark up the opening bracket with .Pf;
remove non- -mdoc .br;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/vis.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 86cbc81c3e0..8f534bbfc5d 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vis.3,v 1.21 2005/08/09 19:38:31 millert Exp $ +.\" $OpenBSD: vis.3,v 1.22 2005/08/10 08:55:25 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -166,7 +166,7 @@ alter this: .It Dv VIS_GLOB Also encode magic characters recognized by .Xr glob 3 -.Ql ( * , +.Pf ( Ql * , .Ql \&? , .Ql \&[ ) and @@ -312,7 +312,6 @@ and .Fn strvisx functions first appeared in .Bx 4.4 . -.br The .Fn strnvis function first appeared in |