1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Escape hyphens in ctmconv man page
Fixes lintian warning hyphen-used-as-minus-sign.
Author: Teemu Ikonen <tpikonen@gmail.com>
--
--- openctm-1.0.3+dfsg1.orig/doc/ctmconv.1
+++ openctm-1.0.3+dfsg1/doc/ctmconv.1
@@ -24,7 +24,7 @@ The following options are available:
Scale the mesh by a scalar factor.
.TP
.B --upaxis arg
-Set up axis (X, Y, Z, -X, -Y, -Z). If != Z, the mesh will be flipped.
+Set up axis (X, Y, Z, \-X, \-Y, \-Z). If != Z, the mesh will be flipped.
.TP
.B --flip
Flip triangle orientation.
|