diff options
author | wlemb <wlemb> | 2002-01-07 23:04:01 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2002-01-07 23:04:01 +0000 |
commit | dcc5ec5b4060ab4b0979ee0ef4fec23f40109500 (patch) | |
tree | f7f32e20b15814705863da410d885de76b465ac4 | |
parent | 93b7c9550d2689f1d805cd32ba39fb531f432264 (diff) | |
download | groff-dcc5ec5b4060ab4b0979ee0ef4fec23f40109500.tar.gz |
doc/groff.texinfo: Fix documentation of glyph searching algorithm.
* tmac/an-old.tmac: Revert change 2001-12-23. This breaks too many
man pages.
* tmac/groff_man.man: Small improvements.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | doc/groff.texinfo | 5 | ||||
-rw-r--r-- | tmac/an-old.tmac | 17 | ||||
-rw-r--r-- | tmac/groff_man.man | 26 |
4 files changed, 34 insertions, 22 deletions
@@ -1,3 +1,11 @@ +2002-01-07 Werner LEMBERG <wl@gnu.org> + + doc/groff.texinfo: Fix documentation of glyph searching algorithm. + + * tmac/an-old.tmac: Revert change 2001-12-23. This breaks too many + man pages. + * tmac/groff_man.man: Small improvements. + 2002-01-07 Bernd Warken <bwarken@mayn.de> * man/groff_diff.man: Revised. diff --git a/doc/groff.texinfo b/doc/groff.texinfo index a5509204..51bb2bf8 100644 --- a/doc/groff.texinfo +++ b/doc/groff.texinfo @@ -7237,6 +7237,9 @@ This hides a symbol with the same name in the current font. Check the current font. @item +If the symbol has been defined with the @code{fchar} request, use it. + +@item Check all fonts given with the @code{fspecial} request, in the order of appearance in @code{fspecial} calls. @@ -8693,7 +8696,7 @@ The @code{als} request can make a macro have more than one name. This would be called as @Example -.vl $Id: groff.texinfo,v 1.88 2002/01/05 21:22:13 wlemb Exp $ +.vl $Id: groff.texinfo,v 1.89 2002/01/07 23:04:02 wlemb Exp $ @endExample @endDefesc diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac index e662eb51..c6243204 100644 --- a/tmac/an-old.tmac +++ b/tmac/an-old.tmac @@ -1,6 +1,7 @@ .\" an-old.tmac .\" -.\" Copyright (C) 1989, 1990, 1991, 1992, 2001 Free Software Foundation, Inc. +.\" Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002 +.\" Free Software Foundation, Inc. .\" Written by James Clark (jjc@jclark.com) .\" .\" This file is part of groff. @@ -250,7 +251,7 @@ . in \\n[an-margin]u . ti 0 . HTML-TAG ".NH \\n[an-level]" -. itc 1 an-trap +. it 1 an-trap . nr an-no-space-flag 1 . nr an-break-flag 1 . ps \\n[PS-SH]u @@ -267,7 +268,7 @@ . fi . in \\n[IN]u . ti \\n[SN]u -. itc 1 an-trap +. it 1 an-trap . nr an-no-space-flag 1 . nr an-break-flag 1 . ps \\n[PS-SS]u @@ -277,25 +278,25 @@ .. . .de1 B -. itc 1 an-trap +. it 1 an-trap . ft B . if \\n[.$] \&\\$* .. . .de1 I -. itc 1 an-trap +. it 1 an-trap . ft I . if \\n[.$] \&\\$* .. . .de1 SM -. itc 1 an-trap +. it 1 an-trap . ps -1 . if \\n[.$] \&\\$* .. . .de1 SB -. itc 1 an-trap +. it 1 an-trap . ps -1 . ft B . if \\n[.$] \&\\$* @@ -304,7 +305,7 @@ .de1 TP . sp \\n[PD]u . if \\n[.$] .nr an-prevailing-indent (n;\\$1) -. itc 1 an-trap +. it 1 an-trap . if !\\n[an-div?] .di an-div . ie \\n[an-html] .in \\n[an-margin]u . el \{\ diff --git a/tmac/groff_man.man b/tmac/groff_man.man index fc2d8ecc..379f13b8 100644 --- a/tmac/groff_man.man +++ b/tmac/groff_man.man @@ -1,5 +1,5 @@ .ig -Copyright (C) 1999-2000, 2001 Free Software Foundation, Inc. +Copyright (C) 1999-2000, 2001, 2002 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -151,8 +151,8 @@ macro at the beginning of the file. Sets up an unnumbered section heading sticking out to the left. Prints out all the text following .B SH -up to the end of the line (resp. the text in the next line if there is no -argument to +up to the end of the line (resp. the text in the next input line if there is +no argument to .BR SH ) in bold face, one size larger than the base document size. Additionally, the left margin for the following text is reset to its default @@ -162,8 +162,8 @@ value. Sets up an secondary, unnumbered section heading. Prints out all the text following .B SS -up to the end of the line (resp. the text in the next line if there is no -argument to +up to the end of the line (resp. the text in the next input line if there is +no argument to .BR SS ) in bold face, at the same size as the base document size. Additionally, the left margin for the following text is reset to its default @@ -175,8 +175,8 @@ The indentation is set to .I nnn if that argument is supplied (the default unit is `n' if omitted), otherwise it is set to the default indentation value. -The first line of text following this macro is interpreted as a string to be -printed flush-left, as it is appropriate for a label. +The first input line of text following this macro is interpreted as a string +to be printed flush-left, as it is appropriate for a label. It is not interpreted as part of a paragraph, so there is no attempt to fill the first line with text from the following input lines. Nevertheless, if the label is not as wide as the indentation, then the @@ -296,12 +296,12 @@ also cause a break but no insertion of vertical space. The standard font is Roman; the default text size is 10\ point. .TP .BI ".SM [" text ] -Causes the text on the same line or the text on the next line to appear in a -font that is one point size smaller than the default font. +Causes the text on the same line or the text on the next input line to +appear in a font that is one point size smaller than the default font. .TP .BI ".SB [" text ] -Causes the text on the same line or the text on the next line to appear in -boldface font, one point size smaller than the default font. +Causes the text on the same line or the text on the next input line to +appear in boldface font, one point size smaller than the default font. .TP .BI ".BI " text Causes text on the same line to appear alternately in bold face and italic. @@ -340,14 +340,14 @@ Causes .I text to appear in bold face. If no text is present on the line where the macro is called, then the text -of the next line appears in bold face. +of the next input line appears in bold face. .TP .BI ".I [" text ] Causes .I text to appear in italic. If no text is present on the line where the macro is called, then the text -of the next line appears in italic. +of the next input line appears in italic. . .SH "MISCELLANEOUS" . |