diff options
Diffstat (limited to 'usr.bin/units')
-rw-r--r-- | usr.bin/units/units.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 072ecbcbe19..6d66729eee3 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: units.1,v 1.11 2000/04/20 23:49:27 pjanzen Exp $ +.\" $OpenBSD: units.1,v 1.12 2000/11/10 05:10:42 aaron Exp $ .\" converted to new format by deraadt@openbsd.org .Dd July 14, 1993 .Dt UNITS 1 @@ -146,6 +146,13 @@ Prefixes are applied after the longest matching unit name is found; for example, .Dq nmile is taken to be a nautical mile rather than a nanomile. +.Sh FILES +.Bl -tag -width /usr/share/misc/units.lib +.It Pa /usr/share/misc/units.lib +the standard units library +.El +.Sh AUTHORS +Adrian Mariano (adrian@cam.cornell.edu or mariano@geom.umn.edu) .Sh BUGS The effect of including a .Ql / @@ -177,7 +184,3 @@ of the units converted and on the length of the data file. The program should use a hash table to store units so that it doesn't take so long to load the units list and check for duplication. -.Sh FILES -/usr/share/misc/units.lib - the standard units library -.Sh AUTHOR -Adrian Mariano (adrian@cam.cornell.edu or mariano@geom.umn.edu) |