diff options
author | 2000-04-20 23:49:27 +0000 | |
---|---|---|
committer | 2000-04-20 23:49:27 +0000 | |
commit | 34ae26b9afa39b01dd9c69c843b4980464515582 (patch) | |
tree | 33839efbd106baefb7ec1818c41d4ff1fe884e11 | |
parent | Fix function prototype so it compiles again. (diff) | |
download | wireguard-openbsd-34ae26b9afa39b01dd9c69c843b4980464515582.tar.xz wireguard-openbsd-34ae26b9afa39b01dd9c69c843b4980464515582.zip |
No logarithmic scales.
-rw-r--r-- | usr.bin/units/units.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 3d831b2e243..072ecbcbe19 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: units.1,v 1.10 2000/03/14 14:58:24 aaron Exp $ +.\" $OpenBSD: units.1,v 1.11 2000/04/20 23:49:27 pjanzen Exp $ .\" converted to new format by deraadt@openbsd.org .Dd July 14, 1993 .Dt UNITS 1 @@ -16,13 +16,14 @@ .Sh DESCRIPTION The .Nm -program converts quantities expression in various scales to +program converts quantities expressed in various scales to their equivalents in other scales. The .Nm program can only handle multiplicative scale changes. It cannot convert Celsius to Fahrenheit, for example. +It also does not handle logarithmic units such as bels. It works interactively by prompting the user for input: .Pp .nf |