summaryrefslogtreecommitdiffstats
path: root/share/man/man7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no more netccitt/netns;jmc2005-06-091-6/+1
|
* s/-p1003.1-2003/-p1003.1-2004/gjmc2005-06-053-7/+7
|
* add script(7): interpreter script execution;jmc2005-05-122-2/+391
| | | | | | from netbsd; some tidy up from jaredy@, otto@, and myself;
* change pfctl reference to pf, since programs like authpf also attempt tojmc2005-05-121-3/+3
| | | | | | alter rulesets, not just pfctl interface; from tamas tevesz;
* document REPORT_PROBLEM_LOGFILE, nitpick jmc@espie2005-04-191-1/+12
|
* - some sysctls may not be lowered eitherjmc2005-04-191-3/+8
| | | | | | | - document machdep.kbdreset diff from fgsch@ ok deraadt@
* add entry for hppa64;jmc2005-04-021-4/+4
|
* point to correct variable for read-only ports tree; from Bernd Ahlerspvalchev2005-03-311-2/+2
|
* cdrom/CDROM -> CD-ROM;jmc2005-03-111-2/+2
|
* don't mark up punctuation;jmc2005-03-031-2/+2
|
* add pkglocatedb target description to "ports master makefile" target listpvalchev2005-03-021-1/+6
|
* avoid using a full macro as a -width specifier, it only confuses groff;jmc2005-03-011-2/+2
|
* - underlying file system of /tmp is not relevant here, so do notjmc2005-02-261-6/+5
| | | | | talk about it; from krw and beck - /tmp is never preserved, so say it; from pval
* document bsd.rd; text from tom;jmc2005-02-251-1/+6
| | | | ok nick@ tom@
* MANPS/MANZ not supported;jmc2005-02-061-1/+7
| | | | | from diana eichert (pr #4087); ok henning@;
* Xr getenv 3;jmc2005-01-221-1/+2
| | | | from michael knudsen;
* add /usr/libdata/ldscripts/jmc2005-01-201-2/+4
| | | | description from miod;
* add /usr/include/net80211/jmc2005-01-201-1/+3
|
* change the description of /usr/lib from `archive libraries' to `systemjmc2005-01-111-2/+5
| | | | | | | | libraries', since not only archive libs are kept there. this from freebsd -r 1.112, except i changed their description and referenced intro(3) rather than ar(1), since it has a better description of library types.
* sync arch list w/ doc-common;jmc2005-01-061-5/+4
|
* document zaurus addition;jmc2005-01-041-2/+2
|
* tie /altroot entry to afterboot(8);jmc2004-12-011-2/+4
| | | | from tero koskinen via hans boetes;
* document /etc/{firmware,fonts,hotplug}jmc2004-11-261-2/+9
|
* better kerberos/gssapi references;jmc2004-11-261-5/+3
|
* make Nx and Ox parsed; ok jmc, (previously) millertjaredy2004-11-212-7/+6
|
* document the new update framework for bulk builds.espie2004-11-171-1/+11
|
* make distclean does not run make clean. from Christian Jonesjaredy2004-10-271-4/+2
|
* typo; rd@thrush.compvalchev2004-10-141-2/+2
|
* add sgi;jmc2004-08-101-3/+3
| | | | ok miod@
* - fix macro argsjmc2004-07-201-13/+14
| | | | | | - remove .Pp before .Sh - whitespace - new sentence, new line
* Document locking infrastructureespie2004-07-201-1/+44
| | | | ok naddy@
* no more netiso;jmc2004-07-151-4/+1
|
* note that section 9 pages may use RETURN VALUES and ERRORS;jmc2004-07-022-10/+10
| | | | | | | 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
|
* references to libmilter;jmc2004-06-291-1/+5
|
* update .Vt description and BUGS;jmc2004-06-061-5/+9
|
* List all operators (= += -= *= /= %= <<= >>= &= ^= |=) instead of printing theaaron2004-05-071-3/+3
| | | | first few followed by "etc". From FreeBSD. millert@ ok
* irregardless -> irrespective;jmc2004-04-271-2/+2
| | | | | | | ok millert@ krw@ derision from the rest of the world stolen from a rejected freebsd pr;
* list/display fixes, and whitespace;jmc2004-04-161-7/+3
|
* spacing;jmc2004-04-081-1/+3
|
* sync FILES and SEE ALSO w/ mdoc.samples(7);jmc2004-02-241-8/+14
|
* - document .In, .Ex, and .Rvjmc2004-02-202-5/+78
| | | | | - keep the description of .Cd on one line - note that .Fd may be used w/ section 9 pages
* Xr compat_aout(8)miod2004-02-161-1/+2
|
* simplify one of the examples;jmc2004-02-141-2/+2
|
* update .St sections;jmc2004-01-252-13/+32
|
* .Vt is not just a FORTRAN thing; noted by Jared Yanvovich;jmc2004-01-242-6/+22
| | | | | | sadly, our .Vt does not respect punctuation... ok deraadt@
* `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))jmc2004-01-231-3/+3
| | | | discussed with todd@
* MULTI_PACKAGES for users.espie2004-01-221-1/+37
| | | | from Michael Coulter <mjc@bitz.ca>, thanks!