summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2018-05-21Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze
2018-05-21Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze
2018-05-20Use <span> rather than abusing <i> for .Pa;Ingo Schwarze
2018-05-20various minor improvementsIngo Schwarze
2018-05-20Protect against malicious manual pages containing .ll requests withIngo Schwarze
2018-05-18In a nutshell, all mobile browsers are broken.Ingo Schwarze
2018-05-14Some broken terminal emulators (e.g. sakura) do the equivalentIngo Schwarze
2018-05-09Fix a long-standing issue:Ingo Schwarze
2018-05-08Eliminate the class=It-* attributes.Ingo Schwarze
2018-05-08Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze
2018-05-03Minor correction: we render HTML character references hexadecimal,Ingo Schwarze
2018-05-01skip printing the embedded style sheet if an external style is referencedIngo Schwarze
2018-04-29Simpler description of output formats, shortening the manual page by 15 lines.Ingo Schwarze
2018-04-24replace my vague and idiosyncratic term "selflink"Ingo Schwarze
2018-04-19Tweak the description of -l:Ingo Schwarze
2018-04-19Compatibility with man-db:Ingo Schwarze
2018-04-13Use TIOCGWINSZ to reduce the default -Owidth during interactive useIngo Schwarze
2018-04-13Make sure that mandoc only goes into UTF-8 mode if the user reallyIngo Schwarze
2018-04-13preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze
2018-04-11preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze
2018-04-10Two new low-level roff(7) features:Ingo Schwarze
2018-04-09When accessing an undefined number register, define it to be zero, likeIngo Schwarze
2018-04-09Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze
2018-04-05Do not use a non-portable .R man(7) macro. Neither groff nor theIngo Schwarze
2018-04-05use the portable \(lq and \(rq internally rather than \(Lq and \(RqIngo Schwarze
2018-04-05For .Do/.Dq, use the documented and portable \(lq and \(rqIngo Schwarze
2018-03-16Ouch, fix previous: In the edge case of a single-character stringIngo Schwarze
2018-03-16Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze
2018-02-23After opening a file with gzdopen(3), we have to call gzclose(3) orIngo Schwarze
2018-02-23clarify documentation of macro keysIngo Schwarze
2018-02-23Logically, the following are are type names - just like .Vt,Ingo Schwarze
2018-02-08Invalidate the tag_files.tfd after fclose(3)ing the stram associated withTheo Buehler
2018-02-07In man(7) and cat pages, cut off excessive one line descriptions.Ingo Schwarze
2018-02-07Fix the mandoc_strndup() utility function. All existing callers seemIngo Schwarze
2018-02-06Delete the "no blank before trailing delimiter" check from theIngo Schwarze
2018-01-13Remove the implicit display feature of .Lk because it was inconsistentIngo Schwarze
2017-11-29Recognize .Bl -column at parse time, and not only at validation time,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
2017-11-10streamline termp allocation. this will allow the init function toMarc Espie
2017-11-01shrink the generated PostScript by more than 50% by actually using PostScriptMarc Espie
2017-10-29Print a human-readable media name in the %%DocumentMedia DSC commentIngo Schwarze
2017-10-26more readable conversion of paper size from millimeters to PostScriptIngo Schwarze
2017-10-25The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze
2017-10-25Properly close out the top-level Font object, the end-of-pageIngo Schwarze
2017-09-12Do not segfault when there are two .Dt macros, the first withoutIngo Schwarze
2017-09-07typo: convertion -> conventionDavid Coppa
2017-09-06fix a NULL pointer access on deroff() failure;Ingo Schwarze
2017-08-26Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze
2017-08-26Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), andIngo Schwarze