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
|
Description: Remove (obsolete) \refill commands from texinfo files.
Author: Hilmar Preusse <hille42@web.de>
Bug-Debian: https://bugs.debian.org/995087
Last-Update: 2021-09-30
Index: autoproject/lib/cli/all/argp/program.texinfo
===================================================================
--- autoproject.orig/lib/cli/all/argp/program.texinfo
+++ autoproject/lib/cli/all/argp/program.texinfo
@@ -252,7 +252,7 @@ and then exit successfully.
If you find a bug in @command{#NAME#}, please send electronic mail to
@email{#EEMAIL#}. Include the version number, which you can find by
running @w{@samp{#NAME# --version}}. Also include in your message the
-output that the program produced and the output you expected.@refill
+output that the program produced and the output you expected.
If you have other questions, comments or suggestions about
@command{#NAME#}, contact the author via electronic mail to
Index: autoproject/lib/cli/all/none/program.texinfo
===================================================================
--- autoproject.orig/lib/cli/all/none/program.texinfo
+++ autoproject/lib/cli/all/none/program.texinfo
@@ -252,7 +252,7 @@ and then exit successfully.
If you find a bug in @command{#NAME#}, please send electronic mail to
@email{#EEMAIL#}. Include the version number, which you can find by
running @w{@samp{#NAME# --version}}. Also include in your message the
-output that the program produced and the output you expected.@refill
+output that the program produced and the output you expected.
If you have other questions, comments or suggestions about
@command{#NAME#}, contact the author via electronic mail to
|