aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
Commit message (Collapse)AuthorAgeFilesLines
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-2/+5
| | | | shall precede outputted text (surprise!).
* Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre).Kristaps Dzonsons2011-01-041-3/+5
| | | | Added cross-links to tbl.7 from other manuals.
* 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
| | | | | | | | me package, aren't recognised by "groff -mandoc" so we don't need to do so either. Discussed on tech@ with schwarze@. While at it, remove references to `b' in man.7. As far as I know, this was never supported anyway.
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-3/+8
| | | | | schwarze@, but without the -T[x]html handling, which structurally does not work. Also add man.7 documentation (not in original patch).
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-26/+2
| | | | which are now accomodated for the new libroff modifications.
* sync to OpenBSD:Ingo Schwarze2010-09-261-4/+7
| | | | | | note that IMPLEMENTATION NOTES is not used in OpenBSD add missing comma in "sections 1, 6, & 8 only" below EXIT STATUS below SEE ALSO, add an .Xr to man(1), and from man(7) to mdoc(7)
* Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, andKristaps Dzonsons2010-09-041-3/+3
| | | | Jason. Patch by Jason.
* Remove overstrike `\o'. This isn't the best solution because we reallyKristaps Dzonsons2010-08-291-2/+4
| | | | | should be printing the contents, but for the time being, this is good enough.
* Move mdoc/man template "The next is for" into the section itself. AddedKristaps Dzonsons2010-08-281-8/+10
| | | | OpenBSD compatibility notes. Based on a patch by Jason McIntyre.
* 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
| | | | getting mandoc ready to handle pod2man's complex escapes.
* Sort COMPATIBILITY in mdoc(7) (from schwarze@).Kristaps Dzonsons2010-08-221-12/+27
| | | | Update escape COMPATIBILITY in mdoc(7) and man(7) (ok schwarze@).
* merge from OpenBSD:Ingo Schwarze2010-08-061-6/+4
| | | | | | - HISTORY is interesting even when there are STANDARDS - more precise instructions what to put into AUTHORS - add the version argument to the mdoc(7) .Os macro
* Merge Jason McIntyre's corrections to man.7.Kristaps Dzonsons2010-07-261-26/+23
| | | | "urgle": Jason McIntyre. "This is all ok" schwarze@.
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-2/+13
| | | | -Thtml (I'm surprised to note that neither is LITERAL mode).
* sync to OpenBSD:Ingo Schwarze2010-07-191-19/+31
| | | | | | | | | * briefly mention the HISTORY of the man(7) language * update the copyright notice * improve the wording in a few places * fix a couple of typos including two suggestions from J.C. Roberts feedback and ok jmc@, ok sobrado@ and kristaps@
* 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
| | | | | | will. Also whack the dot-separator from the embedded man.7 manual.
* 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
| | | | Ulrich Spoerlein.
* 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
| | | | Added bits in mdoc.7 and man.7 about EOS spacing.
* 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
| | | | | Changed ordering of sections (EXIT STATUS moved around), argued for by Ulrich Sporlein. Fixed mdoc_str2sec not to use weird structure.
* 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
| | | | groff).
* De-chunking of text removed from parsers. This is a significant change (and ↵Kristaps Dzonsons2010-05-071-7/+2
| | | | | | I don't really like it), but it's what groff does. Distinction of ARGS_PHRASE and ARGS_PPHRASE in backend (not yet used).
* As per Jason McIntyre's heartful urgings, do away with '.' separators ↵Kristaps Dzonsons2010-04-131-135/+4
| | | | | | between logical sections. Change email address to BSD.lv one (this is not an academic project...)
* Removed lingering `Sp' reference (not -man).Kristaps Dzonsons2010-04-051-3/+2
|
* ...finishing last commit message: accept both tabs and spaces between ↵Kristaps Dzonsons2010-03-271-3/+3
| | | | control character and macro text.
* Documentation of apostrophe control character.Kristaps Dzonsons2010-03-271-5/+18
|
* Fixed up some documentation in man.7: only documenting man.7 macros, not ↵Kristaps Dzonsons2010-03-251-47/+51
| | | | related ones (de, Vb, etc.), which aren't technically man. It's an open question as to where these /should/ be documented, however.
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ↵Kristaps Dzonsons2010-03-231-65/+72
| | | | set of patches by Ingo Schwarze.
* Accomodate (libman) for next-line macros followed by non-text macros `na', ↵Kristaps Dzonsons2010-03-221-9/+17
| | | | | | `sp', and `br'. Based on a patch by Ingo Schwarze.
* Fix white-space issues found by mandoc's better white-space finder.Kristaps Dzonsons2010-01-071-12/+12
| | | | Fixed bogus `\\' escapes in some manuals.
* 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 ↵Kristaps Dzonsons2009-11-121-5/+12
| | | | adds a bit of complexity that I'd rather avoid).
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-3/+5
| | | | | | | | | bold and underline, we use a stack (no cascading, no double-font-mode). Font modes with \f only affect the current stack point, as documented in mdoc.7 and man.7. While -mdoc stacks fonts with embedded macros, -man replaces them (the stack is always size 1). This works for all invocations in supported systems' manual corpora to date. It doesn't support groff's insanity with line-scoped \f as documented in mdoc.7.
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-2/+9
|
* Documented \s and cleaned up \f documentation in mdoc.7, man.7.Kristaps Dzonsons2009-11-091-4/+29
| | | | -Thtml now using a2roffdeco().
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-051-4/+5
|
* Examples not being link-referenced (consistency).Kristaps Dzonsons2009-11-021-8/+5
|