summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-12-28 00:15:11 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-12-28 00:15:11 +0000
commitcf618db57fee5de46ee351c83eeb03292758f546 (patch)
tree15b74b8a0212f88a705311e7635e38cc50e2d0d2 /mandoc.1
parent459c0d6c9f3fbbec6c4d7eeb54f0d373505f0329 (diff)
downloadmandoc-cf618db57fee5de46ee351c83eeb03292758f546.tar.gz
add some notes about using col(1) and ul(1) to process the ascii markup
since these may not be commonly known utilities; idea from and joint work with tedu@ CV: ----------------------------------------------------------------------
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.17
1 files changed, 7 insertions, 0 deletions
diff --git a/mandoc.1 b/mandoc.1
index 95cc1f56..8c47c1c7 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -256,6 +256,13 @@ where
is the back-space character number 8.
Emboldened characters are rendered as
.Sq c Ns \e[bs] Ns c .
+This markup is typically converted to appropriate terminal sequences by
+the pager or
+.Xr ul 1 .
+To remove the markup, pipe the output to
+.Xr col 1
+.Fl b
+instead.
.Pp
The special characters documented in
.Xr mandoc_char 7