CVSROOT: /cvsroot/groff
Module name: groff
Changes by: Werner LEMBERG <wl> 07/09/15 08:10:46
Modified files:
. : ChangeLog
doc : groff.texinfo
man : groff.man
Log message:
* man/groff.man: Document `\_'.
* doc/groff.texinfo: Ditto.
Remove references to `\@' which isn't a valid escape sequence in
groff.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1098&r2=1.1099
http://cvs.savannah.gnu.org/viewcvs/groff/doc/groff.texinfo?cvsroot=groff&r1=1.257&r2=1.258
http://cvs.savannah.gnu.org/viewcvs/groff/man/groff.man?cvsroot=groff&r1=1.95&r2=1.96
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1098
retrieving revision 1.1099
diff -u -b -r1.1098 -r1.1099
--- ChangeLog 14 Sep 2007 06:13:48 -0000 1.1098
+++ ChangeLog 15 Sep 2007 08:10:46 -0000 1.1099
@@ -1,3 +1,10 @@
+2007-09-15 Werner LEMBERG <[EMAIL PROTECTED]>
+
+ * man/groff.man: Document `\_'.
+ * doc/groff.texinfo: Ditto.
+ Remove references to `\@' which isn't a valid escape sequence in
+ groff.
+
2007-09-14 Werner LEMBERG <[EMAIL PROTECTED]>
* tmac/unicode.tmac: Make `-' a pure input character by mapping it
Index: doc/groff.texinfo
===================================================================
RCS file: /cvsroot/groff/groff/doc/groff.texinfo,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -b -r1.257 -r1.258
--- doc/groff.texinfo 8 Apr 2007 18:50:43 -0000 1.257
+++ doc/groff.texinfo 15 Sep 2007 08:10:46 -0000 1.258
@@ -5715,7 +5715,6 @@
@cindex @code{\_}, used as delimiter
@cindex @code{\!}, used as delimiter
@cindex @code{\?}, used as delimiter
[EMAIL PROTECTED] @code{\@@}, used as delimiter
@cindex @code{\)}, used as delimiter
@cindex @code{\/}, used as delimiter
@cindex @code{\,}, used as delimiter
@@ -5741,9 +5740,9 @@
characters since they don't take a parameter) are also allowed as
delimiters: @code{\%}, @[EMAIL PROTECTED] }}, @code{\|}, @code{\^}, @[EMAIL
PROTECTED],
@[EMAIL PROTECTED], @code{\'}, @code{\`}, @code{\-}, @code{\_}, @code{\!},
[EMAIL PROTECTED], @code{\@@}, @code{\)}, @code{\/}, @code{\,}, @code{\&},
[EMAIL PROTECTED]:}, @code{\~}, @code{\0}, @code{\a}, @code{\c}, @code{\d},
[EMAIL PROTECTED], @code{\E}, @code{\p}, @code{\r}, @code{\t}, and @code{\u}.
[EMAIL PROTECTED], @code{\)}, @code{\/}, @code{\,}, @code{\&}, @code{\:},
[EMAIL PROTECTED], @code{\0}, @code{\a}, @code{\c}, @code{\d}, @code{\e},
[EMAIL PROTECTED], @code{\p}, @code{\r}, @code{\t}, and @code{\u}.
Again, don't use these if possible.
@cindex @code{\A}, allowed delimiters
@@ -5821,14 +5820,13 @@
@cindex @code{\-}, used as delimiter
@cindex @code{\_}, used as delimiter
@cindex @code{\!}, used as delimiter
[EMAIL PROTECTED] @code{\@@}, used as delimiter
@cindex @code{\/}, used as delimiter
@cindex @code{\c}, used as delimiter
@cindex @code{\e}, used as delimiter
@cindex @code{\p}, used as delimiter
All escape sequences except @code{\%}, @code{\:}, @[EMAIL PROTECTED], @[EMAIL
PROTECTED],
[EMAIL PROTECTED]'}, @code{\`}, @code{\-}, @code{\_}, @code{\!}, @code{\@@},
[EMAIL PROTECTED]/}, @code{\c}, @code{\e}, and @code{\p}.
[EMAIL PROTECTED]'}, @code{\`}, @code{\-}, @code{\_}, @code{\!}, @code{\/},
[EMAIL PROTECTED], @code{\e}, and @code{\p}.
@end itemize
@cindex printing backslash (@code{\\}, @code{\e}, @code{\E}, @code{\[rs]})
@@ -9391,6 +9389,10 @@
This is the same as @code{\[-]}, the minus sign in the current font.
@endDefesc
[EMAIL PROTECTED] {\\_, , , }
+This is the same as @code{\[ul]}, the underline character.
[EMAIL PROTECTED]
+
@Defreq {cflags, n c1 c2 @dots{}}
@cindex glyph properties (@code{cflags})
@cindex character properties (@code{cflags})
Index: man/groff.man
===================================================================
RCS file: /cvsroot/groff/groff/man/groff.man,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- man/groff.man 19 Feb 2007 23:27:40 -0000 1.95
+++ man/groff.man 15 Sep 2007 08:10:46 -0000 1.96
@@ -2,11 +2,11 @@
.ig
groff.man
-Last update: 26 Oct 2006
+Last update: 15 Sep 2007
This file is part of groff, the GNU roff type-setting system.
-Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
written by Bernd Warken <[EMAIL PROTECTED]>
maintained by Werner Lemberg <[EMAIL PROTECTED]>
@@ -2712,7 +2712,13 @@
.
.TP
.ESC \-
-The \- sign in the current font.
+The \- (minus) sign in the current font.
+.
+.TP
+.ESC \_
+The same as
+.esc (ul ,
+the underline character.
.
.TP
.ESC .
_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit