forked from github/abduco
Fix manual page markup
The space between `-e detachkey` was being underlined, when only `detachkey` should be. Tested with mandoc from OpenBSD -current and groff 1.22.3, the latter of which is used by the vast majority of Linux distributions for formatting manual pages.
This commit is contained in:
parent
a6418af4dd
commit
25d64fa93c
2
abduco.1
2
abduco.1
|
|
@ -93,7 +93,7 @@ Print version information to standard output and exit.
|
||||||
.B \-r
|
.B \-r
|
||||||
Readonly session, i.e. user input is ignored.
|
Readonly session, i.e. user input is ignored.
|
||||||
.TP
|
.TP
|
||||||
.BI \-e \ detachkey
|
.B \-e \fIdetachkey\fR
|
||||||
Set the key to detach which by default is set to CTRL+\\ i.e. ^\\ to detachkey.
|
Set the key to detach which by default is set to CTRL+\\ i.e. ^\\ to detachkey.
|
||||||
.TP
|
.TP
|
||||||
.BI \-f
|
.BI \-f
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue