diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-11-02 12:55:11 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-11-02 12:55:11 -0800 |
commit | 62c0df919bfaf2a379767ad7dc7a0113a8151255 (patch) | |
tree | 6101ea31034a8b50ad7147b0cbe3da3ef7eea874 | |
parent | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS (diff) | |
download | xcman-62c0df919bfaf2a379767ad7dc7a0113a8151255.tar.gz xcman-62c0df919bfaf2a379767ad7dc7a0113a8151255.tar.bz2 xcman-62c0df919bfaf2a379767ad7dc7a0113a8151255.tar.xz |
Fix formatting of options/arguments in man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | xcompmgr.1 | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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 |