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>
This commit is contained in:
parent
6fdd09d6a5
commit
7c34520bf5
|
|
@ -48,13 +48,13 @@ DEV
|
||||||
.B tc filter show dev
|
.B tc filter show dev
|
||||||
DEV
|
DEV
|
||||||
|
|
||||||
.ti -8
|
.ti 8
|
||||||
.IR FORMAT " := {"
|
.IR FORMAT " := {"
|
||||||
\fB\-s\fR[\fItatistics\fR] |
|
\fB\-s\fR[\fItatistics\fR] |
|
||||||
\fB\-d\fR[\fIetails\fR] |
|
\fB\-d\fR[\fIetails\fR] |
|
||||||
\fB\-r\fR[\fIaw\fR] |
|
\fB\-r\fR[\fIaw\fR] |
|
||||||
\fB\-p\fR[\fIretty\fR] |
|
\fB\-p\fR[\fIretty\fR] |
|
||||||
\fB\i\fR[\fIec\fR] }
|
\fB\-i\fR[\fIec\fR] }
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B Tc
|
.B Tc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue