diff options
author | 2017-02-16 14:38:07 +0000 | |
---|---|---|
committer | 2017-02-16 14:38:07 +0000 | |
commit | d43cc8c25b197260eb71cfe6139e67ffdccc9e28 (patch) | |
tree | f8dc3c82a3725beaace67af11101ebf61e256699 /share/man/man7 | |
parent | Remove an unnecessary NULL pointer check. (diff) | |
download | wireguard-openbsd-d43cc8c25b197260eb71cfe6139e67ffdccc9e28.tar.xz wireguard-openbsd-d43cc8c25b197260eb71cfe6139e67ffdccc9e28.zip |
Surprisingly, groff does not support scaling units in .Bl -column
column width specifiers, so stop supporting them, too.
As a side effect, this fixes an assertion failure that tb@ found
with afl(1), triggered by: .Bl -column -4n
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.7 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 486091f6b86..bee51ea28fd 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.149 2017/02/05 22:30:16 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.150 2017/02/16 14:38:07 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013-2017 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 5 2017 $ +.Dd $Mdocdate: February 16 2017 $ .Dt MDOC 7 .Os .Sh NAME @@ -974,10 +974,8 @@ argument. A columnated list. The .Fl width -argument has no effect; instead, each argument specifies the width -of one column, using either the scaling width syntax described in -.Xr roff 7 -or the string length of the argument. +argument has no effect; instead, the string length of each argument +specifies the width of one column. If the first line of the body of a .Fl column list is not an |