GROFF VERSION: groff-current from 3 Dec 2012 (based on version 1.21) MACHINE: SunFire T5220
OS: SunOS 5.10 COMPILER: None INPUT FILES: man/groff_char.man COMMAND LINE: None DESCRIPTION OF INCORRECT BEHAVIOUR: Some typographical changes: Space at end of line removed 1-9 -> 1\-9 ( or 1\(en9 ) as a substitute for the word "to" a-x -> a\(enx looks better than a\-x as the minus lies to high Some italic/roman space corrections (\, and \/) SUGGESTED FIX: --- groff-current/man/groff_char.man 2012-08-10 05:18:25.000000000 +0000 +++ devel/groff-current/man/groff_char.man 2012-12-16 20:12:05.571850452 +0000 @@ -82,7 +82,7 @@ . . .P -In the actual version, +In the actual version, .B groff provides only \%8-bit characters for direct input and named entities for further glyphs. @@ -178,7 +178,7 @@ . . .\" -------------------------------------------------------------------- -.SS "7-bit Character Codes 32-126" +.SS "7-bit Character Codes 32\(en126" .\" -------------------------------------------------------------------- . These are the basic glyphs having 7-bit ASCII code values assigned. @@ -214,7 +214,7 @@ . .TP 97\-122 -Lower case letters a\-z (print as themselves). +Lower case letters a\(enz (print as themselves). . . .P @@ -304,7 +304,7 @@ . . .P -Input characters in range 128-159 (on non-EBCDIC hosts) are not printable +Input characters in range 128\-159 (on non-EBCDIC hosts) are not printable characters. . . @@ -457,13 +457,13 @@ .IR ch . . .TP -\f(CW\e[\fP\fIchar_name\fP\f(CW]\fP +\f(CW\e[\fP\,\fIchar_name\/\fP\f(CW]\fP A glyph having the name .I char_name (having length 1, 2, 3, .\|.\|.). . Note that `\fIc\fP' is not the same as -`\f(CW\e[\fP\fIc\fP\f(CW]\fP' (\fIc\fP\ a single character): +`\f(CW\e[\fP\,\fIc\/\fP\f(CW]\fP' (\,\fIc\fP\ a single character): The latter is internally mapped to glyph name `\e\fIc\fP'. . By default, groff defines a single glyph name starting with a backslash, @@ -471,13 +471,13 @@ `\f(CW\e[-]\fP'. . .TP -\f(CW\e[\fP\fIbase_glyph composite_1 composite_2 .\|.\|.\fP\f(CW]\fP +\f(CW\e[\fP\,\fIbase_glyph composite_1 composite_2 .\|.\|.\/\fP\f(CW]\fP A composite glyph; see below for a more detailed description. . . .P In groff, each \%8-bit input character can also referred to by the construct -`\f(CW\e[char\fP\fIn\fP\f(CW]\fP' where +`\f(CW\e[char\fP\,\fIn\/\fP\f(CW]\fP' where .I n is the decimal code of the character, a number between 0 and\ 255 without leading zeros (those entities are @@ -1142,7 +1142,7 @@ .SH "AUTHOR" .\" -------------------------------------------------------------------- . -Copyright \(co 1989-2004, 2006-2009, 2012 Free Software Foundation, Inc. +Copyright \(co 1989\-2004, 2006\-2009, 2012 Free Software Foundation, Inc. . .P This document is distributed under the terms of the FDL (GNU Free @@ -1163,7 +1163,7 @@ .MT [email protected] James Clark .ME -with additions by +with additions by .MT [email protected] Werner Lemberg .ME @@ -1188,8 +1188,8 @@ . .P .IR "An extension to the troff character set for Europe" , -E.G. Keizer, K.J. Simonsen, J. Akkerhuis; EUUG Newsletter, Volume 9, -No. 2, Summer 1989 +E.G.\& Keizer, K.J.\& Simonsen, J.\& Akkerhuis; EUUG Newsletter, Volume 9, +No.\& 2, Summer 1989 . . .P _______________________________________________ bug-groff mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-groff
