Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial, incomplete support for -Tman | Ingo Schwarze | 2011-09-17 | 5 | -0/+456 |
| | | | | | | | | to convert mdoc(7) documents to the man(7) language. This is work in progress and will be developed in tree. It does already handle the cat(1) manual, but will hardly handle all your fancy manuals yet. go ahead kristaps@ jmc@ millert@ deraadt@ | ||||
* | fix an obvious typo: sz was used uninitialized | Ingo Schwarze | 2011-09-17 | 1 | -1/+1 |
| | | | | found while merging to OpenBSD | ||||
* | support ".St -iso8601"; committing on behalf of jmc@ | Ingo Schwarze | 2011-09-16 | 2 | -0/+3 |
| | |||||
* | It's unknown whether `SH' and `SS' closing out `nf' literalism is | Kristaps Dzonsons | 2011-09-06 | 1 | -0/+8 |
| | | | | portable, so document it in COMPATIBILITY. | ||||
* | Revert removal of tab warning, suggested by schwarze@. | Kristaps Dzonsons | 2011-09-06 | 1 | -2/+17 |
| | |||||
* | Remove check for tab. man(7) says tab is Ok. | Kristaps Dzonsons | 2011-09-04 | 1 | -17/+2 |
| | |||||
* | Teach -man that a literal context should be closed by SS/SH in the | Kristaps Dzonsons | 2011-09-04 | 1 | -9/+19 |
| | | | | | backend (the front-end already accomodated for this). Found indirectly from a question by Brad Smith. | ||||
* | Fix handling of font modifiers in tables. Noted by Brad Smith. | Kristaps Dzonsons | 2011-09-03 | 2 | -3/+22 |
| | |||||
* | Make -man check for tabs correctly print the column.VERSION.1.11.7 | Kristaps Dzonsons | 2011-09-02 | 1 | -1/+1 |
| | |||||
* | Fix typos and spelling errors found by demandoc -w | spell -b. | Kristaps Dzonsons | 2011-09-02 | 4 | -8/+8 |
| | |||||
* | Fix hypermail link. | Kristaps Dzonsons | 2011-09-02 | 1 | -3/+3 |
| | |||||
* | Adding version notes. | Kristaps Dzonsons | 2011-09-02 | 3 | -8/+8 |
| | |||||
* | Finishing touches on demandoc. It now backs over ending punctuation as | Kristaps Dzonsons | 2011-09-01 | 2 | -5/+27 |
| | | | | | | well as leading punctuation. Again, this isn't the same as deroff (which uses, I think, some punctuation as delimiters), but it's easier to explain and simpler to audit. | ||||
* | Make `-w' mode work much better. This is INCREDIBLY poorly specified in | Kristaps Dzonsons | 2011-09-01 | 2 | -5/+62 |
| | | | | | | any other deroff manual, and as I don't think anybody actually uses deroff, I don't feel compelled to research its behaviour too much and can just do what's logical. | ||||
* | Have demandoc throw away deroff's flags. | Kristaps Dzonsons | 2011-09-01 | 2 | -31/+68 |
| | |||||
* | Lint checks over demandoc. | Kristaps Dzonsons | 2011-09-01 | 1 | -3/+2 |
| | |||||
* | Allow compilation on OpenBSD. | Kristaps Dzonsons | 2011-09-01 | 1 | -0/+1 |
| | |||||
* | Add demandoc utility, a replacement for deroff. | Kristaps Dzonsons | 2011-09-01 | 4 | -22/+305 |
| | |||||
* | Order -column lists to have the arguments follow `-column'. From a | Kristaps Dzonsons | 2011-08-30 | 3 | -22/+22 |
| | | | | patch by Jason McIntyre. | ||||
* | Remove unnecessary `Pp'/`-compat' combination for column lists. | Kristaps Dzonsons | 2011-08-30 | 3 | -18/+9 |
| | | | | Directly from a patch by Jason McIntyre. | ||||
* | Make sure that `Ql' literalises its arguments in -T[x]html. Found when | Kristaps Dzonsons | 2011-08-26 | 3 | -3/+7 |
| | | | | doing manpages.bsd.lv stuff. | ||||
* | Avoid incorrect casting by using an implicit cast. Reported by Thomas | Kristaps Dzonsons | 2011-08-19 | 1 | -2/+2 |
| | | | | Klausner. | ||||
* | Bring man.7's LANGUAGE SYNTAX in line with mdoc.7. While here, change | Kristaps Dzonsons | 2011-08-19 | 2 | -61/+77 |
| | | | | out the \*q escapes. Also fix some spelling typos in both manuals. | ||||
* | Make LANGUAGE SYNTAX examples a bit more explanatory. | Kristaps Dzonsons | 2011-08-19 | 1 | -13/+19 |
| | |||||
* | First, use \(dq instead of \*q for double-quote. Second, use `Li' to | Kristaps Dzonsons | 2011-08-19 | 1 | -72/+65 |
| | | | | | | | note literal text in "Examples:" parts. Finally, move parts of Quotation related to keeping whitespace into Whitespace and clean up the text to be a bit clearer. Examples can be added back in at will, but now it follows the general layout of explanation followed by examples. | ||||
* | Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5ex | Kristaps Dzonsons | 2011-08-18 | 4 | -8/+4 |
| | | | | | | | | | margin. This is dubious: the HTML4 spec specifically says that BLOCKQUOTE shouldn't be abused for indentation, which is exactly what we do. However, `D1' needs indentation and it's the only way to force text browsers to do so. Alternatives? Also remove the unused HALFINDENT defines while here. | ||||
* | Slightly tweak www section/subsections. | Kristaps Dzonsons | 2011-08-18 | 2 | -8/+13 |
| | |||||
* | Have `Li' be correctly monospaced in -T[x]html. Also make sure that | Kristaps Dzonsons | 2011-08-18 | 3 | -4/+4 |
| | | | | | `Li' prints as a CODE tag and the style-sheet has the `lit' class apply to multiple tag types. | ||||
* | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. | Kristaps Dzonsons | 2011-08-18 | 10 | -13/+24 |
| | |||||
* | Add example of comments in man.7 and mdoc.7. | Kristaps Dzonsons | 2011-08-17 | 2 | -2/+18 |
| | |||||
* | Sync man.7's LANGUAGE SYNTAX (was INPUT ENCODING) with mdoc.7. | Kristaps Dzonsons | 2011-08-17 | 1 | -47/+119 |
| | | | | | While here, fix the scaling widths example that incorrectly used `br' (it now correctly uses `sp'). | ||||
* | Clean up and normalise the LANGUAGE SYNTAX section in mdoc.7: | Kristaps Dzonsons | 2011-08-17 | 1 | -59/+91 |
| | | | | | | | | - make examples trail each section - make explanations more concise - remove references to troff ok Jason McIntyre. | ||||
* | Toyed with www site a bit. For the next release. | Kristaps Dzonsons | 2011-08-17 | 1 | -92/+28 |
| | |||||
* | Replace the .Fl examples by others exhibiting the same features,VERSION.1.11.6 | Ingo Schwarze | 2011-08-16 | 1 | -5/+5 |
| | | | | | | but avoiding use of .Nm, because letting .Nm call other macros is unusual style, and we don't want unusual style in examples. Issue brought up by kristaps@. | ||||
* | More information about lots of macros, many new examples, and various fixes. | Ingo Schwarze | 2011-08-16 | 1 | -51/+165 |
| | | | | ok kristaps@ | ||||
* | Added generation of Universal binary. Fixed up index.sgml to be shorter | Kristaps Dzonsons | 2011-08-16 | 2 | -59/+76 |
| | | | | and more expressive. | ||||
* | Version: 1.11.6. | Kristaps Dzonsons | 2011-08-16 | 1 | -2/+2 |
| | |||||
* | Lint check. | Kristaps Dzonsons | 2011-08-16 | 1 | -7/+0 |
| | |||||
* | Fixed mingw compatibility where the "z" printf() modifier isn't | Kristaps Dzonsons | 2011-08-16 | 2 | -6/+7 |
| | | | | | recognised. It's easier to make these u_int than to jump through hoops for a special formatter. | ||||
* | Updating mingw32 install hooks for new mingw version. | Kristaps Dzonsons | 2011-08-16 | 1 | -2/+13 |
| | |||||
* | Initial version bits in place. Also added forgotten tests to installed files. | Kristaps Dzonsons | 2011-08-16 | 2 | -39/+23 |
| | |||||
* | Allow `Sx' and `Ss' to have child nodes. Fixes manuals in NetBSD. | Kristaps Dzonsons | 2011-08-10 | 4 | -52/+75 |
| | | | | | | Originally pointed out by joerg@ then again by Thomas Klausner by way of Nicolas Joy. Note: don't use these constructions as you can't link to the sections with `Sx'. | ||||
* | Add small chunks of new text and better examples written from scratch, | Ingo Schwarze | 2011-08-03 | 1 | -26/+63 |
| | | | | | | filling gaps found by checking the MANUAL DOMAIN chapter in mdoc.samples(7). While here, fix lots of minor issues. feedback and ok jmc@ | ||||
* | The term "reserved terms" is too broad, so narrow it down | Ingo Schwarze | 2011-08-02 | 1 | -44/+90 |
| | | | | | | | | | | to "delimiters", and explain which special handling they get as macro arguments. Move the text to a better place and remove a few lies. Postpone figuring out the lists of macros causing that special handling, it would cost too much time right now. feedback and ok jmc@ This also brings the file back in sync with OpenBSD. | ||||
* | Add some new text written from scratch after checking whether anything | Ingo Schwarze | 2011-08-01 | 1 | -4/+38 |
| | | | | | | | | | | | explained in mdoc.samples(7) is missing from mdoc(7): * Discourage trailing whitespace. * Move all information about quoted arguments to the relevant subsection, shortening it a bit, and adding an example. * Mention that blanks can be quoted with a backslash. * A better .Nd line in the template (verbatim from mdoc.samples(7)). * Explain how to escape callable macro names, and provide examples. ok jmc@ | ||||
* | trivial fixes found while merging to OpenBSD: | Ingo Schwarze | 2011-07-31 | 1 | -7/+7 |
| | | | | | | * ellipsis is an argument to .Ar, not part of the preceding argument * libz, libpam, on, off are not placeholders for arguments * .Rv is not only relevant for system calls, see atexit(3), sem_init(3) | ||||
* | System III is relevant for string(3) HISTORY. | Ingo Schwarze | 2011-07-31 | 2 | -0/+4 |
| | |||||
* | Make sure that in -Tascii mode, predefined strings render the same | Ingo Schwarze | 2011-07-31 | 1 | -3/+3 |
| | | | | | | way as in groff. With this fix, \*(If, \*(Pi and \*(Tm change in other output modes, but -Tascii is what matters. Found when merging 1.11.3 to OpenBSD; ok kristaps@. | ||||
* | Regression fixes after merging 1.11.3 to OpenBSD (rev. 1.20): | Ingo Schwarze | 2011-07-31 | 1 | -2/+4 |
| | | | | | | | * Do not pass integers outside the ASCII range to isprint(). * Make sure escaped characters are really printed verbatim when the escape sequence has no special meaning. ok kristaps@ | ||||
* | Use a character-table for quick per-character substitution in `tr'. As | Kristaps Dzonsons | 2011-07-29 | 1 | -42/+71 |
| | | | | suggested by joerg@. |