File: hyphens.diff

package info (click to toggle)
concalc 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 632 kB
  • sloc: cpp: 7,699; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: concalc-0.9.0/man/concalc.1
===================================================================
--- concalc-0.9.0.orig/man/concalc.1	2007-09-13 15:11:59.000000000 +0530
+++ concalc-0.9.0/man/concalc.1	2008-01-19 01:52:34.000000000 +0530
@@ -37,7 +37,7 @@
 .IP "differential calculation"
 differential calculation of 2x^2-3x+3 at x=9: d/dx(2x^2-3x+3,9)
 .IP integration
-integration of sinx+cosx between -1 and 3.2: integ(sinx+cosx,-1,3.2)
+integration of sinx+cosx between \-1 and 3.2: integ(sinx+cosx,\-1,3.2)
 .IP "set variables"
 save the result of a calculation in variable A: 12*45/2->A
 .IP "recall variables"
@@ -65,7 +65,7 @@
 .IP "-c, --complex"
 This option enables complex numbers for the calculation. They are switched off by default.
 .IP "-b, --base [calculator base]"
-The argument must be one of hex (hexadecimal), dec (decimal, default), oct (octal) and bin (binary). This option can only be used when -m base is set.
+The argument must be one of hex (hexadecimal), dec (decimal, default), oct (octal) and bin (binary). This option can only be used when \-m base is set.
 .IP "-a, --angle [angle type]"
 The argument must be one of deg (degrees), rad (radiant), gra (grade).
 .IP "-v, --version"