]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
tc(8): Negative indent and missing "-" after an escape
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Mon, 28 May 2012 11:46:04 +0000 (13:46 +0200)
committerStephen Hemminger <shemminger@vyatta.com>
Tue, 29 May 2012 15:17:12 +0000 (08:17 -0700)
commit7c34520bf53d90f8f5d63d90b3c2ff0dd44fda04
treeca2bd4f26272be13810fc74b25ede909b36d5a16
parent6fdd09d6a51f14c7e29f3a4c0a9f9104172e7ef5
tc(8): Negative indent and missing "-" after an escape

<groff: tc.8>:51: warning: total indent cannot be negative
<groff: tc.8>:57: warning: escape character ignored before `i'

*********************

Space at end of line removed

  General considerations

a) Manuals should usually only be left justified.  Use ".ad l"
as the first regular command.

b) Each sentence should begin on a new line.  The conventions
about the amount of space between sentences are different.  This
also makes a check on the number of space characters between
words easier.

c) Separate numbers from units with a (no-break) space.  A
no-break space can be code 0xA0, "\ " (\<space>), or "\~"
(groff).

d) Use macros "TS/TE" for tables with more than two columns.
Then use

'\" t

as the first line in the source to tell "man" to use the "tbl"
preprocessor.

e) Protect last period (full stop) in abbreviations with "\&",
if it is or might be (through new formatting of source) at the
end of line, if it is also not an end of sentence.

*********************

Originally filed at: http://bugs.debian.org/674704

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
man/man8/tc.8