summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-13 11:15:47 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-13 11:15:47 -0500
commitc887ea115230e898e8780e2679610f301103bb51 (patch)
tree90151e419a2c637518a6af48eaa566a6a4768c98
parentbb82a22a80c2c9ef27e8de9e0bd64a697c9ba8a1 (diff)
man: remove trailing spaces and tabs
Using s/[ \t]*$// Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xdbedizzy.man48
1 files changed, 24 insertions, 24 deletions
diff --git a/xdbedizzy.man b/xdbedizzy.man
index 3a1d5ae..b6f34c8 100644
--- a/xdbedizzy.man
+++ b/xdbedizzy.man
@@ -14,48 +14,48 @@ xdbedizzy \- demo of DBE creating a double buffered spinning scene
xdbedizzy is a demo of DBE creating a double
buffered spinning scene.
.SH OPTIONS
-.TP
-\fB\-display \fIhost:dpy\fB\fR
+.TP
+\fB\-display \fIhost:dpy\fB\fR
This option specifies the X server to contact.
-.TP
-\fB\-class \fIvisclass\fB\fR
+.TP
+\fB\-class \fIvisclass\fB\fR
Name of visual to choose. Valid values are
TrueColor, DirectColor, PseudoColor, StaticColor, Grayscale, StaticGray
-.TP
-\fB\-depth \fIdepth\fB\fR
+.TP
+\fB\-depth \fIdepth\fB\fR
Depth of visual to use.
-.TP
-\fB\-visid \fIvisualid\fB\fR
+.TP
+\fB\-visid \fIvisualid\fB\fR
Visual ID to use (ignore \fB\-class\fR,
\fB\-depth\fR).
-.TP
-\fB\-list\fR
+.TP
+\fB\-list\fR
List double buffer capable visuals.
-.TP
-\fB\-nodb\fR
+.TP
+\fB\-nodb\fR
Single buffer (ignore \fB\-class\fR,
\fB\-depth\fR, \fB\-visid\fR).
-.TP
-\fB\-help\fR
+.TP
+\fB\-help\fR
Prints usage and exists.
-.TP
-\fB\-speed \fIvalue\fB\fR
+.TP
+\fB\-speed \fIvalue\fB\fR
Defines the time to delay between frames as delay=2sec/speed.
Default value is 20.
-.TP
-\fB\-sync\fR
+.TP
+\fB\-sync\fR
Use synchronous X connection.
-.TP
-\fB\-spokes \fIvalue\fB\fR
+.TP
+\fB\-spokes \fIvalue\fB\fR
Specify number of spokes to draw. The default value is 12.
-.TP
-\fB\-verbose\fR
+.TP
+\fB\-verbose\fR
Print verbose output.
.SH "SEE ALSO"
\fBDBE\fR(__libmansuffix__), \fBXdbeSwapBuffers\fR(__libmansuffix__), \fBXdbeGetVisualInfo\fR(__libmansuffix__), \fBXdbeAllocateBackBufferName\fR(__libmansuffix__), \fBX\fR(__miscmansuffix__), \fBXserver\fR(__appmansuffix__)
.SH ENVIRONMENT
-.TP
-\fBDISPLAY\fR
+.TP
+\fBDISPLAY\fR
\fBDISPLAY\fR must be set to get the default host and display to use.
.SH AUTHOR