I made some repair in groff.7 (man/groff.man).  Howto can this be integrated
in the new `automake' stuff?  The old `git' might not work.

I appended a diff for that.

Bernd Warken
--- git/groff/man/groff.man	2014-08-20 18:49:30.607868245 +0200
+++ ./groff.man	2014-08-20 18:59:16.069994876 +0200
@@ -3,7 +3,7 @@
 before installation: <top-groff-source>/man/groff.man
 after installation:  </usr or /usr/local>/share/man/man7/groff.7
 
-Latest update: 5 Aug 2014
+Latest update: 20 Aug 2014
 
 This file is part of groff, the GNU roff type-setting system.
 
@@ -1064,7 +1064,7 @@
 Complete line is a comment.
 .
 .TPx
-.REQ .ab "string
+.REQ .ab "string"
 Print
 .I string
 on standard error, exit program.
@@ -3470,7 +3470,7 @@
 .
 .
 .TP
-.BI \(rs[u xxxx ]
+.BI \e[u xxxx ]
 .B u
 is the escape name.
 .
@@ -3480,11 +3480,11 @@
 for the letter
 .BR A ,
 see
-.BR \(rs[0041] .
+.BR \e[u0041] .
 . 
 .
 .TP
-.BI \(rs[u yyyyy ]
+.BI \e[u yyyyy ]
 .B u
 is the escape name.
 .
@@ -3494,19 +3494,18 @@
 for a Chinese looking character for
 .IR "CJK Compatibility Ideographs Supplement" ,
 see
-.BR \(rs[2FA1A] .
+.BR \e[u2FA1A] .
 .
 .
-.RS
 .P
 Both hexadecimal collections mean the corresponding Unicode code for a
 character.
 .
 .
 .TP
-.BI \(rs[u hex1 _ hex2 ]
+.BI \e[u hex1 _ hex2 ]
 .TQ
-.BI \(rs[u hex1 _ hex2 _ hex3 ]
+.BI \e[u hex1 _ hex2 _ hex3 ]
 .IR hex1 ,
 .IR hex2 ,
 and
@@ -3529,7 +3528,6 @@
 displayed.
 .
 Please check your fonts.
-.RE
 .
 .
 .\" --------------------------------------------------------------------

Reply via email to