Commit ID:      100569AC71B5C8C26F8
CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/01/16 22:42:51 UTC

Modified files:
        share/tmac/mdoc: doc doc-common doc-ditroff doc-groff doc-nroff
                         doc-syms

Log message:
work around AT&T nroff operating in page mode by replacing vspace calls
(.sp and 'sp) by calls to a macro (.SP $1 and 'SP $1 nobreak) that first
checks if the space requested still fits on this page, and, if not,
shortens (!) this page by whatever size it still has, then flushs it,
and only then it emits the requested vertical space

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.22 -r1.23 src/share/tmac/mdoc/doc
cvs -R rdiff -kk -upr1.23 -r1.24 src/share/tmac/mdoc/doc-common
cvs -R rdiff -kk -upr1.7 -r1.8 src/share/tmac/mdoc/doc-ditroff
cvs -R rdiff -kk -upr1.4 -r1.5 src/share/tmac/mdoc/doc-groff
cvs -R rdiff -kk -upr1.11 -r1.12 src/share/tmac/mdoc/doc-nroff
cvs -R rdiff -kk -upr1.15 -r1.16 src/share/tmac/mdoc/doc-syms

Reply via email to