summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostapd/hostapd.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* do not encourage random uppercasing;jmc2015-03-261-4/+4
|
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* do not use Sx for sections outwith the page;jmc2013-06-291-5/+3
| | | | man4 still to go...
* use Lk for links;jmc2012-08-151-3/+4
|
* Make paragraph about ADD.notify handling clearer. First suggestionkrw2011-07-251-8/+7
| | | | | | from dcoppa@. ok jmc@ dcoppa@
* now that we can handle >9 args, put "-D name=value" on one line: it's a bitjmc2010-05-241-5/+3
| | | | more readable, and fixes a spacing bug we had in smtpd.8;
* Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,schwarze2010-02-231-5/+5
| | | | | | | in these cases, is useless anyway. Found by and fixing the build with mandoc; still fine with both old and new groff. ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* .Sx for section references;jmc2006-05-161-2/+2
|
* mention the lack of authenticated management frames in IEEE 802.11.reyk2006-05-151-1/+8
|
* initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5).reyk2006-05-151-1/+10
| | | | ok dlg@
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
|
* remove command line options -i, -a and -b (iapp interface, hostap interfacereyk2005-07-041-27/+5
| | | | | and broadcast mode). please use the configuration file hostapd.conf(5) instead, it is now mandatory to run hostapd with it.
* grammarjolan2005-04-181-2/+2
|
* typo. ok reyk@moritz2005-04-151-2/+2
|
* a daemon, not an daemon;jmc2005-04-131-2/+2
|
* various tweaks;jmc2005-04-131-45/+34
| | | | ok reyk@
* spacesderaadt2005-04-131-3/+3
|
* the ifconfig manpage is in section 8...reyk2005-04-131-3/+3
|
* add missing commareyk2005-04-131-2/+2
|
* add the initial version of the OpenBSD hostapd daemonreyk2005-04-131-0/+163
ok deraadt@