summaryrefslogtreecommitdiff
path: root/help/C/conv-length.page
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-08 13:50:37 -0300
committerPerberos <[email protected]>2011-11-08 13:50:37 -0300
commit2358ba4314dc6d757049bc4871ecf2922614b61b (patch)
tree12e52f491560916f0458c87b2d98ffa94500cb0f /help/C/conv-length.page
downloadmate-calc-2358ba4314dc6d757049bc4871ecf2922614b61b.tar.bz2
mate-calc-2358ba4314dc6d757049bc4871ecf2922614b61b.tar.xz
initial
Diffstat (limited to 'help/C/conv-length.page')
-rw-r--r--help/C/conv-length.page30
1 files changed, 30 insertions, 0 deletions
diff --git a/help/C/conv-length.page b/help/C/conv-length.page
new file mode 100644
index 0000000..d51380b
--- /dev/null
+++ b/help/C/conv-length.page
@@ -0,0 +1,30 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide"
+ id="conv-length">
+
+ <info>
+ <link type="guide" xref="index#conversion"/>
+ </info>
+
+ <title>Length/Area/Volume</title>
+
+ <p>
+ To convert between length, area and volume units use the <em>in</em> operator.
+ </p>
+ <example>
+ <p>
+ 6 meters in inches
+ </p>
+ <p>
+ 1 acre in cm²
+ </p>
+ <p>
+ 1 pint in mL
+ </p>
+ </example>
+ <note>
+ <p>
+ Length/Area/Volume conversions must be performed using the keyboard.
+ </p>
+ </note>
+</page>