diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-09-22 21:46:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-09-22 21:46:52 -0700 |
commit | 2c977768ba68fa50f091dd7dbb3f335f06e835a1 (patch) | |
tree | 75f6b763b59bd05aa650e3179fc0e60245a75e91 /txr.1 | |
parent | 9d9bf2bcabb880f2a7abb5447f8d0fa64910d11f (diff) | |
download | txr-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.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 . |