Commit ID: 1005F9B558474247202
CVSROOT: /cvs
Module name: (multiple)
Changes by: [email protected] 2020/10/29 23:53:02 UTC
Modified files:
samples : portmdoc
share/tmac/mdoc: doc-groff doc-nroff
Log message:
Simplify \*(EM macro (“correctly spaced em dash”), which has the added
benefit of making this easier used in man(7) pages:
In the nroff case, instead of space + en dash + space, where en dash is
a macro reference because nroff only knows the em dash, not en dash (and
both are usually some kind of one-column hyphen-dash-minus anyway) just
use space + em dash + space…
Modified files:
lib/libc/string: strlcpy.3
Log message:
sync with latest portmdoc fix
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.14 -r1.15 contrib/samples/portmdoc
cvs -R rdiff -kk -upr1.7 -r1.8 src/share/tmac/mdoc/doc-groff
cvs -R rdiff -kk -upr1.16 -r1.17 src/share/tmac/mdoc/doc-nroff
cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libc/string/strlcpy.3