diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-12-04 17:57:27 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-12-04 17:57:27 -0800 |
commit | 454466e4e863fa86a79a3fe6edff1d5552c2f45d (patch) | |
tree | 18d63f24e1ab0e5443550bc9b706d23813b4a24c /man/xload.man | |
parent | f80d0c5023853de4038bcc8cffcffe6558262b72 (diff) |
Fix formatting issues in xload man page
Fixes: https://gitlab.freedesktop.org/xorg/app/xload/-/issues/1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/xload.man')
-rw-r--r-- | man/xload.man | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/xload.man b/man/xload.man index 3307aaf..d3b0547 100644 --- a/man/xload.man +++ b/man/xload.man @@ -3,7 +3,9 @@ .SH NAME xload \- system load average display for X .SH SYNOPSIS -\fBxload\fP [-\fItoolkitoption\fP ...] [-scale \fIinteger\fP] [-update \fIseconds\fP] [-hl \fIcolor\fP] [-highlight \fIcolor\fP] [-remote \fIhost\fP] +\fBxload\fP [-\fItoolkitoption\fP ...] [-scale \fIinteger\fP] [-update \fIseconds\fP] +.br + [-hl \fIcolor\fP] [-highlight \fIcolor\fP] [-remote \fIhost\fP] .br [-jumpscroll \fIpixels\fP] [-label \fIstring\fP] [-nolabel] [-lights] .SH DESCRIPTION @@ -18,10 +20,10 @@ The order of the options is unimportant. \fIxload also accepts the following additional options: .PP .TP 8 -.B \-hl \fIcolor\fP or \-highlight \fIcolor\fP +\fB\-hl\fP \fIcolor\fP or \fB\-highlight\fP \fIcolor\fP This option specifies the color of the scale lines. .TP 8 -.B \-jumpscroll \fPnumber of pixels\fP +.B \-jumpscroll \fIpixels\fP The number of pixels to shift the graph to the left when the graph reaches the right edge of the window. The default value is 1/2 the width of the current window. Smooth scrolling can be achieved by setting it to 1. @@ -58,7 +60,7 @@ This option tells \fIxload\fP to display the load of \fIhost\fP instead of \fIlo In addition to the resources available to each of the widgets used by \fIxload\fP there is one resource defined by the application itself. .TP 8 -.B showLabel (\fPclass\fB Boolean) +.B showLabel (\fPclass \fIBoolean\fB) If False then no label will be displayed. .SH WIDGETS In order to specify resources, it is useful to know the hierarchy of |