--- units-1.87.orig/units.info
+++ units-1.87/units.info
@@ -1,6 +1,7 @@
-This is units.info, produced by makeinfo version 4.8 from
+This is units.info, produced by makeinfo version 4.13 from
./units.texinfo.
+INFO-DIR-SECTION Math
START-INFO-DIR-ENTRY
* units: (units). Units conversion.
END-INFO-DIR-ENTRY
@@ -219,8 +220,8 @@
* 2.1133764
/ 0.47317647
-and then exit. The output tells you that 2 liters is about 2.1
-quarts, or alternatively that a quart is about 0.47 times 2 liters.
+and then exit. The output tells you that 2 liters is about 2.1 quarts,
+or alternatively that a quart is about 0.47 times 2 liters.
If the conversion is successful, then `units' will return success (0)
to the calling environment. If `units' is given non-conformable units
@@ -325,9 +326,9 @@
You want: cents / inch
* 13.888889
/ 0.072
-And the second example shows how the dollar sign in the units
-conversion can precede the five. Be careful: `units' will interpret
-`$5' with no space as equivalent to dollars^5.
+And the second example shows how the dollar sign in the units conversion
+can precede the five. Be careful: `units' will interpret `$5' with no
+space as equivalent to dollars^5.
Outside of the SI system, it is often desirable to add values of
different units together. You may also wish to use `units' as a
@@ -683,9 +684,9 @@
When adding new units, be sure to use the `-c' option to check that
the new units reduce properly. If you create a loop in the units
definitions, then `units' will hang when invoked with the `-c' options.
-You will need to use the `--check-verbose' option which prints out
-each unit as it checks them. The program will still hang, but the last
-unit printed will be the unit which caused the infinite loop.
+You will need to use the `--check-verbose' option which prints out each
+unit as it checks them. The program will still hang, but the last unit
+printed will be the unit which caused the infinite loop.
If you define any units which contain `+' characters, carefully
check them because the `-c' option will not catch non-conformable sums.
@@ -1021,20 +1022,20 @@
Tag Table:
-Node: Top549
-Node: Overview1461
-Ref: Overview-Footnote-12225
-Node: Interactive use2419
-Node: Command line use7946
-Node: Unit expressions9173
-Ref: Temperature Conversion Example16698
-Node: Invoking units18413
-Node: Unit definitions22974
-Node: Defining new units25847
-Node: Nonlinear units29294
-Node: Localization35381
-Node: Environment vars36255
-Node: Readline support37149
-Node: Index38556
+Node: Top572
+Node: Overview1484
+Ref: Overview-Footnote-12248
+Node: Interactive use2442
+Node: Command line use7969
+Node: Unit expressions9196
+Ref: Temperature Conversion Example16721
+Node: Invoking units18436
+Node: Unit definitions22997
+Node: Defining new units25870
+Node: Nonlinear units29317
+Node: Localization35404
+Node: Environment vars36278
+Node: Readline support37172
+Node: Index38579
End Tag Table
--- units-1.87.orig/units.texinfo
+++ units-1.87/units.texinfo
@@ -12,15 +12,13 @@
@syncodeindex op cp
@c noman
+
+@dircategory Math
@ifinfo
-@format
-START-INFO-DIR-ENTRY
+@direntry
* units: (units). Units conversion.
-END-INFO-DIR-ENTRY
-@end format
-@end ifinfo
+@end direntry
-@ifinfo
This file documents the @sc{gnu} @code{units} command for unit conversion.
This is edition @value{EDITION} for @code{units} Version @value{VERSION}.
--- units-1.87.orig/units.man
+++ units-1.87/units.man
@@ -1,5 +1,5 @@
.\"Do not edit this file. It was created from units.texinfo
-.\"using texi2man version 1.01 on Wed Sep 26 21:26:21 EDT 2007
+.\"using texi2man version 1.01 on Sun Oct 11 14:33:37 CDT 2009
.\"If you want a typeset version, you will probably get better
.\"results with the original file.
.\"
--- units-1.87.orig/units.c
+++ units-1.87/units.c
@@ -52,7 +52,7 @@
#define HELPCOMMAND "help" /* Command to request help at prompt */
#define SEARCHCOMMAND "search" /* Command to request text search of units */
#define UNITMATCH "?" /* Command to request conformable units */
-#define DEFAULTPAGER "more" /* Default pager program */
+#define DEFAULTPAGER "/usr/bin/pager" /* Default pager program */
#define DEFAULTLOCALE "en_US" /* Default locale */
#define MAXINCLUDE 5 /* Max depth of include files */
#define MAXFILES 25 /* Max number of units files on command line */