--- root-tail/root-tail.man 2004/04/01 12:31:05 1.12 +++ root-tail/root-tail.man 2004/04/07 03:54:31 1.13 @@ -24,6 +24,7 @@ .RB [ \--cont .IR STRING ] .RB [ \--wordwrap ] +.RB [ \--justify ] .RB [ \--noinitial ] .RB [ \--frame ] .RB [ \-id @@ -44,7 +45,7 @@ .SS General Options .TP .BI \--color " COLOR" -Use color $color as default. +Use COLOR as default. .TP .BI "\--font \|| -fn" " FONTSPEC" Use font FONTSPEC. This can be either a fixed width font like \fB-fn\fI @@ -74,16 +75,24 @@ .TP .BI \--cont " STRING" When partial lines are broken into two lines in the display, prefix -the 2nd line with STRING. Defaults to "\fI[+]\fR". Specify the "\fB--whole\fR" +the 2nd line with STRING. Defaults to "\fI|| \fR". Specify the "\fB--whole\fR" argument to ensure partial lines are never displayed, or specify "\fB--update\fR" to attempt to "repair" broken lines in-place. .TP +.BI \--cont-color " COLOR" +Use COLOR when displaying the continuation string (as optionally +specified with the \fB--cont\fR option above). +.TP .B \--wordwrap The default behaviour is to fit as much as possible onto each line of output, even if this means splitting a word between one line and the next. The \fB--wordwrap\fR argument splits lines at spaces if possible. .TP +.B \--justify +After wrapping long lines, attempt to justify the text to produce a +smooth right-hand margin. Implies \fB--wordwrap\fR. +.TP .BI \--reload " SEC COMMAND" Re-display the file(s) and run COMMAND every SEC seconds. The default is to never re-display the file(s).