wmbiff: Fix manpages.
In particular, fix spelling-error-in-manpage, hyphen-used-as-minus-sign, and manpage-has-errors-from-man Lintian warnings from the Debian package.
This commit is contained in:
parent
acdd1c28f7
commit
ef5a71aa20
2 changed files with 12 additions and 12 deletions
|
@ -13,7 +13,7 @@ WMBiff \- A dockable Mailbox Monitor
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B wmbiff
|
.B wmbiff
|
||||||
[-display <display name>] [-geometry +XPOS+YPOS] [-c <filename>] [-h] [-v] [-debug] [-fg <foreground-color>] [-bg <background-color>] [-hi <highlight-color>] [-font <X11 font>|default] [-o] [+w]
|
[\-display <display name>] [\-geometry +XPOS+YPOS] [\-c <filename>] [\-h] [\-v] [\-debug] [\-fg <foreground-color>] [\-bg <background-color>] [\-hi <highlight-color>] [\-font <X11 font>|default] [\-o] [+w]
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -60,15 +60,15 @@ Use specified configuration file instead of ~/.wmbiffrc.
|
||||||
Print verbose log of progress.
|
Print verbose log of progress.
|
||||||
.TP
|
.TP
|
||||||
.B \-fg <color>
|
.B \-fg <color>
|
||||||
Use specified X11 color for foreground. Implies -font default,
|
Use specified X11 color for foreground. Implies \-font default,
|
||||||
unless overridden.
|
unless overridden.
|
||||||
.TP
|
.TP
|
||||||
.B \-bg <color>
|
.B \-bg <color>
|
||||||
Use specified X11 color for background. Implies -font default,
|
Use specified X11 color for background. Implies \-font default,
|
||||||
unless overridden.
|
unless overridden.
|
||||||
.TP
|
.TP
|
||||||
.B \-hi <color>
|
.B \-hi <color>
|
||||||
Use specified X11 color for new mail counters. Implies -font
|
Use specified X11 color for new mail counters. Implies \-font
|
||||||
default, unless overridden.
|
default, unless overridden.
|
||||||
.TP
|
.TP
|
||||||
.B \-font <font>
|
.B \-font <font>
|
||||||
|
@ -97,7 +97,7 @@ by default).
|
||||||
Do not use the "withdrawn" state: the wmbiff window will not
|
Do not use the "withdrawn" state: the wmbiff window will not
|
||||||
be captured as an icon and placed in the dock, but will
|
be captured as an icon and placed in the dock, but will
|
||||||
instead have its own window. This option starts with a '+'
|
instead have its own window. This option starts with a '+'
|
||||||
for consistency with other software programs: many use '-w'
|
for consistency with other software programs: many use '\-w'
|
||||||
to mean the opposite.
|
to mean the opposite.
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
|
@ -105,7 +105,7 @@ Send bug reports or suggestions to the WMBiff Development
|
||||||
Mailing List <wmbiff-devel@lists.sourceforge.net>. Consider
|
Mailing List <wmbiff-devel@lists.sourceforge.net>. Consider
|
||||||
attaching a transcript of your session, generated using:
|
attaching a transcript of your session, generated using:
|
||||||
.RS
|
.RS
|
||||||
wmbiff -debug | tee wmbiff-log
|
wmbiff \-debug | tee wmbiff-log
|
||||||
.RE
|
.RE
|
||||||
Be sure to remove any instances of your password.
|
Be sure to remove any instances of your password.
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ different options which can be specified in a user's wmbiffrc.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
Each option takes the form
|
Each option takes the form
|
||||||
.IR option[.mbox] " = " value .
|
.IR option[.mbox] " = " value .
|
||||||
Comments must be preceeded by pound signs (#).
|
Comments must be preceded by pound signs (#).
|
||||||
|
|
||||||
The supported configuration options are:
|
The supported configuration options are:
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ predefined value from gnults or a custom value. Default value
|
||||||
is: \fINORMAL\fP.
|
is: \fINORMAL\fP.
|
||||||
|
|
||||||
gnutls predefined values:
|
gnutls predefined values:
|
||||||
.SP
|
.sp
|
||||||
.RS 8
|
.RS 8
|
||||||
\fIPERFORMANCE\fP (gnutls >= 2.2.0)
|
\fIPERFORMANCE\fP (gnutls >= 2.2.0)
|
||||||
.RE
|
.RE
|
||||||
|
@ -97,7 +97,7 @@ path, wmbiff will search @SKINDIR@, /usr/share/wmbiff,
|
||||||
pixmap file.
|
pixmap file.
|
||||||
.TP
|
.TP
|
||||||
\fBglobalnotify\fP
|
\fBglobalnotify\fP
|
||||||
Command to be executed when new mail is recieved in any mailbox. Set
|
Command to be executed when new mail is received in any mailbox. Set
|
||||||
notify.n to override this option for mailbox n.
|
notify.n to override this option for mailbox n.
|
||||||
.TP
|
.TP
|
||||||
\fBlabel.n\fP
|
\fBlabel.n\fP
|
||||||
|
@ -237,7 +237,7 @@ Per mailbox check interval. Value is the amount of seconds between
|
||||||
checkings, default is the global interval.
|
checkings, default is the global interval.
|
||||||
.TP
|
.TP
|
||||||
\fBfetchinterval.n\fP
|
\fBfetchinterval.n\fP
|
||||||
Interval between mail auto-fetching. Values accept 0 to disable, -1 for
|
Interval between mail auto-fetching. Values accept 0 to disable, \-1 for
|
||||||
autofetching on new mail arrival, and positive values for a given interval
|
autofetching on new mail arrival, and positive values for a given interval
|
||||||
in seconds.
|
in seconds.
|
||||||
.TP
|
.TP
|
||||||
|
@ -299,12 +299,12 @@ sometimes a failed attempt to authenticate can cause later
|
||||||
failures. Some servers claim to support cram-md5 but fail:
|
failures. Some servers claim to support cram-md5 but fail:
|
||||||
telling wmbiff not to try can help.
|
telling wmbiff not to try can help.
|
||||||
|
|
||||||
For other problems, run wmbiff with the -debug option. See
|
For other problems, run wmbiff with the \-debug option. See
|
||||||
wmbiff(1) for details.
|
wmbiff(1) for details.
|
||||||
|
|
||||||
While editing .wmbiffrc, you may find it useful to restart
|
While editing .wmbiffrc, you may find it useful to restart
|
||||||
wmbiff using either control-shift mouse button 1, or killall
|
wmbiff using either control-shift mouse button 1, or killall
|
||||||
-USR1 wmbiff.
|
\-USR1 wmbiff.
|
||||||
|
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
|
Loading…
Reference in a new issue