openbsd-ports/japanese/groff/patches/patch-grog_grog_pl
espie f0a57dc684 Groff 1.10 + japanese groff patch 0.99.
Soon to be used to format Wnn man pages.
2000-04-12 20:34:10 +00:00

13 lines
320 B
Plaintext

$OpenBSD: patch-grog_grog_pl,v 1.1.1.1 2000/04/12 20:34:11 espie Exp $
--- grog/grog.pl.orig Wed Apr 12 15:47:16 2000
+++ grog/grog.pl Wed Apr 12 15:47:28 2000
@@ -6,7 +6,7 @@
$prog = $0;
$prog =~ s@.*/@@;
-push(@command, "groff");
+push(@command, "jgroff");
while ($ARGV[0] =~ /^-./) {
$arg = shift(@ARGV);