ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/root-tail.man
(Generate patch)

Comparing root-tail/root-tail.man (file contents):
Revision 1.12 by pcg, Thu Apr 1 12:31:05 2004 UTC vs.
Revision 1.13 by chris_moore, Wed Apr 7 03:54:31 2004 UTC

22.RB [ \--partial ] 22.RB [ \--partial ]
23.RB [ \--update ] 23.RB [ \--update ]
24.RB [ \--cont 24.RB [ \--cont
25.IR STRING ] 25.IR STRING ]
26.RB [ \--wordwrap ] 26.RB [ \--wordwrap ]
27.RB [ \--justify ]
27.RB [ \--noinitial ] 28.RB [ \--noinitial ]
28.RB [ \--frame ] 29.RB [ \--frame ]
29.RB [ \-id 30.RB [ \-id
30.IR ID ] 31.IR ID ]
31.RB [ \-i \|| \--interval 32.RB [ \-i \|| \--interval
42will prevent the printing of a description and the []'s. 43will prevent the printing of a description and the []'s.
43.PP 44.PP
44.SS General Options 45.SS General Options
45.TP 46.TP
46.BI \--color " COLOR" 47.BI \--color " COLOR"
47Use color $color as default. 48Use COLOR as default.
48.TP 49.TP
49.BI "\--font \|| -fn" " FONTSPEC" 50.BI "\--font \|| -fn" " FONTSPEC"
50Use font FONTSPEC. This can be either a fixed width font like \fB-fn\fI 51Use font FONTSPEC. This can be either a fixed width font like \fB-fn\fI
51fixed\fR or any font using \fB-fn \fR'\fI-*-*-*-*-*-*-*-*-*-*-*-*-*-*\fR' with 52fixed\fR or any font using \fB-fn \fR'\fI-*-*-*-*-*-*-*-*-*-*-*-*-*-*\fR' with
52the appropriate fields filled out (see xfontsel). 53the appropriate fields filled out (see xfontsel).
72they are updated in their files. Using \fB--update\fR automatically turns on 73they are updated in their files. Using \fB--update\fR automatically turns on
73\fB--partial\fR. 74\fB--partial\fR.
74.TP 75.TP
75.BI \--cont " STRING" 76.BI \--cont " STRING"
76When partial lines are broken into two lines in the display, prefix 77When partial lines are broken into two lines in the display, prefix
77the 2nd line with STRING. Defaults to "\fI[+]\fR". Specify the "\fB--whole\fR" 78the 2nd line with STRING. Defaults to "\fI|| \fR". Specify the "\fB--whole\fR"
78argument to ensure partial lines are never displayed, or specify "\fB--update\fR" 79argument to ensure partial lines are never displayed, or specify "\fB--update\fR"
79to attempt to "repair" broken lines in-place. 80to attempt to "repair" broken lines in-place.
81.TP
82.BI \--cont-color " COLOR"
83Use COLOR when displaying the continuation string (as optionally
84specified with the \fB--cont\fR option above).
80.TP 85.TP
81.B \--wordwrap 86.B \--wordwrap
82The default behaviour is to fit as much as possible onto each line of 87The default behaviour is to fit as much as possible onto each line of
83output, even if this means splitting a word between one line and the 88output, even if this means splitting a word between one line and the
84next. The \fB--wordwrap\fR argument splits lines at spaces if 89next. The \fB--wordwrap\fR argument splits lines at spaces if
85possible. 90possible.
91.TP
92.B \--justify
93After wrapping long lines, attempt to justify the text to produce a
94smooth right-hand margin. Implies \fB--wordwrap\fR.
86.TP 95.TP
87.BI \--reload " SEC COMMAND" 96.BI \--reload " SEC COMMAND"
88Re-display the file(s) and run COMMAND every SEC seconds. The 97Re-display the file(s) and run COMMAND every SEC seconds. The
89default is to never re-display the file(s). 98default is to never re-display the file(s).
90.TP 99.TP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines