Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert most of r210764, now that mdocml does the right | uqs | 2010-12-28 | 1 | -2/+2 |
| | | | | | | thing with empty quotation macros. Requested by: Alex Kozlov | ||||
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 1 | -2/+2 |
| | |||||
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) | ||||
* | Reduce diffs with c99(1). | ru | 2007-03-10 | 1 | -12/+13 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -10/+5 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -13/+26 |
| | |||||
* | mdoc(7) police: fix markup. | ru | 2001-05-10 | 1 | -20/+20 |
| | |||||
* | Turned the shell script into a binary fixing several minor buglets. | schweikh | 2001-05-08 | 1 | -3/+8 |
| | | | | | | | | Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: myself way back when I was a nobody :-) (schweikh) Reviewed by: joerg, bde MFC after: 2 weeks | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -5/+5 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Typo. Standard list of flag | charnier | 1999-12-05 | 1 | -2/+2 |
| | | | | Add ``c89: '' in front of error messages to be errx()-like. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Use -ansi -pedantic -trigraphs, as suggested by Bruce. | joerg | 1997-09-18 | 1 | -15/+110 |
| | | | | | | | | Enforce that only Posix-spec'ed options are being used, so people could use this as a Posixificator of some kind. Document the Posix usage in the man page, so to make it clear what's the difference between Posix c89, and gcc. | ||||
* | c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source | joerg | 1997-09-17 | 1 | -0/+75 |
code. Basically a shortcut to cc -ansi -trigraphs. |