1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: set "pager" when using option -T.
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530342
Author: Fredrik Steen <stone@debian.org>
Last-Update: 2009-11-29
Index: txt2man-1.5.6+git20160519.dc56074/txt2man
===================================================================
--- txt2man-1.5.6+git20160519.dc56074.orig/txt2man
+++ txt2man-1.5.6+git20160519.dc56074/txt2man
@@ -152,7 +152,7 @@ do
(p) doprobe=1;;
(I) itxt="$OPTARG�$itxt";;
(B) btxt=$OPTARG;;
- (T) post="groff -mandoc -Tlatin1 | ${PAGER:-more}";;
+ (T) post="groff -mandoc -Tlatin1 | ${PAGER:-pager}";;
(X) post="groff -mandoc -X";;
(*) usage; exit;;
esac
|