Age | Commit message (Expand) | Author |
2023-11-13 | Reduce the man(7) default global indentation from 7n, which was an oddity | Ingo Schwarze |
2023-10-24 | Implement the man(7) .MR macro, a 2023 GNU extension. | Ingo Schwarze |
2023-10-18 | Better document the purpose and features of the file mandoc.css | Ingo Schwarze |
2022-12-22 | Denote multiple arguments with 'arg ...' not 'args' | Klemens Nanni |
2022-08-02 | If the body of a man(7) .MT or .UR block is empty, do not emit a warning. | Ingo Schwarze |
2022-06-28 | spelling | Jonathan Gray |
2022-06-22 | Delete the statement that the default stylesheet only used CSS1 | Ingo Schwarze |
2022-06-07 | Split the excessively generic diagnostic message "invalid escape sequence" | Ingo Schwarze |
2022-06-05 | With the improved escape sequence parser, it becomes easy to also improve | Ingo Schwarze |
2022-04-28 | The syntax of the roff(7) .mc request is quite special | Ingo Schwarze |
2022-04-24 | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze |
2022-02-18 | prefer https links in man pages | Jonathan Gray |
2022-02-08 | In the first example, use "mandoc -a" directly rather "mandoc -l". | Ingo Schwarze |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2021-08-14 | print a BAGARG message if -T markdown is requested on man(7) input; | Ingo Schwarze |
2021-07-04 | The mandoc(1) manual already mentions that -T man output mode | Ingo Schwarze |
2021-06-28 | In terminal output of man(7) documents, stop printing two extra blank | Ingo Schwarze |
2021-06-27 | add a style message about overlong text lines, | Ingo Schwarze |
2021-06-02 | In -W style mode, check .Xr links along the full manpath because | Ingo Schwarze |
2021-04-04 | fix spacing issue in macro; | Jason McIntyre |
2020-09-01 | Ignore unreasonably large spacing modifiers in tbl layouts. | Ingo Schwarze |
2020-08-27 | Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>: | Ingo Schwarze |
2020-08-27 | Make it more explicit that the statement "-O tag does not work with less(1)" | Ingo Schwarze |
2020-07-20 | as jmc@ points out, i missed a few instances of .Xr more 1 | Ingo Schwarze |
2020-07-20 | Switch the default pager from "more -s" to "less". | Ingo Schwarze |
2020-06-15 | document -T html -O tag as implemented in main.c rev. 1.253 | Ingo Schwarze |
2020-04-24 | provide a STYLE message when mandoc knows the file name and the extension | Ingo Schwarze |
2020-02-15 | mention that -T man does not support eqn(7) and tbl(7); | Ingo Schwarze |
2020-01-19 | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze |
2019-07-10 | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze |
2019-05-26 | use proper crossreferences | Christian Weisgerber |
2019-04-30 | improve the description of the message "blank line in fill mode"; | Ingo Schwarze |
2019-02-23 | Explain the ASCII rendering of single quotes because that repeatedly | Ingo Schwarze |
2019-01-01 | Support taking the -O tag value from apropos(1) key=value search terms; | Ingo Schwarze |
2018-12-27 | add some notes about using col and ul to process the ascii markup | Ted Unangst |
2018-12-24 | mandoc.css lives in /usr/share/misc now; use full paths to indicate this. | Ted Unangst |
2018-12-20 | Explain what the fields in mandoc messages mean, | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-11-22 | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze |
2018-10-02 | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze |
2018-10-02 | Support a second argument to -O man, | Ingo Schwarze |
2018-08-25 | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze |
2018-08-23 | Implement the roff(7) .shift and .return requests, | Ingo Schwarze |
2018-07-28 | Issue a STYLE message when normalizing the date format in .Dd/.TH. | Ingo Schwarze |
2018-05-03 | Minor correction: we render HTML character references hexadecimal, | Ingo Schwarze |
2018-04-29 | Simpler description of output formats, shortening the manual page by 15 lines. | Ingo Schwarze |
2018-04-13 | Use TIOCGWINSZ to reduce the default -Owidth during interactive use | Ingo Schwarze |
2018-03-16 | Style message about bad input encoding of em-dashes as -- instead of \(em. | Ingo Schwarze |
2017-11-28 | duplicate word, found by igor(1) | Ingo Schwarze |
2017-11-10 | Be less assertive when warning about a possible typo. | Jeremie Courreges-Anglas |