| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the HISTORY and AUTHORS sections, using information |  schwarze | 2020-10-28 | 1 | -12/+23 |
* | add missing mention of Werner Lemberg, |  schwarze | 2020-10-14 | 1 | -4/+9 |
* | Mention that .AT, .P, .SB, and .UC are extensions; it really matters |  schwarze | 2020-02-18 | 1 | -5/+16 |
* | The non-standard .EX/.EE macro pair was invented for Version 9 AT&T UNIX |  schwarze | 2019-07-09 | 1 | -6/+10 |
* | Do not open a subsection for each and every macro. |  schwarze | 2019-03-02 | 1 | -178/+165 |
* | Now that .nf and .fi are implemented in the roff(7) parser and formatters |  schwarze | 2019-01-01 | 1 | -22/+11 |
* | The .HP macro was deprecated by groff, and that makes sense |  schwarze | 2018-12-16 | 1 | -12/+20 |
* | Massively reduce the amount of text, cutting it down to what is needed |  schwarze | 2018-08-18 | 1 | -370/+73 |
* | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, |  schwarze | 2018-08-18 | 1 | -3/+20 |
* | implement the GNU man-ext .TQ macro in man(7), |  schwarze | 2018-08-16 | 1 | -2/+8 |
* | Stop documenting the non-portable .R man(7) macro. Neither groff |  schwarze | 2018-04-05 | 1 | -17/+4 |
* | Add support for the MT and ME mailto macros, used for example in wg(8). |  bentley | 2017-06-25 | 1 | -2/+16 |
* | implement .DT in terms of .ta; needed for print/ghostview, for example |  schwarze | 2017-05-07 | 1 | -4/+8 |
* | Shorten the description of .sp and move it to roff(7). |  schwarze | 2017-05-05 | 1 | -27/+2 |
* | Clean up docs after today's .br and .ft code cleanup; simpler. |  schwarze | 2017-05-05 | 1 | -11/+5 |
* | Radical cleanup of COMPATIBILITY sections: |  schwarze | 2015-01-29 | 1 | -49/+2 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) |  schwarze | 2015-01-24 | 1 | -7/+3 |
* | change .Cm to .Ar for macro arguments |  schwarze | 2015-01-24 | 1 | -19/+19 |
* | Support .RE with an argument; needed for audio/pms(1). |  schwarze | 2015-01-24 | 1 | -4/+24 |
* | Improve documentation of the header/footer macros .Dt, .Os, .TH: |  schwarze | 2014-12-28 | 1 | -3/+9 |
* | Minimal cleanup of the COMPATIBILITY section: |  schwarze | 2014-06-22 | 1 | -40/+11 |
* | i suggested a CONTEXT section for kernel manpages that describes |  dlg | 2014-03-30 | 1 | -2/+7 |
* | After Werner Lemberg accepted and committed some updates to the manual |  schwarze | 2014-02-16 | 1 | -14/+20 |
* | use .At where appropriate; from Jan Stary <hans at stare dot cz> |  schwarze | 2014-02-14 | 1 | -3/+3 |
* | Joerg Sonnenberger contributed copyrightable amounts of text to |  schwarze | 2014-01-06 | 1 | -2/+3 |
* | Oops, add missing end of block. |  schwarze | 2013-12-31 | 1 | -1/+2 |
* | Add missing description of .UR/.UE. |  schwarze | 2013-12-31 | 1 | -3/+21 |
* | some Bx/Ox conversion; |  jmc | 2013-08-14 | 1 | -3/+4 |
* | For citing the names and email addresses of authors, |  schwarze | 2013-07-13 | 1 | -4/+3 |
* | document .PD; related to man_term.c rev. 1.88 |  schwarze | 2012-07-29 | 1 | -4/+35 |
* | When i moved some low-level stuff from mdoc(7) and man(7) |  schwarze | 2012-06-20 | 1 | -13/+17 |
* | Minimal implementation of .EX and .EE for GNU compatibility. |  schwarze | 2012-06-02 | 1 | -2/+14 |
* | Support .OP, one of the extended man macros; from kristaps@. |  schwarze | 2012-02-26 | 1 | -2/+26 |
* | In man(7), when no explicit volume name is given, use the default |  schwarze | 2011-12-02 | 1 | -2/+15 |
* | Reorganize part of the content: |  schwarze | 2011-09-26 | 1 | -396/+177 |
* | note that section macro end literal mode; |  schwarze | 2011-09-26 | 1 | -2/+6 |
* | add a MACRO OVERVIEW section, similar to the one in mdoc(7); |  schwarze | 2011-09-20 | 1 | -2/+41 |
* | sync to mandoc 1.11.5: |  schwarze | 2011-09-18 | 1 | -82/+188 |
* | in column lists, enforce the following ordering: |  jmc | 2011-08-30 | 1 | -3/+3 |
* | remove some pointless Pp/-compact combinations; either ingo or kristaps |  jmc | 2011-08-30 | 1 | -6/+4 |
* | Clarify the role of .RS and fix a bogus cross-reference; |  schwarze | 2011-07-15 | 1 | -7/+10 |
* | bring in lots of improvements from kristaps@; |  schwarze | 2011-06-07 | 1 | -6/+10 |
* | Clean up date handling, |  schwarze | 2011-03-07 | 1 | -27/+19 |
* | As noticed by deraadt@, it goes without saying that text files |  schwarze | 2011-01-25 | 1 | -5/+2 |
* | Better explain roff(7) macro argument quoting; |  schwarze | 2011-01-24 | 1 | -2/+9 |
* | If the first character of a free-form text input line is whitespace, |  schwarze | 2011-01-16 | 1 | -2/+5 |
* | Add and install tbl(7); |  schwarze | 2011-01-09 | 1 | -2/+4 |
* | Sync to bsd.lv: |  schwarze | 2011-01-09 | 1 | -4/+4 |
* | Sync to bsd.lv (except that i'm not adding .ft documentation, |  schwarze | 2010-12-19 | 1 | -66/+8 |
* | sync to bsd.lv: |  schwarze | 2010-09-26 | 1 | -5/+12 |