It seems when I added code for affine unit changes to units, I

forgot to tell the man page we could now convert Celsius to Fahrenheit.

Approved by:	re (kib)
MFC after:	1 month
This commit is contained in:
David Malone 2011-09-15 19:52:43 +00:00
parent 3fb4fa3574
commit ab7e59168c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225596

View File

@ -35,9 +35,7 @@ their equivalents in other scales.
The
.Nm
program can only
handle multiplicative scale changes.
It cannot convert Celsius
to Fahrenheit, for example.
handle multiplicative or affine scale changes.
It works interactively by prompting
the user for input:
.Bd -literal
@ -60,6 +58,10 @@ the user for input:
You want: cm
* 1.27
/ 0.78740157
You have: 85 degF
You want: degC
29.444444
.Ed
.Pp
Powers of units can be specified using the '^' character as shown in