summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-09-22 21:46:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-09-22 21:46:52 -0700
commit2c977768ba68fa50f091dd7dbb3f335f06e835a1 (patch)
tree75f6b763b59bd05aa650e3179fc0e60245a75e91 /txr.1
parent9d9bf2bcabb880f2a7abb5447f8d0fa64910d11f (diff)
downloadtxr-2c977768ba68fa50f091dd7dbb3f335f06e835a1.tar.gz
txr-2c977768ba68fa50f091dd7dbb3f335f06e835a1.tar.bz2
txr-2c977768ba68fa50f091dd7dbb3f335f06e835a1.zip
doc: sock-opt: found proper way to escape ...
* txr.1: To begin a troff line with a period that is to be treated as literal, we use \& before that dot, not simply \. This was giving warnings and not rendering properly. The \& produces good output in man, HTML and PDF.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index e8671c0e..498f9605 100644
--- a/txr.1
+++ b/txr.1
@@ -71513,9 +71513,9 @@ argument should be one of the socket options
.codn so-acceptconn ,
.codn so-broadcast ,
.codn so-debug ,
-\...,
+\&...,
.codn ipv6-join-group ,
-\...,
+\&...,
.code ipv6-v6only
and
.codn tcp-nodelay .