1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Description: Repairs the indexing of .SB macro
Forwarded: no
Author: Floris Bruynooghe <flub@devork.be>
--- a/info/ode.1
+++ b/info/ode.1
@@ -1,7 +1,9 @@
.TH ODE 1 "Dec 1998" "FSF" "GNU Plotting Utilities"
.SH NAME
ode \- numerical solution of ordinary differential equations
-.\" Not all man macros define SB
+.ig
+Not all man macros define SB (and not all whatis parsers stop on .\")
+..
.de SB
\&\fB\s-1\&\\$1 \\$2\s0\fR
..
--- a/info/plot.1
+++ b/info/plot.1
@@ -1,7 +1,9 @@
.TH PLOT 1 "Jun 2000" "FSF" "GNU Plotting Utilities"
.SH NAME
plot \- translate GNU metafiles to other graphics formats
-.\" Not all man macros define SB
+.ig
+Not all man macros define SB (and not all whatis parsers stop on .\")
+..
.de SB
\&\fB\s-1\&\\$1 \\$2\s0\fR
..
--- a/info/plotfont.1
+++ b/info/plotfont.1
@@ -1,7 +1,9 @@
.TH PLOTFONT 1 "Jun 2000" "FSF" "GNU Plotting Utilities"
.SH NAME
plotfont \- produce character maps of fonts supported by the plotting utilities
-.\" Not all man macros define SB
+.ig
+Not all man macros define SB (and not all whatis parsers stop on .\")
+..
.de SB
\&\fB\s-1\&\\$1 \\$2\s0\fR
..
--- a/info/tek2plot.1
+++ b/info/tek2plot.1
@@ -1,7 +1,9 @@
.TH TEK2PLOT 1 "Jun 2000" "FSF" "GNU Plotting Utilities"
.SH NAME
tek2plot \- translate Tektronix files to other graphics formats
-.\" Not all man macros define SB
+.ig
+Not all man macros define SB (and not all whatis parsers stop on .\")
+..
.de SB
\&\fB\s-1\&\\$1 \\$2\s0\fR
..
|