aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-01-12 04:14:25 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-01-12 04:14:25 +0000
commite1a01aa9b20122cb40cafd18bb9e1047e1617e61 (patch)
tree723c1773575f28936e399dcdc020805e0cb3f4f0
parent15ee5faf3014cf8a13eb795228bb1bb6579d7a43 (diff)
downloadmandoc-e1a01aa9b20122cb40cafd18bb9e1047e1617e61.tar.gz
mandoc-e1a01aa9b20122cb40cafd18bb9e1047e1617e61.tar.zst
mandoc-e1a01aa9b20122cb40cafd18bb9e1047e1617e61.zip
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>.
-rw-r--r--tbl.76
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl.7 b/tbl.7
index 4ecc354c..44b6fbaf 100644
--- a/tbl.7
+++ b/tbl.7
@@ -1,4 +1,4 @@
-.\" $Id: tbl.7,v 1.37 2021/09/18 12:34:27 schwarze Exp $
+.\" $Id: tbl.7,v 1.38 2022/01/12 04:14:25 schwarze Exp $
.\"
.\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2014,2015,2017,2018,2019 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: September 18 2021 $
+.Dd $Mdocdate: January 12 2022 $
.Dt TBL 7
.Os
.Sh NAME
@@ -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