Skip to content

Commit

Permalink
docs/man/man5: Fix warnings from "groff"
Browse files Browse the repository at this point in the history
Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z

  [ "test-groff" is a developmental version of "groff" ]

Input file is ./docs/man/man5/keymaps.5

<docs/man/man5/keymaps.5>:81 (macro BI): only 1 argument, but more are expected
<docs/man/man5/keymaps.5>:94 (macro BI): only 1 argument, but more are expected
<docs/man/man5/keymaps.5>:336 (macro BI): only 0 argument, but more are expected
an-end-check:<docs/man/man5/keymaps.5>: Warning: Different number of .RS and .RE calls, an-RS-open=1 at end of file

Signed-off-by: Bjarni Ingi Gislason <[email protected]>
  • Loading branch information
Bjarni Ingi Gislason authored and legionus committed Mar 30, 2020
1 parent c29a1d7 commit d3245b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/man/man5/keymaps.5
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ represent keyboard actions, of which up to 256 can be bound to a single
key. The actions available include outputting character codes or
character sequences, switching consoles or keymaps, booting the machine
etc. (The complete list can be obtained from dumpkeys(1) by saying
.BI " dumpkeys -l"
.B " dumpkeys -l"
\&.)
.LP
Each
Expand All @@ -91,7 +91,7 @@ If Shift+CapsLock should not produce a lower case symbol, put lines like
.LP
.RS
.nf
.BI "keycode 30 = +a A"
.B "keycode 30 = +a A"
.fi
.RE
.LP
Expand Down Expand Up @@ -333,8 +333,7 @@ key action code sends. The syntax of string definitions is:
.B string
.I keysym
.B =
.BI
"text"
.BI """" text """"
.RE
.LP
.I text
Expand Down Expand Up @@ -429,6 +428,7 @@ the "spare" action code F100 not normally bound to any key.
.nf
altgr keycode 32 = F100
string F100 = "du\\ndf\\n"
.RE
.LP
.SH "SEE ALSO"
.BR loadkeys (1),
Expand Down

0 comments on commit d3245b5

Please sign in to comment.