#
c4d9468e |
| 07-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case)
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
1111b49c |
| 03-Mar-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Remove single-space hard sentence breaks. These degrade the quality of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
|
#
db7b6363 |
| 07-Jan-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Place #include's and $NetBSD$ tag to appropriate places.
|
Revision tags: release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
5bf6ab83 |
| 12-Jul-1999 |
Nik Clayton <nik@FreeBSD.org> |
Add $Id$, to make it simpler for members of the translation teams to track.
The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage
Add $Id$, to make it simpler for members of the translation teams to track.
The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so;
.\" $Id$ .\"
If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted.
Approved by: bde
show more ...
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs |
|
#
d134e176 |
| 11-Apr-1997 |
Bruce Evans <bde@FreeBSD.org> |
Cleaned up synopsis: - don't quote function names, since quoting them is unnecessary and unusual and confuses my synopsis checker. - include <sys/types.h> instead of <sys/param.h>. It is normal to
Cleaned up synopsis: - don't quote function names, since quoting them is unnecessary and unusual and confuses my synopsis checker. - include <sys/types.h> instead of <sys/param.h>. It is normal to (have to) include <sys/param.h> instead of <sys/types.h>, but it is more useful for man pages to document minimal prerequisites.
show more ...
|
Revision tags: release/2.2.1_cvs |
|
#
612a9316 |
| 19-Mar-1997 |
Bruce Evans <bde@FreeBSD.org> |
Fixed missing #includes in synopsis.
|
Revision tags: release/2.2.0, release/2.1.7_cvs |
|
#
d654cd00 |
| 13-Feb-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Add psignal(9).
Obtained from: NetBSD
|