Index: src/preproc/tbl/table.cpp
===================================================================
RCS file: /sources/groff/groff/src/preproc/tbl/table.cpp,v
retrieving revision 1.20
diff -u -r1.20 table.cpp
--- src/preproc/tbl/table.cpp	4 Jan 2009 14:51:10 -0000	1.20
+++ src/preproc/tbl/table.cpp	2 Feb 2010 16:12:23 -0000
@@ -2079,7 +2079,7 @@
   prints("\n");
   prints(".if \\n[" EXPAND_REG "]<0 \\{");
   entry_list->set_location();
-  prints(".tm warning: around line \\n[.c]: table wider than line width\n"
+  prints(".tm warning: \\n[.F] around line \\n[.c]: table wider than line width\n"
 	 ".nr " EXPAND_REG " 0\n"
 	 ".\\}\n");
   if (colcount > 1)
@@ -2117,12 +2117,12 @@
   printfs("/%1\n", as_string(total_separation));
   prints(".ie \\n[" SEPARATION_FACTOR_REG "]<=0 \\{");
   entry_list->set_location();
-  prints(".tm warning: around line \\n[.c]: column separation set to zero\n"
+  prints(".tm warning: \\n[.F] around line \\n[.c]: column separation set to zero\n"
 	 ".nr " SEPARATION_FACTOR_REG " 0\n"
 	 ".\\}\n"
 	 ".el .if \\n[" SEPARATION_FACTOR_REG "]<1n \\{");
   entry_list->set_location();
-  prints(".tm warning: around line \\n[.c]: table squeezed horizontally to fit line length\n"
+  prints(".tm warning: \\n[.F] around line \\n[.c]: table squeezed horizontally to fit line length\n"
 	 ".\\}\n");
 }
 
Index: tmac/an.tmac
===================================================================
RCS file: /sources/groff/groff/tmac/an.tmac,v
retrieving revision 1.1
diff -u -r1.1 an.tmac
--- tmac/an.tmac	26 Oct 2000 14:15:16 -0000	1.1
+++ tmac/an.tmac	2 Feb 2010 16:12:23 -0000
@@ -1,3 +1,4 @@
 .\" an.tmac
 .\"
 .do mso andoc.tmac
+.do mso an-ext.tmac
