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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
From: Hideki Yamane <henrich@debian.org>
Date: Sun, 8 Dec 2019 20:48:33 +0900
Subject: fix hyphen-used-as-minus-sign
Forwarded: no
Last-Update: 2014-01-14
---
man/xgfconfig.1 | 22 +++++++++++-----------
man/xgfmerge.1 | 2 +-
man/xgridfit.1 | 2 +-
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/man/xgfconfig.1 b/man/xgfconfig.1
index 94934aa..16c7e09 100644
--- a/man/xgfconfig.1
+++ b/man/xgfconfig.1
@@ -16,16 +16,16 @@ it can find. Xgfconfig reorders these lists so that your preferred
programs are looked for first. Xgfconfig may be invoked in one of
these forms:
- $ xgfconfig --processors processor-list
+ $ xgfconfig \-\-processors processor\-list
- $ xgfconfig --validators validator-list
+ $ xgfconfig \-\-validators validator\-list
- $ xgfconfig --xgridfit-dir /xgridfit/directory
+ $ xgfconfig \-\-xgridfit\-dir /xgridfit/directory
- $ xgfconfig --show
+ $ xgfconfig \-\-show
.PP
The first of these selects processors (one or more of libxslt, lxml,
-xsltproc, saxon-6, saxon-9, xalan-j, xalan-c, 4xslt); the second
+xsltproc, saxon\-6, saxon\-9, xalan\-j, xalan\-c, 4xslt); the second
selects validators (one or more of libxml2, lxml, jing, msv, rnv);
the third specifies a complete path to the Xgridfit base directory
(use it if you have installed Xgridfit in your own account rather
@@ -34,13 +34,13 @@ than system wide); the fourth displays the current configuration.
Several of the processors and validators that Xgridfit knows about
are Java programs; for these, Xgridfit needs the name and location
of a .jar file (by default it assumes certain standard file names,
-found in /usr/share/java). Specify this with a hash-mark followed
+found in /usr/share/java). Specify this with a hash\-mark followed
by a complete
-path-name for the file. Here are sample command lines:
+path\-name for the file. Here are sample command lines:
- $ xgfconfig -p saxon-9#/usr/local/share/java/saxon9he.jar lxml
+ $ xgfconfig \-p saxon\-9#/usr/local/share/java/saxon9he.jar lxml
- $ xgfconfig --config=config.xml -V rnv msv#/home/me/java/msv.jar
+ $ xgfconfig \-\-config=config.xml \-V rnv msv#/home/me/java/msv.jar
.PP
The second of these commands stores the configuration in the file
.I config.xml
@@ -57,7 +57,7 @@ Xgridfit base directory before giving up and using the default
configuration.)
.PP
An Xgridfit configuration file is a simple XML file, easily editable
-by users. The entries in it should be all but self-explanatory.
+by users. The entries in it should be all but self\-explanatory.
.hy .
.SH OPTIONS
.IP "\-\-config"
@@ -65,7 +65,7 @@ The configuration file to read or write. If this is not specified,
Xgfconfig will search in the standard places (see above) for an
existing configuration file for which the user has write privileges.
Failing that, it will create a configuration file in the directory
-~/.xgridfit (Linux/Mac) or some-dir (Windows). If the user is root
+~/.xgridfit (Linux/Mac) or some\-dir (Windows). If the user is root
or has administrative privileges, Xgfconfig will create the file
in the Xgridfit base directory.
.IP "\-h, \-\-help"
diff --git a/man/xgfmerge.1 b/man/xgfmerge.1
index 8491ce3..fe3f69c 100644
--- a/man/xgfmerge.1
+++ b/man/xgfmerge.1
@@ -18,7 +18,7 @@ other programming for the font.
outputs the merged programming to stdout.
To capture the output in a file, use this syntax:
- $xgfmerge -o merged-file.xgf file-a.xgf file-b.xgf
+ $xgfmerge \-o merged\-file.xgf file\-a.xgf file\-b.xgf
.hy .
.PP
.B "Note:"
diff --git a/man/xgridfit.1 b/man/xgridfit.1
index 9ab3405..b6d430b 100644
--- a/man/xgridfit.1
+++ b/man/xgridfit.1
@@ -31,7 +31,7 @@ Alternatively, you can skip generation of a script file and
execute the script (the FontForge Python bindings are required
for this):
- $ xgridfit --execute file.xgf
+ $ xgridfit \-\-execute file.xgf
.PP
For more information about
.B Xgridfit,
|