From 62c0df919bfaf2a379767ad7dc7a0113a8151255 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 2 Nov 2009 12:55:11 -0800 Subject: Fix formatting of options/arguments in man page Signed-off-by: Alan Coopersmith --- xcompmgr.1 | 22 +++++++++++----------- 1 file 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 -- cgit v1.2.3