summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-08-10 08:55:25 +0000
committerjmc <jmc@openbsd.org>2005-08-10 08:55:25 +0000
commit66e43b9d03f49aea95fdd3ea5d3bf3442749fb22 (patch)
treece77b6f6411aef9fb79afc2c85f818242f26819d
parent- typo (diff)
downloadwireguard-openbsd-66e43b9d03f49aea95fdd3ea5d3bf3442749fb22.tar.xz
wireguard-openbsd-66e43b9d03f49aea95fdd3ea5d3bf3442749fb22.zip
although groff understands `.Ar bob )', it does not understand `.Ar ( bob',
so mark up the opening bracket with .Pf; remove non- -mdoc .br;
-rw-r--r--lib/libc/gen/vis.35
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