summaryrefslogtreecommitdiffstats
path: root/share/man/man7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Parse and ignore .hw (hyphenation points in words); this is safe becauseschwarze2013-10-221-2/+5
| | | | | | we don't do hyphenation anyway, so there is no point in throwing an ERROR when encountering .hw. Real-world usage of the request found by naddy@ in sysutils/dwdiff(1).
* Parse and ignore the .fam (font family) request.schwarze2013-10-141-2/+8
| | | | | Fixes irunner(1) in devel/ipython and uim-xim(1) in inputmethods/uim. Thanks to naddy@ for bringing these to my attention.
* Fix an .Lb example in two respects:schwarze2013-10-061-3/+3
| | | | | As noticed by Sascha Wildner (DragonFly), .Lb wants a "lib" prefix. And mdoc(3) was merged into mandoc(3) long ago.
* no more xfs;jmc2013-09-051-4/+2
| | | | From: Brett Mahar
* Beagle has been replaced by armv7.patrick2013-09-041-3/+3
|
* tedu netnatm and ueagle(4).mpi2013-08-201-4/+2
| | | | ok mikeb@, sthen@, tedu@ (implied), doc bits ok jmc@
* Use text production macros to document themselves.schwarze2013-08-141-7/+17
| | | | | | Part of the patch was sent in by Jan Stary <hans at stare dot cz>, another part was added by jmc@, the rest was added by myself; ok jmc@.
* some Bx/Ox conversion;jmc2013-08-143-10/+15
| | | | From: Jan Stary
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".schwarze2013-08-081-4/+11
| | | | | This improves the formatting of about 40 base manuals and reduces groff-mandoc formatting differences in base by about 5%.
* update;jmc2013-08-051-2/+7
| | | | From: Daniel Dickman
* For citing the names and email addresses of authors,schwarze2013-07-132-10/+7
| | | | | | | consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>. Somehow, i missed these two files, jmc@ agrees with the principle.
* For citing the names and email addresses of authors,schwarze2013-07-134-17/+14
| | | | | | | consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>, ok jmc@.
* Add /var/kerberosV to hier(7)+mtree.ajacoutot2013-07-101-2/+5
| | | | | | Make sure the directory, DB and master keys have secure permissions. ok dcoppa@ robert@ beck@
* refer to dpb for bulk fetchespie2013-06-191-2/+7
|
* Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1qguenther2013-06-171-6/+12
| | | | | | | Tweak descriptions of the other POSIX 1003.1<letter> standards Sort a few others into their proper places Discussed with schwarze@ at t2k13
* Jiri B pointed out that /var/cache is undocumented;jmc2013-06-101-2/+4
| | | | sthen provided the description
* point people at pkg_checkespie2013-04-301-2/+10
| | | | ok jmc@
* - (mdoc.7) fix Xr to selfjmc2013-04-273-10/+10
| | | | - double word fix
* bits for octeon (will format as OCTEON in Dt);jmc2013-03-261-1/+2
|
* no more palm;jmc2013-03-261-3/+2
|
* Kill unused ACCEPT_JRL_LICENSE.ajacoutot2013-03-141-9/+2
| | | | ok kurt@
* history file format correctionrpe2013-01-101-3/+3
| | | | ok espie@
* fix typos. From remco@d-compu.dyndns.orgespie2013-01-091-4/+4
|
* - use # for prompts in examplesrpe2013-01-091-6/+6
| | | | | | | - update base and ports source size - change PKG_PATH example to ksh(1) style ok espie@
* fix a broken display;jmc2013-01-081-3/+3
|
* .Pa for path/filenamesrpe2013-01-081-10/+10
| | | | ok espie@
* - add a hint to sh(1) for patterns in SKIPDIRrpe2013-01-081-38/+65
| | | | | | | | | | | | | | | | - add example to show the flavors of a ports - change like "packages in PORTSDIR" to ${PORTSDIR}/packages - some other minor cleanups/corrections consistently use ... - .Ar for make targets - .Dv for values of variables (e.g. Yes) - .Ev for environment vars - .Pa for filenames/paths and ports - .Qq instead of literal "" - .Sq for quoting _ (underscore) within text ok espie@
* more hints for efficient bulksespie2013-01-071-2/+10
|
* add some clues for people who want to run full bulksespie2012-12-241-2/+28
|
* make the description of /etc/mail less sendmail-specific; ok millertjmc2012-12-091-5/+3
|
* add /etc/nginx/jmc2012-12-081-2/+5
|
* zap trailing whitespace;jmc2012-10-121-2/+2
|
* make some assumptions more explicit, after some confusion...espie2012-10-121-3/+18
|
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-2/+3
| | | | references into a STANDARDS section;
* add npppd, and clean up a few Xrs while here;jmc2012-09-251-8/+9
|
* 1) Remove documentation of the groff-1.15 compatibility quirkschwarze2012-08-291-12/+6
| | | | | | | | | | | of suppressing spacing before a third .Xr argument because that quirk was removed in mdoc_macro.c rev. 1.72. 2) Mark the "section" argument to .Xr as (syntactically) optional, but still do not encourage omitting it. The missing .Op was reported by espie@. Wording tweaked by and ok jmc@, ok millert@.
* no more /etc/afs/jmc2012-08-231-4/+2
|
* RFC updates:jmc2012-08-181-5/+6
| | | | | | 5322 obsoletes 2822 5321 obsoletes 821 and 2821 6409 obsoletes 2476 and 4409
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-6/+6
| | | | | | | | Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places.
* document .PD; related to man_term.c rev. 1.88schwarze2012-07-291-4/+35
|
* Two improvements from kristaps@:schwarze2012-07-291-3/+15
| | | | | Document .cc (bsd.lv rev. 1.39) and fix a typo (bsd.lv rev. 1.38).
* no more mac68k; ok schwarzejmc2012-06-201-2/+1
|
* When i moved some low-level stuff from mdoc(7) and man(7)schwarze2012-06-202-24/+28
| | | | | | | to roff(7) some time ago, i forgot to adjust the cross-references. Reported by Tim van der Molen <tbvdm at xs4all dot nl>, thanks. ok jmc@
* CHECKSUM_PACKAGES howtoespie2012-06-081-2/+15
|
* Minimal implementation of .EX and .EE for GNU compatibility.schwarze2012-06-021-2/+14
| | | | | Do not use this, it is not portable and only defined in esr's man-ext. For example, sox(1) wants these macros.
* no more lint;jmc2012-04-081-6/+2
|
* Support .OP, one of the extended man macros; from kristaps@.schwarze2012-02-261-2/+26
| | | | Do not use this GNU extension, we take it for compatibility only.
* document the handling of partial distfiles collectionsespie2012-01-301-2/+10
|
* .Xr clean-old-distfiles 1espie2012-01-271-2/+3
|
* document new ${DISTDIR}/history semanticsespie2012-01-081-4/+27
|