This commit was generated by cvs2svn to compensate for changes in r120297,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Ruslan Ermilov 2003-09-20 21:13:43 +00:00
commit 5249fed37f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120298
2 changed files with 26 additions and 2 deletions

View file

@ -3321,6 +3321,7 @@
. nr doc-curr-font-saved \n[doc-curr-font]
. nr doc-curr-size-saved \n[doc-curr-size]
. nr doc-in-synopsis-section-saved \n[doc-in-synopsis-section]
. nr doc-in-library-section-saved \n[doc-in-library-section]
. nr doc-indent-synopsis-saved \n[doc-indent-synopsis]
. nr doc-indent-synopsis-active-saved \n[doc-indent-synopsis-active]
. nr doc-have-decl-saved \n[doc-have-decl]
@ -3460,6 +3461,7 @@
. nr doc-curr-font \n[doc-curr-font-saved]
. nr doc-curr-size \n[doc-curr-size-saved]
. nr doc-in-synopsis-section \n[doc-in-synopsis-section-saved]
. nr doc-in-library-section \n[doc-in-library-section-saved]
. nr doc-indent-synopsis \n[doc-indent-synopsis-saved]
. nr doc-indent-synopsis-active \n[doc-indent-synopsis-active-saved]
. nr doc-have-decl \n[doc-have-decl-saved]
@ -5164,11 +5166,14 @@
.\" NS doc-issue-count
.\" NS doc-issue-name
.\" NS doc-journal-count
.\" NS doc-journam-name
.\" NS doc-journal-name
.\" NS doc-optional-count
.\" NS doc-optional-string
.\" NS doc-page-number-count
.\" NS doc-page-number-string
.\" NS doc-publisher-count
.\" NS doc-publisher-name
.\" NS doc-reference-count
.\" NS doc-reference-title-count
.\" NS doc-reference-title-name
.\" NS doc-reference-title-name-for-book
@ -5192,6 +5197,8 @@
. nr doc-date-count 0
. nr doc-page-number-count 0
. nr doc-book-count 0
. nr doc-publisher-count 0
. nr doc-reference-count 0
.
. ds doc-journal-name
. ds doc-issue-name
@ -5204,6 +5211,7 @@
. ds doc-date
. ds doc-page-number-string
. ds doc-book-name
. ds doc-publisher-name
..
.
.

View file

@ -786,7 +786,7 @@ In the following examples, the left (which is identical to the right) and
the middle part of the manual page header strings are shown.
Note how
.Ql \e&
prevents the digit\~1 from being a valid numeric expression.
prevents the digit\~7 from being a valid numeric expression.
.
.Bd -ragged
.Bl -tag -width ".Li .Dt\ FOO\ 2\ i386" -compact -offset indent
@ -1108,6 +1108,15 @@ distinguishing it from the argument strings.
To remove the special meaning from a punctuation character escape it with
.Ql \e& .
.Pp
The following punctuation characters are recognized by
.Nm \-mdoc :
.
.Bl -column -offset indent-two XXXXXX XXXXXX XXXXXX XXXXXX
.It Li .\& Ta Li ,\& Ta Li :\& Ta Li ;\& Ta Li (\&
.It Li )\& Ta Li [\& Ta Li ]\& Ta Li ?\& Ta Li !\&
.El
.Pp
.
.Xr Troff
is limited as a macro language, and has difficulty when presented with a
string containing a member of the mathematical, logical or quotation set:
@ -1693,6 +1702,13 @@ look for strings named
then denotes the keyword to be used with the
.Ql .Lb
macro.
.Pp
In the
.Sx LIBRARY
section an
.Ql .Lb
command causes a line break before and after its arguments are printed.
.Pp
.
.Ss Literals
.