summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-08 12:58:18 +0100
committerMartin Smith <msmith@trolltech.com>2010-01-08 12:58:18 +0100
commit8894467656973bd311bcc5822a38bdd0e171da51 (patch)
tree11ebae32754f75fb4a85b066f6b67aa813530da7 /doc
parent2530a32d5e02f2cde0cdf3d6d4e42a0079d669fd (diff)
downloadqt4-tools-8894467656973bd311bcc5822a38bdd0e171da51.tar.gz
doc: Fixed typos.
Task-number: QTBUG-6607
Diffstat (limited to 'doc')
-rw-r--r--doc/src/development/rcc.qdoc15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/development/rcc.qdoc b/doc/src/development/rcc.qdoc
index 8c6c8fbeb0..1541e1112b 100644
--- a/doc/src/development/rcc.qdoc
+++ b/doc/src/development/rcc.qdoc
@@ -57,10 +57,9 @@
\table
\header \o Option \o Argument \o Description
- \row \o \c{-o} \o \c{file} \o Writes output to \c{file} rather than
- stdout.
+ \row \o \c{-o} \o \c{file} \o Write output to \c{file} rather than to stdout.
- \row \o \c{-name} \o \c{name} \o Creates an external initialization
+ \row \o \c{-name} \o \c{name} \o Create an external initialization
function with \c{name}.
\row \o \c{-threshold} \o \c{level} \o Specifies a threshold \c{level} (in
@@ -71,7 +70,7 @@
threshold level is 70 bytes.
\row \o \c{-compress} \o \c{level} \o Compress input files to the given
- compression \{level}, which is an
+ compression \c{level}, which is an
integer in the range 1 to 9. Level 1
does the least compression but is
fastest. Level 9 does the most
@@ -84,13 +83,13 @@
\row \o \c{-root} \o \c{path} \o Prefix the resource access path with \c{path}.
The default is no prefix.
- \row \o \c{-no-compress} \o \o Disables all compression.
+ \row \o \c{-no-compress} \o \o Disable compression.
- \row \o \c{-binary} \o \o Outputs a binary file for use as a dynamic resource.
+ \row \o \c{-binary} \o \o Output a binary file for use as a dynamic resource.
- \row \o \c{-version} \o \o Displays version information.
+ \row \o \c{-version} \o \o Display version information.
- \row \o \c{-help} \o \o Displays usage information.
+ \row \o \c{-help} \o \o Display usage information.
\endtable