Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: [PATCH] Update listingblock monospace fix to support all docbook versions

From: Brian Gernhardt <hidden>
Date: 2016-06-15 22:43:22

Possibly related (same subject, not in this thread)

On Jul 20, 2007, at 8:06 AM, Julian Phillips wrote:
+while ($line = <>) {
+	$line =~ s/^#GIT#SET#MAN#FONT#/.ft/;
+	print $line;
+}
Why not use `perl -pe "s/^#GIT#SET#MAN#FONT#/.ft/"` or an equivalent  
sed command in the Makefile instead of having this as a separate script?

~~ Brian
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help