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
commit29488409e79cd74dea1d24d43911849cf3a377be (patch)
tree458031df445a2cb4a402186043bf38d1ef8fe9c0
parent4381b50d4cc6d49cddf186dbeab85de1d15e2c53 (diff)
man: remove trailing spaces and tabs
Using s/[ \t]*$// Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xlsfonts.man58
1 files changed, 29 insertions, 29 deletions
diff --git a/xlsfonts.man b/xlsfonts.man
index fea41c5..620464e 100644
--- a/xlsfonts.man
+++ b/xlsfonts.man
@@ -14,66 +14,66 @@ If no pattern is given, "*" is assumed.
.PP
The "*" and "?" characters must be quoted to prevent them from being expanded by the shell.
.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\-d \fIhost:dpy\fB\fR
+.TP
+\fB\-d \fIhost:dpy\fB\fR
Same as \fB\-display \fIhost:dpy\fB\fR.
-.TP
-\fB\-l\fR
+.TP
+\fB\-l\fR
Lists some attributes of the font on one line in addition
to its name.
-.TP
-\fB\-ll\fR
+.TP
+\fB\-ll\fR
Lists font properties in addition to \fB\-l\fR output.
-.TP
-\fB\-lll\fR
+.TP
+\fB\-lll\fR
Lists character metrics in addition to \fB\-ll\fR output.
-.TP
-\fB\-m\fR
+.TP
+\fB\-m\fR
This option indicates that long listings should also print
the minimum and maximum bounds of each font.
-.TP
-\fB\-C\fR
+.TP
+\fB\-C\fR
This option indicates that listings should use multiple columns.
This is the same as \fB\-n 0\fR.
-.TP
-\fB\-1\fR
+.TP
+\fB\-1\fR
This option indicates that listings should use a single column.
This is the same as \fB\-n 1\fR.
-.TP
-\fB\-w \fIwidth\fB\fR
+.TP
+\fB\-w \fIwidth\fB\fR
This option specifies the width in characters that should be
used in figuring out how many columns to print.
The default is 79.
-.TP
-\fB\-n \fIcolumns\fB\fR
+.TP
+\fB\-n \fIcolumns\fB\fR
This option specifies the number of columns to use in
displaying the output. By default, it will attempt to
fit as many columns of font names into the number of
character specified by \fB\-w\fR width.
-.TP
-\fB\-u\fR
+.TP
+\fB\-u\fR
This option indicates that the output should be left unsorted.
-.TP
-\fB\-o\fR
+.TP
+\fB\-o\fR
This option indicates that xlsfonts should do an OpenFont
(and QueryFont, if appropriate) rather than a ListFonts.
This is useful if ListFonts or ListFontsWithInfo fail to
list a known font (as is the case with some scaled font
systems).
-.TP
-\fB\-fn \fIpattern\fB\fR
+.TP
+\fB\-fn \fIpattern\fB\fR
This option specifies the font name pattern to match.
.SH "SEE ALSO"
\fBX\fR(__miscmansuffix__), \fBXserver\fR(__appmansuffix__), \fBxset\fR(__appmansuffix__), \fBxfd\fR(__appmansuffix__), X Logical Font Description Conventions
.SH ENVIRONMENT
-.TP
-\fBDISPLAY\fR
+.TP
+\fBDISPLAY\fR
\fBDISPLAY\fR must be set to get the default host and display to use.
.SH BUGS
-Doing ``xlsfonts -l'' can tie up your server for a very long time.
+Doing ``xlsfonts -l'' can tie up your server for a very long time.
This is really a bug with single-threaded
non-preemptable servers, not with this program.
.SH AUTHOR