Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 1995 21:07:01 +0100 (MET)
From:      Ollivier Robert <roberto@blaise.ibp.fr>
To:        freebsd-hackers@FreeBSD.org (FreeBSD Hackers' list)
Subject:   Groff again
Message-ID:  <199501182007.VAA04528@keltia.frmug.fr.net>

next in thread | raw e-mail | index | archive | help
Sigh, Andrew commited something just before my patch :-)

Here is the revised patch for the <TAB> problem.

Index: troffrc
===================================================================
RCS file: /spare/FreeBSD-current/src/gnu/usr.bin/ngroff/tmac/troffrc,v
retrieving revision 1.4
diff -u -r1.4 troffrc
--- 1.4	1995/01/17 21:08:33
+++ troffrc	1995/01/18 20:04:07
@@ -21,11 +21,11 @@
 .\" Set the hyphenation language to `us'.
 .\" Load hyphenation patterns from `hyphen.us' (in the tmac directory).
 .ie "\*[.T]"koi8-r" \{\
-.do	hla us-ru
-.do	hpf hyphen.us-ru
+.do hla us-ru
+.do hpf hyphen.us-ru
 .   \}
 .el \{\
-.do	hla us
-.do	hpf hyphen.us
+.do hla us
+.do hpf hyphen.us
 .   \}
 .\" Don't let blank lines creep in here.

-- 
Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.frmug.fr.net
      FreeBSD keltia 2.1.0-Development #9: Tue Jan 17 21:12:14 MET 1995



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501182007.VAA04528>