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 | d8400faaf79c9ace928f899559aa73fcf52e429f (patch) | |
tree | 75f6b763b59bd05aa650e3179fc0e60245a75e91 | |
parent | e52da9bd0605d5ef2ad7008da3167b8d0b8e35bb (diff) | |
download | txr-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.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 . |