diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
commit | 3e222ea23769f7fa61220327392152acedf527bf (patch) | |
tree | 9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/units | |
parent | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff) |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
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) |