summaryrefslogtreecommitdiffstats
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
commitd8400faaf79c9ace928f899559aa73fcf52e429f (patch)
tree75f6b763b59bd05aa650e3179fc0e60245a75e91
parente52da9bd0605d5ef2ad7008da3167b8d0b8e35bb (diff)
downloadtxr-d8400faaf79c9ace928f899559aa73fcf52e429f.tar.gz
txr-d8400faaf79c9ace928f899559aa73fcf52e429f.tar.bz2
txr-d8400faaf79c9ace928f899559aa73fcf52e429f.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.
-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 .