summaryrefslogtreecommitdiffstats
path: root/share/man/man5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change the option INET example to INET6, since we no longer have INET;jmc2015-10-011-4/+4
|
* some radiusd updates, from theo buehlerjmc2015-10-011-3/+3
|
* fix some spelling messes.sobrado2015-09-301-4/+4
| | | | ok jmc@
* fix unit suffix.sobrado2015-09-241-3/+3
|
* minor .Pa cleanup, including one chunk from Michael Reedschwarze2015-09-231-3/+3
|
* The best way to display complete command invocations including commandschwarze2015-09-231-10/+14
| | | | | | | names, options and arguments are literal displays: .Bd -literal for multiple lines, .Dl for single lines, and (in these cases) .Ql for in-line displays. Triggered by a different patch from Michael Reed.
* Obviously, .Ar is the wrong macro for Makefile targets - .Ar is forschwarze2015-09-233-388/+409
| | | | | | placeholders to be replaced by something else by the user. As these are fixed strings passed on the make(1) command line, use .Cm. Trim some excessive indentation while here.
* consistency: no need to restate the page name in .Nm over and over again;schwarze2015-09-221-6/+6
| | | | Michael Reed <m dot reed at mykolab dot com>
* use .Sx; from Michael Reed <m dot reed at mykolab dot com> tweaked by meschwarze2015-09-211-18/+19
|
* fix an Xr to pkg_create(1);jmc2015-09-201-3/+3
| | | | from michael reed
* use .Sq rather than manual `...' and fix two typos;schwarze2015-09-161-6/+8
| | | | from Michael Reed <m dot reed at mykolab dot com>
* Avoid .Ns right after .Pf, it's pointless.schwarze2015-09-142-10/+7
| | | | In some cases, do additional cleanup in the immediate vicinity.
* Mark IGNORE_IS_FATAL and IGNORE_SILENT as user settings explicitly.zhuk2015-09-131-2/+4
| | | | This makes syncing list of such variables with portcheck code easier.
* use .In rather than .Fd #includeschwarze2015-09-1010-33/+33
|
* Remove ruby19 and rbx FLAVOR information, as support for both was removedjeremy2015-09-061-8/+8
| | | | | | recently. OK kspillner@
* Less confusing description of 'nort' for ghc.port.mk.kili2015-08-311-3/+5
|
* Fix typo: MODLUA_DEAFULT_VERSION to MODLUA_DEFAULT_VERSION.bentley2015-08-211-3/+3
|
* The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISKkrw2015-08-141-3/+2
| | | | | | | | | | | | | flags in the disklabel. These flags were discarded in 2006. Remove documentation for and instances of 'ty'. Add instances of 'dt' that were missing. Use 'floppy' as the value of 'dt' for all floppies and 'rdroot' for all boot images/miniroots. Add 'rdroot' to dktypenames and an associated #define DTYPE_RDROOT, since 'dt' values are parsed by matching entries in dktypenames[]. Slightly tweaked part of larger cleanup diff previously ok deraadt@.
* 'sk', 'cs', 'hs', 'ts' were removed from getdiskbyname() in 2007krw2015-08-131-8/+2
| | | | | | | | | | with r1.18. 'rm' and 'il' were removed from getdiskbyname() in 2009 with r1.19. The associated disklabel fields were recycled for other purposes. Another 'harmless' part of the larger disklabel cleanup diff. ok deraadt@ as part of that larger diff.
* sync with go.port.mkjasper2015-08-111-2/+5
|
* switch references from sudo to doas;jmc2015-07-303-10/+12
| | | | ok deraadt
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-272-8/+8
| | | | ok jmc@
* Update default gcc version.bentley2015-07-191-3/+3
| | | | ok sthen@
* Remove MODRUBY_RAKE_DEPENDS and MODRUBY_ICONV_DEPENDSjeremy2015-07-191-10/+2
| | | | OK ajacoutot@
* spelling fix;jmc2015-07-181-3/+3
|
* Bring up to date with latest changesjeremy2015-07-181-9/+13
| | | | OK sthen@
* 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@