diff options
author | 2005-03-01 22:49:35 +0000 | |
---|---|---|
committer | 2005-03-01 22:49:35 +0000 | |
commit | 65ed732e6ab6e3d852843fc23e96cdcc95d6a081 (patch) | |
tree | 529ede76c4a194ef12991f2d780ff98cb8663593 | |
parent | .El in the wrong place; (diff) | |
download | wireguard-openbsd-65ed732e6ab6e3d852843fc23e96cdcc95d6a081.tar.xz wireguard-openbsd-65ed732e6ab6e3d852843fc23e96cdcc95d6a081.zip |
avoid using a full macro as a -width specifier, it only confuses groff;
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 27805843d4d..90df19cf5d7 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.61 2005/01/06 00:10:31 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.62 2005/03/01 22:49:35 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -2307,7 +2307,7 @@ The .Ql \&.Sh macro can take up to nine arguments. It is parsed but is not callable. -.Bl -tag -width ".Sh SYNOPSIS" +.Bl -tag -width "XSh SYNOPSIS" .It Li \&.Sh NAME The .Ql \&.Sh NAME |