diff options
author | David Malone <dwmalone@FreeBSD.org> | 2011-09-15 19:52:43 +0000 |
---|---|---|
committer | David Malone <dwmalone@FreeBSD.org> | 2011-09-15 19:52:43 +0000 |
commit | ab7e59168c9d24ff613c268084d33cc0acd63a7e (patch) | |
tree | 1d53045a75fcaa0c45054ea5182946e870d51a28 | |
parent | 3fb4fa3574e36c997c2cdcaa6f6e39a37e89f572 (diff) | |
download | src-ab7e59168c9d24ff613c268084d33cc0acd63a7e.tar.gz src-ab7e59168c9d24ff613c268084d33cc0acd63a7e.zip |
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
Notes
Notes:
svn path=/head/; revision=225596
-rw-r--r-- | usr.bin/units/units.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 96b84d6efa30..505552a7b00b 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -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 |