doc/nethack.6: Fix poor commented-out *roff syntax
groff_man_style(7):
Portability
...
\e Format the roff escape character on the output; widely
used in man pages to render a backslash glyph. It works
reliably as long as the “ec” request is not used, which
should never happen in man pages, and it is slightly more
portable than the more explicit \[rs] (“reverse solidus”)
special character escape sequence.
This change's purpose is to put things right in case the change I'm
proposing next to delete this language entirely gets reverted.
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ You can specify either the male or female name for the character role, or
|
||||
the first three characters of the role as an abbreviation.
|
||||
.\" .B "\-p @"
|
||||
.\" has been retained to explicitly request that a random role be chosen.
|
||||
.\" It may need to be quoted with a backslash (\\@) if @
|
||||
.\" It may need to be quoted with a backslash (\e@) if @
|
||||
.\" is the "kill" character (see "stty") for the terminal, in order
|
||||
.\" to prevent the current input line from being cleared.
|
||||
.PP
|
||||
|
||||
Reference in New Issue
Block a user