=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/units/units.1,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/units/units.1 2000/04/20 23:49:27 1.11 --- src/usr.bin/units/units.1 2000/11/10 05:10:42 1.12 *************** *** 1,4 **** ! .\" $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 --- 1,4 ---- ! .\" $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,151 **** --- 146,158 ---- 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,183 **** 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) --- 184,186 ----