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