summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2017-07-02If a single page references the same non-existent manual more thanIngo Schwarze
2017-07-02add warning "cross reference to self"; inspired by mdoclintIngo Schwarze
2017-07-01When checking cross references with -Tlint, ultimately fall back toIngo Schwarze
2017-07-01When checking the validity of cross references with -Tlint,Ingo Schwarze
2017-07-01Basic reporting of .Xrs to manual pages that don't existIngo Schwarze
2017-06-29Skip whitespace at the beginning of eqn(7) nodes,Ingo Schwarze
2017-06-29warn about some non-portable idioms in .Bl -column;Ingo Schwarze
2017-06-28fix incomplete handling of roff(7) nodes in man(7) block next-line scope;Ingo Schwarze
2017-06-27Implement spacing of columns as defined in the table layout;Ingo Schwarze
2017-06-27warn about .Ns macros that have no effect because they are followedIngo Schwarze
2017-06-26Complete rewrite of the lexer in a single function with four operationIngo Schwarze
2017-06-26when splitting a composite word,Ingo Schwarze
2017-06-25Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze
2017-06-25Add support for the MT and ME mailto macros, used for example in wg(8).Anthony J. Bentley
2017-06-24delete useless .Ns macro that jmc@ found with mdoclint(1)Ingo Schwarze
2017-06-24document message "unknown architecture"Ingo Schwarze
2017-06-24operating system dependent message about unknown architecture;Ingo Schwarze
2017-06-24delete old, undocumented, obsolete section names that nobody usesIngo Schwarze
2017-06-24in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze
2017-06-24Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze
2017-06-24Delete .St -p1003.1-2013.Ingo Schwarze
2017-06-23Consistently treat character escape sequences as operators,Ingo Schwarze
2017-06-23splitting a text box sometimes requires wrapping it in a listIngo Schwarze
2017-06-23Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze
2017-06-23Simplify font handling:Ingo Schwarze
2017-06-22Fix font selection for text boxes in the terminal formatter.Ingo Schwarze
2017-06-21Outside explicit font context, give every letter its own box.Ingo Schwarze
2017-06-21quoted words are not parsed for defined keysIngo Schwarze
2017-06-21Recognize well-known functions names (the same that Heirloom recognizes,Ingo Schwarze
2017-06-20KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze
2017-06-19Fix a regression in the previous revision:Ingo Schwarze
2017-06-18Implement appending to standard man(7) and mdoc(7) macros with .am.Ingo Schwarze
2017-06-17style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze
2017-06-17style message about missing RCS ids; inspired by mdoclintIngo Schwarze
2017-06-17if .in is used inside the .TP head, it's always relativeIngo Schwarze
2017-06-17tables leak tab settings to subsequent textIngo Schwarze
2017-06-17correct handling of blank lines after \cIngo Schwarze
2017-06-17properly set the default indentationIngo Schwarze
2017-06-16Multiple tbl(7) improvements:Ingo Schwarze
2017-06-15round default width of tbl(7) text blocks in the same way as groffIngo Schwarze
2017-06-14implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze
2017-06-14Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze
2017-06-14add the \(ru (0.5m baseline ruler) character escape sequence,Ingo Schwarze
2017-06-14simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze
2017-06-14let \l use the right fill characterIngo Schwarze
2017-06-14improve rounding rules for scaling unitsIngo Schwarze
2017-06-14harmless, but weird typo; found with afterstep_faq(1)Ingo Schwarze
2017-06-14implement the roff(7) d (macro or string defined) conditionalIngo Schwarze
2017-06-14implement roff(7) .rj (right justify) requestIngo Schwarze
2017-06-14implement the roff(7) \p (break output line) escape sequenceIngo Schwarze