[BACK]Return to units.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / units

Diff for /src/usr.bin/units/units.1 between version 1.23 and 1.24

version 1.23, 2011/10/06 19:58:47 version 1.24, 2011/10/08 20:41:12
Line 38 
Line 38 
 It cannot convert Celsius  It cannot convert Celsius
 to Fahrenheit, for example.  to Fahrenheit, for example.
 It also does not handle logarithmic units such as bels.  It also does not handle logarithmic units such as bels.
 It works interactively by prompting the user for input:  .Pp
   .Nm
   works interactively by prompting the user for input:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 You have: meters  You have: meters
 You want: feet  You want: feet
Line 51 
Line 53 
         / 3785.4118          / 3785.4118
 .Ed  .Ed
 .Pp  .Pp
   That is, one meter equals roughly 3.28 feet
   (or, conversely, one foot is roughly equal to 0.3 meters),
   and one gallon is roughly equal to 3785 cubic cm.
   .Pp
 The  The
 .Nm  .Nm
 program can handle numbers as well:  program can handle numbers as well:
Line 60 
Line 66 
         * 96.56064          * 96.56064
         / 0.010356187          / 0.010356187
   
 You have: 5 austriaschilling  You have: 100 USD
 You want: 100 italylira  You want: 10 euro
         * 7.0357114          * 7.4354971
         / 0.14213204          / 0.13449
 .Ed  .Ed
 .Pp  .Pp
 In other words, 60 miles per hour is about 96.6 km/hr, and 5 Austrian  In other words, 60 miles per hour is about 96.6 km/hr,
 Schillings will get you seven 100-Lira coins.  and 100 US dollars will get you seven 10-Euro notes.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24