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 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
From: Matej Vela <vela@debian.org>
Description: Ensure that all man pages have a consistent set of references
(#294805, #309663).
diff -urNad wv-1.2.1~/help/man/wvAbw.1 wv-1.2.1/help/man/wvAbw.1
--- wv-1.2.1~/help/man/wvAbw.1 2006-03-18 17:32:57.000000000 +0100
+++ wv-1.2.1/help/man/wvAbw.1 2006-03-18 17:39:07.000000000 +0100
@@ -22,6 +22,7 @@
.BR wvPS(1),
.BR wvDVI(1),
.BR wvPDF(1),
+.BR wvRTF(1),
.BR wvText(1),
.BR wvWml(1),
.BR wvMime(1),
diff -urNad wv-1.2.1~/help/man/wvCleanLatex.1 wv-1.2.1/help/man/wvCleanLatex.1
--- wv-1.2.1~/help/man/wvCleanLatex.1 2006-03-18 17:32:57.000000000 +0100
+++ wv-1.2.1/help/man/wvCleanLatex.1 2006-03-18 17:39:07.000000000 +0100
@@ -23,6 +23,7 @@
.BR wvText(1),
.BR wvWml(1),
.BR wvMime(1),
+.BR wvRTF(1),
.BR catdoc(1),
.BR word2x(1)
.SH "AUTHOR"
diff -urNad wv-1.2.1~/help/man/wvDVI.1 wv-1.2.1/help/man/wvDVI.1
--- wv-1.2.1~/help/man/wvDVI.1 2006-03-18 17:32:57.000000000 +0100
+++ wv-1.2.1/help/man/wvDVI.1 2006-03-18 17:39:07.000000000 +0100
@@ -22,6 +22,7 @@
.BR wvCleanLatex(1),
.BR wvPDF(1),
.BR wvPS(1),
+.BR wvRTF(1),
.BR wvText(1),
.BR wvWml(1),
.BR wvMime(1),
diff -urNad wv-1.2.1~/help/man/wvHtml.1 wv-1.2.1/help/man/wvHtml.1
--- wv-1.2.1~/help/man/wvHtml.1 2006-03-18 17:32:57.000000000 +0100
+++ wv-1.2.1/help/man/wvHtml.1 2006-03-18 17:39:07.000000000 +0100
@@ -21,6 +21,7 @@
.BR wvPS(1),
.BR wvDVI(1),
.BR wvPDF(1),
+.BR wvRTF(1),
.BR wvText(1),
.BR wvWml(1),
.BR wvMime(1),
diff -urNad wv-1.2.1~/help/man/wvSummary.1 wv-1.2.1/help/man/wvSummary.1
--- wv-1.2.1~/help/man/wvSummary.1 2006-03-18 17:32:57.000000000 +0100
+++ wv-1.2.1/help/man/wvSummary.1 2006-03-18 17:39:24.000000000 +0100
@@ -19,6 +19,7 @@
.BR wvHtml(1),
.BR wvLatex(1),
.BR wvCleanLatex(1),
+.BR wvPS(1),
.BR wvPDF(1),
.BR wvDVI(1),
.BR wvMime(1),
diff -urNad wv-1.2.1~/help/man/wvText.1 wv-1.2.1/help/man/wvText.1
--- wv-1.2.1~/help/man/wvText.1 2006-03-18 17:32:57.000000000 +0100
+++ wv-1.2.1/help/man/wvText.1 2006-03-18 17:39:07.000000000 +0100
@@ -23,6 +23,7 @@
.BR wvDVI(1),
.BR wvPDF(1),
.BR wvRTF(1),
+.BR wvWml(1),
.BR wvMime(1),
.BR catdoc(1),
.BR word2x(1)
|