summaryrefslogtreecommitdiffstats
path: root/share/man/man7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* describe .Ql more precisely;schwarze2014-12-311-4/+7
| | | | defect pointed out by Steffen Nurpmeso <sdaoden at yandex dot com>
* Improve documentation of the header/footer macros .Dt, .Os, .TH:schwarze2014-12-282-30/+32
| | | | | | * State the defaults for .Os and the fourth .TH argument. * Sync the section titles, and stop advertising obscure sections that aren't actually fully supported and certainly not recommended for use.
* Reduce memory and time consumption on certain malformed input filesschwarze2014-12-251-4/+6
| | | | | | by limiting the length of expanded input lines during the (usually recursive) expansion of user defined strings. Resource hogging found by jsg@ with afl.
* correct -Tutf8 and -Thtml rendering of \(~=schwarze2014-12-161-7/+7
| | | | | and change the name of \(-~ to \(|= to agree with groff; difference found by Carsten dot Kunze at arcor dot de
* correct some character names to match groff;schwarze2014-12-151-10/+10
| | | | reported by Carsten dot Kunze at arcor dot de
* put back some information what the character classes actually mean;schwarze2014-12-091-1/+5
| | | | | | while here, remove the lie that regex(3) character classes would depend on the locale; ok jmc@
* no more ctype(3);jmc2014-12-091-4/+2
|
* Fix the implementation and documentation of \c (continue text input line).schwarze2014-12-021-4/+6
| | | | | In particular, make it work in no-fill mode, too. Reminded by Carsten dot Kunze at arcor dot de (Heirloom roff).
* delete three standard abbreviations that areschwarze2014-11-301-14/+4
| | | | | | * no longer used in our tree * not used in any of NetBSD, FreeBSD, or DragonFly * not supported by groff
* Retire support for CSRG supplementary document titles. These areschwarze2014-11-281-34/+4
| | | | | long obsolete and were never written in mdoc(7) in the first place. Removes 100 lines from source files.
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsschwarze2014-11-271-9/+8
| | | | | and not trigger an assertion when there is more than one argument; the latter found by jsg@ with afl.
* Allow comma-separated options in tbl(7) tables.bentley2014-11-251-2/+3
| | | | | | Provides better groff compatibility. ok schwarze@
* Support the ".if v" conditional operator (vroff mode, always false)schwarze2014-11-191-3/+5
| | | | | | | for groff compatibility because pod2man(1) uses it that way. Weirdly, groff documents it as "for compatibility with other troff versions" but neither Heirloom nor Plan 9 have it. Issue reported by giovanni@ via sthen@.
* Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in thederaadt2014-11-171-4/+10
| | | | | | | | | | | | | | often space-constrained /var filesystem was a historical mistake. There are big implications for the daemons which assume they won't run out of space, and this is a first step towards trying to improve the situation. Move /tmp to the same 7-day expiration rules that /var/tmp had. vi.recover works just as well as before, except on memory filesystems; indicating that vi should be repaired to write files into homedirs or something. done with rpe ok many
* Delete five standards that are:schwarze2014-11-161-21/+2
| | | | | | | | | * not supported by groff * not used in any OpenBSD, NetBSD, DragonFly or FreeBSD base manual * superseded or retracted * and more than ten years old Triggered by a question from Carsten Kunze (Heirloom troff). OK guenther@ jmc@
* Replace mysql with mariadb.brad2014-11-111-3/+3
|
* typo; <kaspars at bankovskis dot net>schwarze2014-11-091-4/+4
|
* Replace mysql with mariadb.brad2014-11-081-7/+7
| | | | From Kaspars Bankovskis <kaspars at bankovskis dot net>
* Major bugsquashing with respect to -offset and -width:schwarze2014-10-301-4/+7
| | | | | | | | | 1. Support specifying the .Bd and .Bl -offset as a macro default width; while here, simplify the code handling the same for .Bl -width. 2. Correct handling of .Bl -offset arguments: unlike .Bd -offset, the arguments "left", "indent", and "indent-two" have no special meaning. 3. Fix the scaling of string length -offset and -width arguments in -Thtml. Triggered by an incomplete documentation patch from bentley@.
* fixup REGRESS_DEPENDS->TEST_DEPENDSgsoares2014-10-272-6/+6
| | | | | | REGRESS_* idiom died a while ago OK naddy@ sthen@
* improve documentation of .Fa, .Va, and .Vt;schwarze2014-10-201-10/+22
| | | | inspired by a discussion with matthew@
* Rudimentary implementation of the e, x, and z table layout modifiersschwarze2014-10-141-5/+15
| | | | | | | to equalize, maximize, and ignore the width of columns. Does not yet take vertical rulers into account, and does not do line breaks within table cells. Considerably improves the lftp(1) manual; issue noticed by sthen@.
* implement font modifiers in table layoutsschwarze2014-10-131-24/+25
|
* document the semantics of operation keywordsschwarze2014-10-121-12/+238
| | | | and some other minor improvements
* Clarify: SEE ALSO sections are sorted case insensitively.bentley2014-10-121-3/+3
| | | | ok jmc@ schwarze@
* no modulestedu2014-10-091-4/+2
|
* remove lkmtedu2014-10-091-7/+2
|
* sl(4) & friends are slipping awaympi2014-10-011-5/+2
|
* make the /var list width one character wider to improve formatting;jmc2014-09-171-3/+3
|
* Five year old typo reported by Theo Buehler at math dot ethz dot ch, thanks.schwarze2014-09-171-3/+3
| | | | | I nearly asked: ``What's wrong with it? It formats as "intended".'' (However, what Kristaps intended to write was "indented".)
* no need to Xr sendmail here;jmc2014-09-161-3/+2
|
* Drop sendmail references.ajacoutot2014-09-161-24/+3
| | | | ok jmc@
* obvious cases of missing .An;schwarze2014-09-081-3/+4
| | | | | found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
* Parse and ignore the .pl (page length) request;schwarze2014-09-071-2/+7
| | | | Daniel Levai reports that Slackware Linux uses this.
* update entry for /usr/share/sysmerge; ok ajacoutotjmc2014-08-291-5/+5
|
* Support .St -susv1 and .St -susv4. Illumos wants to use this,schwarze2014-08-281-4/+8
| | | | and it's illogical anyway to have -susv2 and -susv3 but not -susv4.
* usr.sbinrobert2014-08-261-7/+4
|
* unbind;jmc2014-08-232-8/+6
|
* shorten share/doc/{html,mg} to share/doc, since nothing currentlyjmc2014-08-151-12/+2
| | | | gets installed in html (i think!);
* Clarify that .Em and .Sy are physical, not semantic markup,schwarze2014-08-141-14/+41
| | | | | explain appropriate usage, and provide some examples. ok jmc@
* double word fix-o;jmc2014-08-141-3/+3
|
* Begin cleanup of scaling units.schwarze2014-08-131-5/+11
| | | | | | | | | | | | Note that we use 240u := 1i for all devices, even -Tps and -Tpdf. Big fix of -Tascii rendering of f, m, and u. Small fix of -Tascii rendering of c. Big fix of -Thtml rendering of u. Big fix of -Tps rendering of m, p, and u. Clarify -Tps rendering of c. Correct documentation of scaling units, in particular with respect to u. This for example improves rendering of the OpenGL manuals. Joint work with kristaps@.
* some corrections and improvements with respect to prologue macros;schwarze2014-08-081-20/+18
| | | | found while working on mandoc(1) messages
* typo; patch from Timo dot Myyra at wickedbsd dot netschwarze2014-07-231-3/+3
|
* no more /etc/disklabels (ironically making my previous commit to thisjmc2014-07-161-5/+2
| | | | file redundant);
* put examples/ in the right place;jmc2014-07-151-3/+3
|
* /var/db/sysmerge -> /usr/share/sysmergeajacoutot2014-07-151-2/+6
| | | | ok deraadt@
* No more "securelevel" variable.ajacoutot2014-07-141-5/+5
|
* Add /etc/examples/ajacoutot2014-07-141-2/+4
| | | | prodded by jmc@
* Unconfuse .Fa documentation:schwarze2014-07-131-9/+21
| | | | | | | You can use .Fa with just a type, without a name, but when you give both, which is the usual case, they need to go into one single .Fa argument. Observed by bentley@; ok jmc@ bentley@.