summaryrefslogtreecommitdiff
path: root/temp.man
blob: 4c3f6f1dd1e596fea20f1dce37f16000436578f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 .