summaryrefslogtreecommitdiffstats
path: root/share/man/man7/mdoc.samples.7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove mdoc.samples(7): all info already is in mdoc(7)schwarze2011-09-171-3555/+0
| | | | feedback and ok jmc@
* no more mvmeppc;jmc2011-07-071-4/+4
|
* add a "mips64" architecture; requested by/ok miodjmc2010-09-261-4/+4
|
* fix some unbalanced quoting;jmc2010-09-191-3/+3
|
* Trivial patch to get correct spacing from the recently introducedschwarze2010-08-031-3/+3
| | | | | | | user-defined string \*(Pu (punctuation character list) by using non-breaking non-compressing instead of normal spaces. Works with mandoc, new groff and even with old groff. Tree is locked, but deraadt@ says i'm still allowed to polish manuals.
* Add a quick hack to fix the display of reserved characters,schwarze2010-07-031-2/+3
| | | | | | | | | using the mandoc(1) .ds implementation just committed. Note this is not compatible with our old in-tree groff and only barely compatible with modern groff, but right now, it is most important to get correct formatting for the release; all he rest can be fixed up later.
* dispense with some wacky escape sequences;jmc2010-03-261-5/+5
|
* Our groff does not handle all cases of nested displays properly, soschwarze2010-02-181-3/+3
| | | | | | | | resolve the contradiction in the manual whether it's allowed or not in favour of "not allowed" for now, shelving my diff to support nested displays in mandoc(1) for later consideration. Found by and unbreaking the build with mandoc(1). Feedback and OK jmc@
* let .Dt recognise "loongson"; ok matthieu miodjmc2010-01-241-5/+5
|
* .Bl always requires .It, even in .Bl -column;schwarze2010-01-031-3/+3
| | | | | syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@ and sobrado@
* adds -p1003.1-2008 to the list of standards for the St macro.sobrado2009-03-041-2/+4
| | | | ok jmc@
* document that .Cd must take args, and is neither parsed nor callable;jmc2008-12-301-1/+8
| | | | from Kristaps D??onsons
* add some missing .At versions; from Kristaps D??onsonsjmc2008-12-301-3/+3
|
* - .Sh macros are not parsedjmc2008-11-301-39/+47
| | | | | | | | | - document .Ss based on a diff from Kristaps D??onsons whilst here, use a consistent blurb to discuss which macros are parsed and callable;
* fix silly mix up in PREDEFINED STRINGS;jmc2008-09-071-4/+4
|
* remove a note which seems to be duplicated; ok sobradojmc2008-08-111-9/+2
|
* socppc added to .Dt list;jmc2008-05-151-4/+4
|
* more cats removal;jmc2007-08-021-3/+3
|
* document new .Dd format;jmc2007-05-311-5/+12
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* remove an unmaintainable sentence; this paragraph has made its pointjmc2007-03-041-7/+1
| | | | already;
* landisk bits; ok mickeyjmc2006-10-091-4/+4
|
* bits for armish; ok drahnjmc2006-06-081-4/+5
|
* Administrative changes for aviion, ok deraadt@miod2006-05-091-2/+2
|
* much to my horror, it turns out that `\-' and `\(en' are not equivalent,jmc2005-11-201-18/+28
| | | | | | | | | | and neither are `--' and `\(em'. this diff reworks the hyphens and dashes section, and is from ray lai; i doubt anyone would believe how many emails we had to exchange to sort this small issue out. jaredy@ ok'd it in a slightly different form;
* the on/off argument to .Sm is not a flag; ok jmcjaredy2005-09-291-4/+4
|
* .An only splits lines in AUTHORS; ok jmcjaredy2005-09-291-2/+4
|
* Allow `.An' to be given a -split/-nosplit flag to toggle the behavior ofjaredy2005-09-271-2/+22
| | | | | | causing line breaks to occur, as is present in newer versions of groff. OK deraadt@, jmc@.
* s/-p1003.1-2003/-p1003.1-2004/gjmc2005-06-051-3/+3
|
* add entry for hppa64;jmc2005-04-021-4/+4
|
* avoid using a full macro as a -width specifier, it only confuses groff;jmc2005-03-011-2/+2
|
* sync arch list w/ doc-common;jmc2005-01-061-5/+4
|
* document zaurus addition;jmc2005-01-041-2/+2
|
* make Nx and Ox parsed; ok jmc, (previously) millertjaredy2004-11-211-3/+2
|
* add sgi;jmc2004-08-101-3/+3
| | | | ok miod@
* note that section 9 pages may use RETURN VALUES and ERRORS;jmc2004-07-021-6/+6
| | | | | | | note that section 1/6/8 pages may use DIAGNOSTICS; from discussion w/ jared yanovich; ok millert@
* expand the description of .Dt:jmc2004-06-301-3/+55
| | | | | | - list the possible sections, and what they are - update list of volume titles - document that archs can be added to .Dt, and list the possibilities
* - update and sync GETTING STARTED listjmc2004-06-301-26/+41
| | | | | | | | | | - move descriptions of .Pf and .Ns out of `Enclosure and Quoting Macros': they are not really used for enclosure, and besides, .Ns was already described further down the page, in a more logical, separate, space. also, say what .Pf actually does - move .Sm to its own section. there is no point making it look like an obsolecent macro
* add some space between example usage and example;jmc2004-06-301-1/+30
|
* update .Vt description and BUGS;jmc2004-06-061-5/+9
|
* - document .In, .Ex, and .Rvjmc2004-02-201-3/+73
| | | | | - keep the description of .Cd on one line - note that .Fd may be used w/ section 9 pages
* simplify one of the examples;jmc2004-02-141-2/+2
|
* update .St sections;jmc2004-01-251-7/+25
|
* .Vt is not just a FORTRAN thing; noted by Jared Yanvovich;jmc2004-01-241-4/+20
| | | | | | sadly, our .Vt does not respect punctuation... ok deraadt@
* some typos and wording improvements from Tom Cosgrove;jmc2003-12-201-8/+8
|
* .Nm with punctuation no longer requires an argument;jmc2003-10-041-7/+6
|
* update BUGS; this section is getting bigger rather than smaller :(jmc2003-09-251-13/+22
|
* mdoc(7): add `?' and `!' to punctuation characters;jmc2003-09-021-7/+1
| | | | | | mdoc.samples(7): remove BUG concerning blank lines; ok deraadt@
* document .Vt;jmc2003-07-211-1/+4
|
* general update for mdoc.samples(7).jmc2003-07-161-203/+470
| | | | ok deraadt@ marc@