summaryrefslogtreecommitdiffstats
path: root/share/man/man5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mention that HOMEPAGE will be set for ports that have MODPY_PIjasper2016-01-071-2/+4
|
* malloc option 'a' to go awaytedu2016-01-061-10/+2
|
* remove long deprecated "set debug "none|urgent|misc|loud" levels inbenno2016-01-051-3/+4
| | | | | pf.conf. Change this before upgrade or pf.conf won't load. florian@ henning@ phessler@ jung@
* tweak previous;jmc2016-01-021-3/+4
|
* Mention that GH_* yield a default for DISTNAMEjasper2016-01-011-3/+4
|
* The last of the e-mail -> email.mmcc2015-12-282-8/+8
|
* mdoc macro cleanup.bentley2015-12-241-15/+26
| | | | | | | | - mark up types with Vt - clean up some Tn - Ql instead of ` ' ok jmc@ schwarze@
* Document the new canaries and junk validation features.tb2015-12-091-3/+13
| | | | ok tedu@, jmc@
* Update reference from lang/gcc/4.2 to lang/gcc/4.9. From Danielmmcc2015-12-061-3/+3
| | | | Bolgheroni, discussed with espie@.
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-301-5/+4
| | | | | | | straight replace: thanks both to schwarze and maja for feedback on how to rewrite parts; i've snuck in an rcs id->openbsd id change in dev_mkdb too;
* document MODPY_SETUP_ARGSjasper2015-11-261-2/+6
|
* Remove support for "lookup yp" in /etc/resolv.conf. This historicalderaadt2015-11-231-6/+2
| | | | | | | | wart is incompatible with pledge, because suddenly a "dns" operation needs "getpw" access to ypbind/ypserv, etc. file + dns access is enough for everyone, sorry if you were using that old SunOS 4.x style mechanism, but it is now gone. ok semarie millert florian
* point to mount_mfs(8), not mfs(8);jmc2015-11-231-8/+6
|
* no more pac;jmc2015-11-171-4/+3
|
* remove pointless resolver(5) mlink: if you want this file, ask forjmc2015-11-141-2/+2
| | | | | | it by name (typing "man resolver" won;t get you it anyway); explicit removal urged by ingo
* we need an unbreakable space in O(log2 n).sobrado2015-11-031-3/+3
| | | | ok jmc@
* Remove support for [addr]:port syntax from the "nameserver" line.deraadt2015-10-281-9/+2
| | | | | | | This extension never made it to other systems. (pledge is also happy with this. The idea of DNS @ any port collides with pledge encouraring differentiation between DNS and non-DNS sockets) ok phessler jung sthen kettenis
* Nothing in base uses native language support anymore. Remove NLSbluhm2015-10-261-14/+2
| | | | | support from the makefiles. OK naddy@
* adjust macro usage to the usual conventionsschwarze2015-10-261-481/+483
|
* 'b0' and 'b1' are no longer supported, so de-document them.krw2015-10-251-4/+2
|
* improve indentation in list block.sobrado2015-10-221-3/+3
| | | | ok jmc@
* fix case of PACkAGE_REPOSITORY; remco at dpub nlsthen2015-10-121-3/+3
| | | | ^
* fix some spelling messes.sobrado2015-10-051-4/+4
|
* zap an unneccessary Ev; from michael reedjmc2015-10-021-3/+3
|
* 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@