aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
Commit message (Expand)AuthorAgeFilesLines
...
* Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issueKristaps Dzonsons2011-02-091-2/+3
* As noticed by deraadt@, it goes without saying that text filesIngo Schwarze2011-01-251-5/+2
* Better explain roff(7) macro argument quoting;Ingo Schwarze2011-01-241-2/+9
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-2/+5
* Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre).Kristaps Dzonsons2011-01-041-3/+5
* Use `Dl' instead of `D1' for code examples.Kristaps Dzonsons2010-12-291-4/+4
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-41/+8
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-3/+8
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-26/+2
* sync to OpenBSD:Ingo Schwarze2010-09-261-4/+7
* Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, andKristaps Dzonsons2010-09-041-3/+3
* Remove overstrike `\o'. This isn't the best solution because we reallyKristaps Dzonsons2010-08-291-2/+4
* Move mdoc/man template "The next is for" into the section itself. AddedKristaps Dzonsons2010-08-281-8/+10
* Strip out `\k' escape.Kristaps Dzonsons2010-08-241-1/+3
* Stripping out of `\w' groff escape. Yet another for pod2man...Kristaps Dzonsons2010-08-241-3/+4
* Strip out the `\z' escape. This is the first recursive sequence,Kristaps Dzonsons2010-08-241-2/+4
* Sort COMPATIBILITY in mdoc(7) (from schwarze@).Kristaps Dzonsons2010-08-221-12/+27
* merge from OpenBSD:Ingo Schwarze2010-08-061-6/+4
* Merge Jason McIntyre's corrections to man.7.Kristaps Dzonsons2010-07-261-26/+23
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-2/+13
* sync to OpenBSD:Ingo Schwarze2010-07-191-19/+31
* Note discarding of \m, \M, and \s in COMPATIBILITY sections.Kristaps Dzonsons2010-07-191-1/+4
* Removed \s documentation, as we (1) never supported it, and (2) neverKristaps Dzonsons2010-07-191-31/+4
* Fix which escapes are used to format \".Kristaps Dzonsons2010-07-161-4/+4
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-4/+5
* Fix man.7 to include AT and UC in its syntax table.Kristaps Dzonsons2010-05-251-3/+4
* Entry for .AT and .UCJoerg Sonnenberger2010-05-171-4/+11
* Documented EOS buffered spaces and added `]'.Kristaps Dzonsons2010-05-151-4/+9
* Pulled back in mysterious lost le1 <-> eq0 for Sp macro.Kristaps Dzonsons2010-05-141-3/+3
* Put the eos-checker into libmandoc.h.Kristaps Dzonsons2010-05-121-1/+7
* End-of-sentence, end-of-line.Kristaps Dzonsons2010-05-121-93/+124
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-12/+12
* Adding initial mailing list section to homepage.Kristaps Dzonsons2010-05-081-2/+2
* Note that whitespace is really only the space character.Kristaps Dzonsons2010-05-081-1/+2
* Strip trailing, unescaped whitespace from free-form, non-literal lines (like ...Kristaps Dzonsons2010-05-081-6/+9
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-071-7/+2
* As per Jason McIntyre's heartful urgings, do away with '.' separators between...Kristaps Dzonsons2010-04-131-135/+4
* Removed lingering `Sp' reference (not -man).Kristaps Dzonsons2010-04-051-3/+2
* ...finishing last commit message: accept both tabs and spaces between control...Kristaps Dzonsons2010-03-271-3/+3
* Documentation of apostrophe control character.Kristaps Dzonsons2010-03-271-5/+18
* Fixed up some documentation in man.7: only documenting man.7 macros, not rela...Kristaps Dzonsons2010-03-251-47/+51
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-65/+72
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-9/+17
* Fix white-space issues found by mandoc's better white-space finder.Kristaps Dzonsons2010-01-071-12/+12
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-2/+5
* \f escapes appear to work properly for -Thtml -man. Needs more testing.Kristaps Dzonsons2009-11-151-4/+3
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-9/+1
* Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but a...Kristaps Dzonsons2009-11-121-5/+12
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-3/+5
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-2/+9