summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-11-02 12:55:11 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-11-02 12:55:11 -0800
commit62c0df919bfaf2a379767ad7dc7a0113a8151255 (patch)
tree6101ea31034a8b50ad7147b0cbe3da3ef7eea874
parentd8068fe9e666bb384a9eeac8983cb1ac8c2824a1 (diff)
Fix formatting of options/arguments in man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--xcompmgr.122
1 files changed, 11 insertions, 11 deletions
diff --git a/xcompmgr.1 b/xcompmgr.1
index 0aabb4f..a30f533 100644
--- a/xcompmgr.1
+++ b/xcompmgr.1
@@ -3,37 +3,37 @@
.SH NAME
xcompmgr \- sample X compositing manager
.SH SYNOPSIS
-.nf
-.B xcompmgr [\-d display] [\-r radius] [\-o opacity] [\-l left-offset] [\-t top-offset] [\-acCfFnsS]
-.fi
+.BI "xcompmgr [\-d " display "] [\-r " radius "]"
+.BI "[\-o " opacity "] [\-l " left-offset "]"
+.BI "[\-t " top-offset "] [\-acCfFnsS]"
.SH DESCRIPTION
.B xcompmgr
is a sample compositing manager for X servers supporting the XFIXES, DAMAGE,
and COMPOSITE extensions. It enables basic eye-candy effects.
.SH OPTIONS
.TP
-.BI \-d\ display
+.BI \-d\ display
Specifies the display to manage.
.TP
-.BI \-r\ radius
+.BI \-r\ radius
Specifies the blur radius for client-side shadows.
.TP
-.BI \-o\ opacity
+.BI \-o\ opacity
Specifies the opacity for client-side shadows.
.TP
-.BI \-l\ left-offset
+.BI \-l\ left-offset
Specifies the left offset for client-side shadows.
.TP
-.BI \-t\ top-offset
+.BI \-t\ top-offset
Specifies the top offset for client-side shadows.
.TP
-.BI \-I\ fade-in-step
+.BI \-I\ fade-in-step
Specifies the opacity change between steps while fading in.
.TP
-.BI \-O\ fade-out-step
+.BI \-O\ fade-out-step
Specifies the opacity change between steps while fading out.
.TP
-.BI \-D\ fade-delta
+.BI \-D\ fade-delta
Specifies the time (in milliseconds) between steps in a fade.
.TP
.BI \-a