| Commit message (Expand) | Author | Age | Files | Lines |
* | specify option ordering in the DESCRIPTION section; | Ingo Schwarze | 2015-11-05 | 1 | -0/+5 |
* | Mention that the first argument of .Pf does not need escaping. | Ingo Schwarze | 2015-10-11 | 1 | -4/+8 |
* | typos; found and fixed by sobrado@ | Ingo Schwarze | 2015-09-24 | 1 | -1/+1 |
* | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze | 2015-09-14 | 1 | -1/+1 |
* | Remove the first comma from constructs like ", and," and ", or,": | Ingo Schwarze | 2015-03-13 | 1 | -1/+1 |
* | improve NAME section diagnostics; | Ingo Schwarze | 2015-02-23 | 1 | -5/+3 |
* | Tweak the wording to avoid the possible misunderstanding that .In | Ingo Schwarze | 2015-02-15 | 1 | -5/+6 |
* | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze | 2015-01-29 | 1 | -100/+17 |
* | change spelling of centre to center: consistent with other man pages | Ingo Schwarze | 2015-01-20 | 1 | -3/+3 |
* | Given the excessively technical description in the old mdoc_samples(7) | Ingo Schwarze | 2015-01-03 | 1 | -6/+15 |
* | describe .Ql more precisely; | Ingo Schwarze | 2014-12-31 | 1 | -2/+5 |
* | Improve documentation of the header/footer macros .Dt, .Os, .TH: | Ingo Schwarze | 2014-12-28 | 1 | -25/+21 |
* | delete three standard abbreviations that are | Ingo Schwarze | 2014-11-30 | 1 | -12/+2 |
* | Retire support for CSRG supplementary document titles. These are | Ingo Schwarze | 2014-11-28 | 1 | -32/+2 |
* | Drop useless architecture table. Validating architecture names | Ingo Schwarze | 2014-11-28 | 1 | -6/+1 |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze | 2014-11-27 | 1 | -7/+6 |
* | Delete five standards that are: | Ingo Schwarze | 2014-11-16 | 1 | -19/+0 |
* | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | 2014-10-30 | 1 | -2/+5 |
* | improve documentation of .Fa, .Va, and .Vt; | Ingo Schwarze | 2014-10-20 | 1 | -8/+20 |
* | Clarify: SEE ALSO sections are sorted case insensitively. | Ingo Schwarze | 2014-10-13 | 1 | -1/+1 |
* | Five year old typo reported by Theo Buehler at math dot ethz dot ch, thanks. | Ingo Schwarze | 2014-09-17 | 1 | -1/+1 |
* | Support .St -susv1 and .St -susv4. Illumos wants to use this, | Ingo Schwarze | 2014-08-28 | 1 | -2/+6 |
* | Clarify that .Em and .Sy are physical, not semantic markup, | Ingo Schwarze | 2014-08-14 | 1 | -12/+39 |
* | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze | 2014-08-08 | 1 | -3/+8 |
* | some corrections and improvements with respect to prologue macros; | Ingo Schwarze | 2014-08-08 | 1 | -18/+16 |
* | Unconfuse .Fa documentation: | Ingo Schwarze | 2014-07-13 | 1 | -7/+19 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -16/+29 |
* | Deprecate .Tn and .Ux, and make it clearer that .Bt and .Ud are deprecated. | Ingo Schwarze | 2014-06-24 | 1 | -46/+22 |
* | Minimal COMPATIBILITY cleanup: | Ingo Schwarze | 2014-06-22 | 1 | -34/+5 |
* | Support the CONTEXT section for kernel manual pages found in Solaris and | Ingo Schwarze | 2014-03-31 | 1 | -0/+5 |
* | After Werner Lemberg accepted and committed some updates to the manual | Ingo Schwarze | 2014-02-16 | 1 | -9/+15 |
* | Supplement the documentation of the .St macro by minimal commentary | Ingo Schwarze | 2014-01-24 | 1 | -73/+201 |
* | Change markup of some fixed strings from .Ar to .Cm. | Ingo Schwarze | 2014-01-20 | 1 | -31/+31 |
* | Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013". | Ingo Schwarze | 2013-12-31 | 1 | -0/+2 |
* | Support .St -xsh4.2, the System Interfaces part of the original Single | Ingo Schwarze | 2013-12-25 | 1 | -1/+3 |
* | While answering a question asked by espie@, i noticed that .Fd is not | Ingo Schwarze | 2013-11-02 | 1 | -7/+28 |
* | The .Lb arguments wants a "lib" prefix; | Ingo Schwarze | 2013-10-06 | 1 | -1/+1 |
* | Use text production macros to document themselves. | Ingo Schwarze | 2013-08-14 | 1 | -5/+15 |
* | For citing the names and email addresses of authors, | Ingo Schwarze | 2013-07-13 | 1 | -3/+3 |
* | Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q. | Ingo Schwarze | 2013-06-19 | 1 | -4/+10 |
* | - (mdoc.7) fix Xr to self | Ingo Schwarze | 2013-04-28 | 1 | -2/+2 |
* | 1) Remove documentation of the groff-1.15 compatibility quirk | Ingo Schwarze | 2012-08-29 | 1 | -10/+4 |
* | When i moved some low-level stuff from mdoc(7) and man(7) | Ingo Schwarze | 2012-06-20 | 1 | -9/+9 |
* | Accommodate for ISO C11. groff applied the same `St' argument on | Kristaps Dzonsons | 2012-01-03 | 1 | -0/+2 |
* | Clean up the description of .Dt: | Ingo Schwarze | 2011-11-01 | 1 | -36/+14 |
* | even though .Bl is not callable, groff complains when it appears | Ingo Schwarze | 2011-09-27 | 1 | -1/+1 |
* | Reorganize part of the content: | Ingo Schwarze | 2011-09-26 | 1 | -644/+444 |
* | Add a MACRO OVERVIEW, listing all macros ordered by purpose, | Ingo Schwarze | 2011-09-18 | 1 | -0/+124 |
* | support ".St -iso8601"; committing on behalf of jmc@ | Ingo Schwarze | 2011-09-16 | 1 | -0/+2 |
* | Fix typos and spelling errors found by demandoc -w | spell -b. | Kristaps Dzonsons | 2011-09-02 | 1 | -3/+3 |