| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | First, use \(dq instead of \*q for double-quote. Second, use `Li' to | Kristaps Dzonsons | 2011-08-19 | 1 | -72/+65 |
* | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. | Kristaps Dzonsons | 2011-08-18 | 1 | -1/+2 |
* | Add example of comments in man.7 and mdoc.7. | Kristaps Dzonsons | 2011-08-17 | 1 | -2/+10 |
* | Clean up and normalise the LANGUAGE SYNTAX section in mdoc.7: | Kristaps Dzonsons | 2011-08-17 | 1 | -59/+91 |
* | Replace the .Fl examples by others exhibiting the same features,VERSION.1.11.6 | Ingo Schwarze | 2011-08-16 | 1 | -5/+5 |
* | More information about lots of macros, many new examples, and various fixes. | Ingo Schwarze | 2011-08-16 | 1 | -51/+165 |
* | Allow `Sx' and `Ss' to have child nodes. Fixes manuals in NetBSD. | Kristaps Dzonsons | 2011-08-10 | 1 | -5/+11 |
* | Add small chunks of new text and better examples written from scratch, | Ingo Schwarze | 2011-08-03 | 1 | -26/+63 |
* | The term "reserved terms" is too broad, so narrow it down | Ingo Schwarze | 2011-08-02 | 1 | -44/+90 |
* | Add some new text written from scratch after checking whether anything | Ingo Schwarze | 2011-08-01 | 1 | -4/+38 |
* | trivial fixes found while merging to OpenBSD: | Ingo Schwarze | 2011-07-31 | 1 | -7/+7 |
* | System III is relevant for string(3) HISTORY. | Ingo Schwarze | 2011-07-31 | 1 | -0/+3 |
* | Clarify up `Rv' and `Ex' documentation. | Kristaps Dzonsons | 2011-07-18 | 1 | -10/+20 |
* | improve documentation of .Bl -column .It Ta | Ingo Schwarze | 2011-07-15 | 1 | -23/+41 |
* | Be more specific about `Dv', `Er', and `Ev'. | Kristaps Dzonsons | 2011-07-11 | 1 | -4/+18 |
* | Noticed that our skeleton mdoc.7 had lower-case `Dt'. Fixed and added | Kristaps Dzonsons | 2011-05-26 | 1 | -4/+5 |
* | remove a sentence which isn;t true; | Ingo Schwarze | 2011-05-21 | 1 | -2/+0 |
* | The semantics of .Bk was described incorrectly | Ingo Schwarze | 2011-04-17 | 1 | -2/+3 |
* | First, properly escape periods with \&. Then consistently refer to | Kristaps Dzonsons | 2011-04-06 | 1 | -61/+82 |
* | In reality `In' only accepts one argument. Subsequent ones are not | Kristaps Dzonsons | 2011-04-01 | 1 | -1/+1 |
* | Properly quote arguments in `Fn' documentation. Also make standalone | Kristaps Dzonsons | 2011-04-01 | 1 | -3/+3 |
* | "Reserved Characters" isn't correct since `\.' and `\*(Ba' aren't | Kristaps Dzonsons | 2011-03-17 | 1 | -9/+12 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -41/+37 |
* | Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+1 |
* | The macro .Ns has no effect at the beginning of an input line; | Ingo Schwarze | 2011-02-07 | 1 | -4/+6 |
* | If `Ns' is specified on its own line, it should be ignored. This is | Kristaps Dzonsons | 2011-02-02 | 1 | -0/+2 |
* | As noticed by deraadt@, it goes without saying that text files | Ingo Schwarze | 2011-01-25 | 1 | -3/+0 |
* | Lots of in-line macros require arguments but were not marked as such. | Ingo Schwarze | 2011-01-22 | 1 | -9/+9 |
* | If the first character of free-form text is whitespace, then a newline | Kristaps Dzonsons | 2011-01-12 | 1 | -0/+3 |
* | Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+3 |
* | In mdoc.7, don't use `D1' in place of `Dl' for code examples. | Kristaps Dzonsons | 2010-12-29 | 1 | -92/+92 |
* | Note `Sx's connection to `Sh' and `Ss'. | Kristaps Dzonsons | 2010-12-27 | 1 | -0/+5 |
* | minor tweaks: | Ingo Schwarze | 2010-12-22 | 1 | -5/+7 |
* | Sync to OpenBSD: More precise description of .Xo, and don't talk | Ingo Schwarze | 2010-12-18 | 1 | -3/+7 |
* | Import changes by schwarze@ and Jason McIntyre into manuals. These are | Kristaps Dzonsons | 2010-12-06 | 1 | -9/+4 |
* | Merge schwarze@'s changes allowing nested displays. Tweak the patch by | Kristaps Dzonsons | 2010-12-05 | 1 | -0/+5 |
* | Restore the Id tag that i clobbered in my previous commit, | Ingo Schwarze | 2010-11-30 | 1 | -1/+1 |
* | Merge OpenBSD mdoc.7 rev. 1.56 and 1.57: | Ingo Schwarze | 2010-11-30 | 1 | -15/+25 |
* | Migrate `Nm' and `Pa' handling from mdoc_action.c into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 1 | -0/+3 |
* | Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 1 | -0/+3 |
* | Referring to terms explained in other manuals, always use .Xr. | Ingo Schwarze | 2010-10-29 | 1 | -2/+2 |
* | When mentioning a function documented elsewhere, .Xr is often better than .Fn. | Ingo Schwarze | 2010-10-24 | 1 | -0/+3 |
* | Suppress whitespace following Pp, Lp, sp, and the other newline-emitting | Kristaps Dzonsons | 2010-09-27 | 1 | -1/+2 |
* | Added MIPS64. From a patch by Jason McIntyre. | Kristaps Dzonsons | 2010-09-27 | 1 | -0/+1 |
* | sync to OpenBSD: | Ingo Schwarze | 2010-09-26 | 1 | -1/+3 |
* | Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, and | Kristaps Dzonsons | 2010-09-04 | 1 | -1/+1 |
* | Remove overstrike `\o'. This isn't the best solution because we really | Kristaps Dzonsons | 2010-08-29 | 1 | -0/+2 |
* | Move mdoc/man template "The next is for" into the section itself. Added | Kristaps Dzonsons | 2010-08-28 | 1 | -6/+8 |
* | Fixed HISTORY to note mdoc's rewrite in groff-1.17, not groff-1.20. | Kristaps Dzonsons | 2010-08-24 | 1 | -1/+1 |
* | Strip out `\k' escape. | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+2 |