From 093d80d2defae0f9850cad1a51e2827e745d5deb Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Sun, 26 Feb 2012 23:01:08 +0100 Subject: Fix incorrect uses of hyphens and dashes in several manpages. --- doc/intltool-extract.8 | 18 +++++++++--------- doc/intltool-merge.8 | 30 +++++++++++++++--------------- doc/intltool-update.8 | 8 ++++---- doc/intltoolize.8 | 10 +++++----- 4 files changed, 33 insertions(+), 33 deletions(-) diff --git a/doc/intltool-extract.8 b/doc/intltool-extract.8 index f0a2998..1cccda7 100644 --- a/doc/intltool-extract.8 +++ b/doc/intltool-extract.8 @@ -21,19 +21,19 @@ instead. .SH OPTIONS .IP "\fB\-l\fR" 4 .PD 0 -.IP "\fB\--local\fR" 4 +.IP "\fB\-\-local\fR" 4 .PD Creates a subdirectory under current working directory (named "\fBtmp/\fR") -and writes files there. This option can't be used with \fB\--update\fR option. -.IP "\fB\--update\fR" 4 +and writes files there. This option can't be used with \fB\-\-update\fR option. +.IP "\fB\-\-update\fR" 4 .PD Writes header file into the same directory the source file is in. New file name is the source file name appending ".h" extension. This option can't be used with -.BR \-l / \--local -option. Besides, this option is the default option if neither \fB\--local\fR -nor \fB\--update\fR is specified. -.IP "\fB\--type\fR=\fITYPE\fR" 4 +.BR \-l / \-\-local +option. Besides, this option is the default option if neither \fB\-\-local\fR +nor \fB\-\-update\fR is specified. +.IP "\fB\-\-type\fR=\fITYPE\fR" 4 .PD Specify the type of source file. Currently supported types are: .br @@ -56,7 +56,7 @@ Specify the type of source file. Currently supported types are: "gettext/xml" (Generic XML file) .IP "\fB\-v\fR" 4 .PD 0 -.IP "\fB\--version\fR" 4 +.IP "\fB\-\-version\fR" 4 .PD Show version information. .IP "\fB\-h\fR" 4 @@ -66,7 +66,7 @@ Show version information. Show usage and basic help information. .IP "\fB\-q\fR" 4 .PD 0 -.IP "\fB\--quiet\fR" 4 +.IP "\fB\-\-quiet\fR" 4 .PD Be quiet while running. diff --git a/doc/intltool-merge.8 b/doc/intltool-merge.8 index 291b344..c87cb9f 100644 --- a/doc/intltool-merge.8 +++ b/doc/intltool-merge.8 @@ -25,36 +25,36 @@ xml nodes, where each node contains one of the localized strings with .\" ------------------------------------------------------- .IP "\fB\-b\fR" 4 .PD 0 -.IP "\fB\--ba-style\fR" 4 +.IP "\fB\-\-ba-style\fR" 4 .PD Merge files in bonobo-activation style, which is used for bonobo servers. .IP "\fB\-d\fR" 4 .PD 0 -.IP "\fB\--desktop-style\fR" 4 +.IP "\fB\-\-desktop-style\fR" 4 .PD Merge files in desktop style, which is similar to the Windows .ini file format. .IP "\fB\-k\fR" 4 .PD 0 -.IP "\fB\--keys-style\fR" 4 +.IP "\fB\-\-keys-style\fR" 4 .PD Merge files in keys style, which is used for metadata. .IP "\fB\-o\fR" 4 .PD 0 -.IP "\fB\--oaf-style\fR" 4 +.IP "\fB\-\-oaf-style\fR" 4 .PD (OBSOLETE) Same as -.BR \-b / \--ba-style "." +.BR \-b / \-\-ba-style "." .IP "\fB\-r\fR" 4 .PD 0 -.IP "\fB\--rfc822deb-style\fR" 4 +.IP "\fB\-\-rfc822deb-style\fR" 4 .PD Merge files in RFC 822 style, which is usually used in Debian configuration files. -.IP "\fB\--quoted-style\fR" 4 +.IP "\fB\-\-quoted-style\fR" 4 .PD Merge files in quoted string style, which just translates any strings within "". .IP "\fB\-x\fR" 4 .PD 0 -.IP "\fB\--xml-style\fR" 4 +.IP "\fB\-\-xml-style\fR" 4 .PD Merge files in standard XML style, both as attributes and as raw pcdata. @@ -63,33 +63,33 @@ Merge files in standard XML style, both as attributes and as raw pcdata. .\" ------------------------------------------------------- .IP "\fB\-u\fR" 4 .PD 0 -.IP "\fB\--utf8\fR" 4 +.IP "\fB\-\-utf8\fR" 4 .PD Convert all strings to UTF-8 before merging. .IP "\fB\-p\fR" 4 .PD 0 -.IP "\fB\--pass-through\fR" 4 +.IP "\fB\-\-pass-through\fR" 4 .PD Use strings as is in .po files without conversion (STRONGLY unrecommended -with -x). +with \-x). .IP "\fB\-c\fR" 4 .PD 0 -.IP "\fB\--cache\fR" 4 +.IP "\fB\-\-cache\fR" 4 .PD (TBD) .IP "\fB\-q\fR" 4 .PD 0 -.IP "\fB\--quiet\fR" 4 +.IP "\fB\-\-quiet\fR" 4 .PD Be quiet while running. .IP "\fB\-v\fR" 4 .PD 0 -.IP "\fB\--version\fR" 4 +.IP "\fB\-\-version\fR" 4 .PD Show version information. .IP "\fB\-h\fR" 4 .PD 0 -.IP "\fB\--help\fR" 4 +.IP "\fB\-\-help\fR" 4 .PD Show usage and basic help information. diff --git a/doc/intltool-update.8 b/doc/intltool-update.8 index 4fc87f6..a3beb7c 100644 --- a/doc/intltool-update.8 +++ b/doc/intltool-update.8 @@ -53,7 +53,7 @@ A list of all these files are written into another file called Display a status report for all translations in the software. .IP "\fB\-d \fILANGCODE\fR" 4 .PD 0 -.IP "\fB\-\-dist \fILANGCODE \fR" 4 +.IP "\fB\-\-dist \fILANGCODE\fR" 4 .PD Merge .BR LANGCODE .po @@ -96,7 +96,7 @@ Creates a new PO template from source code, and name it foo.pot: .nf .ft CW .ne 1 -intltool-update \-\-pot \-\-gettext\-package=foo +intltool-update \-\-pot \-\-gettext-package=foo .ft R .fi .RE @@ -108,7 +108,7 @@ Updates translation file xy.po using existing po template called .nf .ft CW .ne 1 -intltool-update --dist --gettext-package=bar --output-file=xy1.po xy +intltool-update \-\-dist \-\-gettext-package=bar \-\-output-file=xy1.po xy .ft R .fi .RE @@ -123,7 +123,7 @@ Creates new PO template and updates translation file xy.po intltool-update xy .ft R .fi -(same as \fBintltool-update --pot && intltool-update --dist xy\fR) +(same as \fBintltool-update \-\-pot && intltool-update \-\-dist xy\fR) .RE .SH FILES diff --git a/doc/intltoolize.8 b/doc/intltoolize.8 index ea788f5..3aa217d 100644 --- a/doc/intltoolize.8 +++ b/doc/intltoolize.8 @@ -17,23 +17,23 @@ level directory of the package before running .SH OPTIONS -.IP "\fB\--automake\fR" 4 +.IP "\fB\-\-automake\fR" 4 Work silently and assume that \fIautomake\fR is being used in software. .IP "\fB\-c\fR" 4 .PD 0 -.IP "\fB\--copy\fR" 4 +.IP "\fB\-\-copy\fR" 4 .PD Copy files rather than creating symbolic links to them. -.IP "\fB\--debug\fR" 4 +.IP "\fB\-\-debug\fR" 4 Enable verbose shell tracing. .IP "\fB\-n\fR" 4 .PD 0 -.IP "\fB\--dry-run\fR" 4 +.IP "\fB\-\-dry-run\fR" 4 .PD Print commands only, instead of executing them. .IP "\fB\-f\fR" 4 .PD 0 -.IP "\fB\--force\fR" 4 +.IP "\fB\-\-force\fR" 4 .PD Replace existing files if they exist. .IP "\fB\-\-help\fR" 4 -- cgit v1.2.1