summaryrefslogtreecommitdiff
path: root/Docs/Support
diff options
context:
space:
mode:
authorunknown <zak@balfor.local>2002-04-14 10:10:28 +0200
committerunknown <zak@balfor.local>2002-04-14 10:10:28 +0200
commit4773cd78b8a73be72866a5db00ee3e686908f1ac (patch)
tree3a741abbc7546330be7759a4c3962c1220db00b7 /Docs/Support
parent7b7b5619059019b1d6e198755dffee747f2c26f1 (diff)
downloadmariadb-git-4773cd78b8a73be72866a5db00ee3e686908f1ac.tar.gz
Little patch for makeinfo-4.0c that has colspec values displayed as
percentages instead of portions of a 72 character wide line. Patch is trivial and hacky, but no point in redoing it later... :)
Diffstat (limited to 'Docs/Support')
-rw-r--r--Docs/Support/trivial-makeinfo-4.0c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/Docs/Support/trivial-makeinfo-4.0c.patch b/Docs/Support/trivial-makeinfo-4.0c.patch
new file mode 100644
index 00000000000..b2446c0e8bb
--- /dev/null
+++ b/Docs/Support/trivial-makeinfo-4.0c.patch
@@ -0,0 +1,11 @@
+--- alt-multi.c Sun Apr 14 10:03:19 2002
++++ multi.c Tue May 22 20:52:33 2001
+@@ -287,7 +287,7 @@
+ && *params != '\n' && *params != '@')
+ params++;
+ setup_output_environment (i,
+- (int) ((columnfrac * 100.00) + 0.49));
++ (int) (columnfrac * (fill_column - current_indent) + .5));
+ }
+ }
+