summaryrefslogtreecommitdiffstats
path: root/share/man/man8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* syncderaadt2013-11-056-35/+17
|
* syncjasper2013-11-011-4/+7
|
* no need for this, unlinked from the build for a while anyway;jmc2013-10-171-91/+0
| | | | ok deraadt
* fix some formatting warnings;jmc2013-09-291-3/+2
|
* Instead of demonstrating the method to override rc.d variables with asthen2013-09-291-8/+17
| | | | | | | (relatively uncommon) change of uid, demonstrate changing flags instead, as this is more common (and hoping that this reduces the chance of users editing the rc.d script directly which can cause problems at upgrade time). Feedback from jmc, tweaks from schwarze, ok jmc schwarze ajacoutot
* Revert. It seems people don't agree about which device should be used.ajacoutot2013-09-231-2/+2
| | | | req. by krw@ millert@
* cd0a -> cd0c for consistency with the FAQ.ajacoutot2013-09-231-3/+3
| | | | discussed with and ok miod@
* regen;jmc2013-09-0512-59/+47
|
* Beagle has been replaced by armv7.patrick2013-09-044-14/+14
|
* regenajacoutot2013-08-2114-42/+28
|
* regenajacoutot2013-08-2014-87/+59
|
* regenjsg2013-08-081-4/+7
|
* no need for this file: all relevant info found in dhclient(8)jmc2013-08-082-139/+2
| | | | | | and dhcpd(8); ok krw
* rpc.bootparamd(8) is needed on all hardware platforms for true disklesskettenis2013-08-051-6/+4
| | | | | | | | | | operations. Note to the pixie booting crowd: This manual page documents how to run a full OpenBSD install without having a local disk in your machine. If you just want to boot an install kernel, look at pxeboot(8). ok deraadt@
* Mark up email adresses with the .Mt macro;schwarze2013-07-153-13/+13
| | | | | patch from Franco Fichtner <franco at lastsummer dot de>; ok jmc@
* merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8),jmc2013-07-141-3/+3
| | | | | | | | removing traces of dhcp(8)... i'm about to remove that file, since it's essentially useless. holding off for a little, in case my commit is greeted with howls. help/ok krw
* regensyl2013-06-2122-88/+88
|
* regenhalex2013-06-1522-88/+88
|
* regentedu2013-06-0322-75/+102
|
* userland fuse support, but not attaching libfuse yet. ok beck deraadttedu2013-06-0313-26/+65
| | | | from Sylvestre Gallon ccna.syl gmail.com
* do not Capitalize architecture names, because it makes it hard to searchderaadt2013-04-151-12/+12
| | | | | | for them... especially important in this manual page.. diskless setup is a weavy path of use this, not that, but this, etc ok jmc
* regen for vscsi(8) -> vscsi(4);jmc2013-03-2822-90/+90
|
* hookup octeonjasper2013-03-261-2/+2
| | | | ok deraadt@
* add octeon bits here toojasper2013-03-262-0/+225
|
* no need for these palm filesderaadt2013-03-252-257/+0
|
* these will not be built for palm since it went awayderaadt2013-03-251-2/+2
|
* regen after sequencer removalratchov2013-03-159-63/+36
|
* Remove SSLv2 references from the intro(3) and ssl(8) man pages, andlteo2013-03-141-6/+10
| | | | | | mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2. feedback/ok jmc sthen
* Add ECDSA instructions to ssl(8), with this and DSA's method now generatingsthen2013-03-071-8/+54
| | | | | | | a CSR first, then a self-signed cert as a separate step, using the -days and -sha256 options in the example. Syncs with style used for RSA here/faq and saves hair pulling if you actually want a CSR and don't notice the "-x509". Tweaks from jmc@, stsp and jung like the separate use of -days.
* regenkettenis2012-12-191-4/+16
|
* syncmpi2012-12-041-3/+6
|
* this advice was arguable back in 2003 but is spurious now;djm2012-11-271-4/+2
| | | | ok mikeb deraadt
* Fix some abuse of the .Ar and .Fn macros;schwarze2012-11-171-24/+28
| | | | | ok ajacoutot@ and sthen@ on a previous version some time ago, using the additional suggestion ".Dq NO" from jmc@.
* Make a few formatting fixes:lteo2012-11-061-126/+55
| | | | | | | | | | | - Remove unnecessary .Ar macros. - Change "https" to "HTTPS" to be consistent with other man pages. - Add "(CSR)" to the first instance of "Certificate Signing Request." - Convert one .Ar to .Em in the HISTORY section since the intent of that .Ar was to emphasize a point. - Fix the punctuation in one sentence. feedback/ok jmc
* Nuke dhclient-script and dhclient.conf 'script' directive. Do allkrw2012-10-301-3/+3
| | | | | | | | | | | | interface and route configuration via ioctl's and routing sockets. This will break configurations using local enhancements of dhclient-script, which will now require alternate arrangements. Committing early to allow time to identify and develop required alternatives. Several proddings by deraadt@.
* some clarifications from Claus Assmann;jmc2012-10-161-6/+7
| | | | ok beck deraadt
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-4/+9
| | | | references into a STANDARDS section;
* syncmpi2012-09-081-2/+5
|
* sync path to kernel sources with config(8), hier(7) and FAQrpe2012-09-021-3/+3
| | | | ok jmc@ ajacoutot@
* Make '-f' only affects the "start" action.ajacoutot2012-09-011-4/+9
| | | | | | | | | There is no reason we couldn't reload|stop a daemon even when _flags is set to NO. As a bonus side effect, we can now see usage() on disabled scripts. discussed with sthen@ and espie@ ok sthen@
* sync: remove lingering nnpfs, pointed out by jmc@todd2012-08-231-6/+3
|
* now that man8.beagle/MAKEDEV.8 exists, handle ittodd2012-08-232-6/+12
|
* synctodd2012-08-231-0/+263
|
* syncderaadt2012-08-2320-140/+80
|
* RFC updates:jmc2012-08-181-3/+3
| | | | | | 5322 obsoletes 2822 5321 obsoletes 821 and 2821 6409 obsoletes 2476 and 4409
* - use Lk for linksjmc2012-08-152-8/+9
| | | | | | | | | | because i already have a trivial addition in afterboot, to briefly document rc.d(8), i have committed that bit also. that saves me making (even more) trivial changes to this file, however the text was suggested by ingo and i'm still waiting for his reply which, to be fair, has only been a wait of some 30 mins so far. so, the rc.d blurb was requested by ross richardson, suggested by ingo, and probably ok ingo. but if he objects, we can tweak it further.
* remove trailing whitespace;jmc2012-08-151-3/+3
|
* - remove some redundancy within the sendmail textjmc2012-08-151-9/+3
| | | | | | | | - remove the compat_* text: there's only one left, and the text makes little sense here from Ross Richardson ok schwarze
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-4/+4
| | | | | | | | 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.
* Adapt after recent move from pkill(1) to pgrep(1) in rc_check.ajacoutot2012-08-061-8/+14
| | | | | from robert at peichaer dot org ok jmc@