summaryrefslogtreecommitdiffstats
path: root/share/man/man5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation for recently committed databases/mariadb port module.zhuk2015-07-171-2/+47
|
* document PKGPATHS, used together with PKGNAMES.espie2015-07-041-3/+13
| | | | fix PKGNAMES description (only relates to actual BUILD_PACKAGES)
* Update documentation for lang/go moduleczarkoff2015-06-081-2/+117
| | | | OK sthen@
* Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1.florian2015-06-061-11/+2
| | | | | "inet6 autoconf" was working before and rtsol should behave the same. OK phessler
* Trim down remote(5) to reflect what is supported by cu(1).nicm2015-04-241-272/+16
| | | | ok sthen jmc
* Don't use GH_COMMIT and GH_TAGNAME together. From Adam Wolk.sthen2015-04-051-4/+3
|
* x11/gnome/gvfs is actually a better and simpler example.ajacoutot2015-04-031-11/+11
|
* devel/dconf is going to loose its cyclic dependency soon, so change theajacoutot2015-04-021-10/+10
| | | | example to use avahi.
* overriden -> overridden;jmc2015-04-021-2/+2
|
* document MODPY_PIjasper2015-04-021-2/+8
|
* no more lmccontrol;jmc2015-03-311-3/+2
|
* x11/gtk+2,-guic -> x11/gtk+3,-guicajacoutot2015-03-271-4/+4
|
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
| | | | | "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
* typo, frantisek holopespie2015-02-241-3/+3
|
* after some discussion with henning, document the various log options asjmc2015-02-161-24/+34
| | | | | | one section; some text was altered to make it read better; ok henning
* Don't use greater-equal/less-equal symbols where "<="/">=" are intended.bentley2015-02-161-34/+34
| | | | | | | | Also, clean up some usage of predefined strings (which are discouraged by mandoc_char(7) for portability reasons) and improve spacing in hostapd.conf(5). ok schwarze@
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-6/+6
| | | | | | | Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@
* a shot at documenting the changed log(matches) semanticshenning2015-02-121-3/+5
|
* refer to crypt_checkpass for cipher explananationtedu2015-02-111-6/+5
|
* document matching on priohenning2015-02-101-3/+6
|
* properly handle opening parentheses, correctly quote vertical bars,schwarze2015-01-162-12/+16
| | | | and do not use the legacy predefined string \*(Ba
* escape "No" when it's not intended as a macro, and zapjmc2015-01-131-6/+6
| | | | trailing whitespace;
* Documentation for postgresql.port.mk.zhuk2015-01-121-2/+39
|
* Use the first host of the documentation ranges for both addresslum2014-12-311-4/+4
| | | | families. ok jmc@ schwarze@ bluhm@
* fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>schwarze2014-12-301-6/+6
|
* missing test-depends thingy.espie2014-12-231-4/+6
| | | | explicitly document that some lists are sorted
* Support source-hash and random with tables and dynifs; not just pools.reyk2014-12-191-10/+6
| | | | | | | | | This finally allows to use source-hash for dynamic loadbalancing, eg. "rdr-to <hosts> source-hash", instead of just round-robin and least-states. An older pre-siphash version of this diff was tested by many people. OK tedu@ benno@
* malloc(3) is in the "comp" install set, malloc.conf(5) in "man",schwarze2014-12-062-3/+163
| | | | | | breaking the hardlink between file system entries, confusing apropos(1). Split malloc.conf(5) out of malloc(3) as suggested by deraadt@. Feedback and OK jmc@, OK deraadt@ tedu@ jasper@.
* remove duplicate publication year; carsten dot kunze at arcor dot deschwarze2014-11-191-3/+2
|
* Reduce instances of `` '' in manuals.bentley2014-11-152-8/+9
| | | | | | | | | | | | troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@
* * "shorthand" rather than "short-hand" and "short hand"schwarze2014-11-091-7/+7
| | | | | | | (to be consistent within this page; that's what most manuals use) * misc/portscout was renamed to misc/portroach * and two typos all from <kaspars at bankovskis dot net>
* edns0 is not currently supported: confirmed by sthen and ericjmc2014-11-051-17/+20
| | | | | diff From: Mike Burns (though my fix differs a bit)
* Xr to make.1 for MAKEFILE_LISTespie2014-11-041-2/+5
|
* Add a blurb about "Discovered old directory in ..." in the man page.bcallah2014-11-031-2/+8
| | | | | Direction/tweaks from sthen@ espie@ ok espie@
* localcipher is blowfish only. remove mention of ypcipher.tedu2014-11-021-22/+4
|
* be a little more vague and a little less wrong about login.conftedu2014-11-021-4/+3
|
* awk script to upgrade from 4.3 passwd files is irrelevant nowtedu2014-11-021-25/+2
|
* Add GRAMMAR to list of sections.kspillner2014-10-231-2/+4
| | | | ok jmc@, deraadt@ (begrudgingly)
* rspec2 will be removedjasper2014-10-171-7/+3
|
* Reorder alphabetically for test*, TEST_* and CDIAGFLAGS.stu2014-10-021-63/+63
| | | | ok zhuk@
* document rspec3jasper2014-09-181-5/+8
| | | | ok jeremy@
* Increase number of blowfish rounds to 8 by default when not specified inkspillner2014-09-171-4/+4
| | | | | | | login.conf. ok deraadt@ doug@ millert@ "please commit" tedu@
* Tweak after recent gnome MODULE change.ajacoutot2014-09-131-3/+3
|
* document default EXTRACT_CASES support for *.tar.lzma (reminded by juanfra@)naddy2014-09-131-4/+4
| | | | and add more bzip2 cases
* tweak previous;jmc2014-09-081-2/+3
|
* OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasischrisz2014-09-081-4/+5
| | | | ok jca@
* Additional cleanup for procfs removaldoug2014-09-081-4/+2
| | | | ok guenther@
* obvious cases of missing .An;schwarze2014-09-081-3/+3
| | | | | found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
* PORTSCOUT -> PORTROACHjasper2014-09-051-4/+4
|
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeschwarze2014-09-031-5/+18
| | | | | | | note in mandoc.db(5), such that man(1) -w and apropos(1) -w can report the correct filename. This is a prerequisite for letting apropos -a and man support gzip'ed manuals in the future, which doesn't work yet.