summaryrefslogtreecommitdiff
path: root/temp.man
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-02-22 22:45:25 +0000
committerrodri <rgl@antares-labs.eu>2020-02-22 22:45:25 +0000
commitc22a427855f0492b8f4557d3b2deca9598514534 (patch)
tree52b7f502ba18880e1804dc15922cfabc85fb1621 /temp.man
downloadconv-c22a427855f0492b8f4557d3b2deca9598514534.tar.gz
conv-c22a427855f0492b8f4557d3b2deca9598514534.tar.bz2
conv-c22a427855f0492b8f4557d3b2deca9598514534.zip
now version controlled.HEADmaster
Diffstat (limited to 'temp.man')
-rw-r--r--temp.man35
1 files changed, 35 insertions, 0 deletions
diff --git a/temp.man b/temp.man
new file mode 100644
index 0000000..4c3f6f1
--- /dev/null
+++ b/temp.man
@@ -0,0 +1,35 @@
+.TH TEMP 1
+.SH NAME
+temp \- temperature converter
+.SH SYNOPSIS
+.B conv/temp
+[
+.B -i
+.I scale
+]
+[
+.B -o
+.I scale
+]
+.I temp
+.SH DESCRIPTION
+.I Temp
+is a basic temperature converter.
+.PP
+.I Scale
+can be one of C(elsius), F(ahrenheit) and K(elvin). If none is
+specified
+.B temp
+will use the default F for input, C for output scales.
+.SH EXAMPLES
+.PP
+Convert from celsius to fahrenheit
+.IP
+.EX
+% conv/temp -iC -oF 234.78
+454.604
+.EE
+.SH SOURCE
+.B /sys/src/cmd/conv
+.SH BUGS
+.IR none .