summaryrefslogtreecommitdiff
path: root/debian/manpages
diff options
context:
space:
mode:
authorFelix Geyer <debfx-pkg@fobos.de>2012-03-05 21:06:38 +0100
committerDidier Raboud <odyx@debian.org>2012-04-25 16:18:31 +0200
commit8c7a4d827f811803921fa2b03c40e260143d384f (patch)
tree371b14f31e52505b93d6f3d8e50f5cacc12ee132 /debian/manpages
parent42a9cc978397d2631496441aca0cdc5ca8f75a8f (diff)
downloadqt4-x11-8c7a4d827f811803921fa2b03c40e260143d384f.tar.gz
Fix hyphen-used-as-minus-sign lintian warnings.
Reviewed-by: Didier Raboud <odyx@debian.org>
Diffstat (limited to 'debian/manpages')
-rw-r--r--debian/manpages/lupdate-qt4.12
-rw-r--r--debian/manpages/moc-qt4.16
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/manpages/lupdate-qt4.1 b/debian/manpages/lupdate-qt4.1
index 68958b9..deb7243 100644
--- a/debian/manpages/lupdate-qt4.1
+++ b/debian/manpages/lupdate-qt4.1
@@ -144,7 +144,7 @@ and .ts files:
.PP
.in +4
.nf
-lupdate *.cpp *.h *.ui -ts gnomovision_dk.ts
+lupdate *.cpp *.h *.ui \-ts gnomovision_dk.ts
.fi
.in -4
.SH "SEE ALSO"
diff --git a/debian/manpages/moc-qt4.1 b/debian/manpages/moc-qt4.1
index 131827a..85555bb 100644
--- a/debian/manpages/moc-qt4.1
+++ b/debian/manpages/moc-qt4.1
@@ -137,7 +137,7 @@ Here is a useful makefile rule if you only use GNU make:
.in +4
.nf
m%.cpp: %.h
- moc $< -o $@
+ moc $< \-o $@
.fi
.in -4
.PP
@@ -147,7 +147,7 @@ following form:
.in +4
.nf
mNAME.cpp: NAME.h
- moc $< -o $@
+ moc $< \-o $@
.fi
.in -4
.PP
@@ -170,7 +170,7 @@ a makefile rule like this:
NAME.o: mNAME.cpp
mNAME.cpp: NAME.cpp
- moc -i $< -o $@
+ moc -i $< \-o $@
.fi
.in -4
.PP