File: escape-hyphens-in-man

package info (click to toggle)
openctm 1.0.3%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,704 kB
  • sloc: ansic: 9,241; cpp: 5,199; python: 735; makefile: 29
file content (16 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
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.