diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2022-01-12 04:14:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2022-01-12 04:14:25 +0000 |
commit | 3afe3a7189ba0011bdca45de6f2621f6933c8ba6 (patch) | |
tree | eb76f722da41e523ea6c47c96a513f8e1f2ba819 /tbl.7 | |
parent | d50c49d05605239e8b8d29d64bfc9d464d4e1bad (diff) | |
download | mandoc-3afe3a7189ba0011bdca45de6f2621f6933c8ba6.tar.gz |
In one of the examples, the tbl(7) source code displayed
contains a backslash that needs to be escaped, and the
missing escaping resulted in very misleading formatting.
Documentation bug found due to a question from
Ted Bullock <tbullock at comlore dot com>.
Diffstat (limited to 'tbl.7')
-rw-r--r-- | tbl.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id$ .\" .\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2014,2015,2017,2018,2019 Ingo Schwarze <schwarze@openbsd.org> @@ -367,7 +367,7 @@ allbox tab(:); le le||7 lw10. The fourth line:_:line 1 of this column:=:line 2 -determines:\_:line 3 +determines:\e_:line 3 the column width.:T{ This text is too wide to fit into a column of width 17. T}:line 4 |