1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Description: fix some hyphens in manpage.
Author: Bernhard R. Link <brlink@debian.org>
Last-Update: 2008-02-21
Index: xli-1.17.0+20061110/xlito.man
===================================================================
--- xli-1.17.0+20061110.orig/xlito.man
+++ xli-1.17.0+20061110/xlito.man
@@ -2,8 +2,8 @@
.\"
.TH XLITO 1 "7 Jul 1993"
.SH NAME
-xlito (XLoadImageTrailingOptions) \- Append/Delete/Show a Trailing Option
-string in a file.
+xlito \- Append/Delete/Show a Trailing Option string in a file.
+(XLoadImageTrailingOptions)
.SH SYNOPSIS
\fIxlito\fR [option] [string] files ...
.SH DESCRIPTION
@@ -33,14 +33,14 @@ The default behavior is to display the t
the files on the argument line. The following options change the behavior of
\fIxlito:\fR
.TP 8
--c \fIoption_string file_name ...\fR
+\-c \fIoption_string file_name ...\fR
This adds or changes the embedded string to \fIoption_string\fR.
The string will have to be quoted if it is composed of more than one word.
.TP
--d \fIfile_name ...\fR
+\-d \fIfile_name ...\fR
Delete any embedded trailing option strings in the given files.
.TP
--x \fIfile_name ...\fR
+\-x \fIfile_name ...\fR
Process the files and create a command line string suitable for use by
\fIxloadimage.\fR Arguments starting with \fI\-\fR are echoed, arguments
not starting with \fI\-\fR are treated as files and any trailing options
|