Date: Fri, 20 Nov 2020 17:13:13 +0000 (UTC) From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r367904 - head/usr.sbin/wpa/hostapd Message-ID: <202011201713.0AKHDD8x006751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer) Date: Fri Nov 20 17:13:13 2020 New Revision: 367904 URL: https://svnweb.freebsd.org/changeset/base/367904 Log: hostapd.conf(5): Add missing 'l' In r367901 I accidentally deleted the 'l' while fixing a few mandoc erros. Spotted by: Yuri Pankov Modified: head/usr.sbin/wpa/hostapd/hostapd.conf.5 Modified: head/usr.sbin/wpa/hostapd/hostapd.conf.5 ============================================================================== --- head/usr.sbin/wpa/hostapd/hostapd.conf.5 Fri Nov 20 17:04:49 2020 (r367903) +++ head/usr.sbin/wpa/hostapd/hostapd.conf.5 Fri Nov 20 17:13:13 2020 (r367904) @@ -68,7 +68,7 @@ Interface name. Should be set in .Dq hostap mode. -Make certain that there are no spaces after the interface name, or hostapd wil +Make certain that there are no spaces after the interface name, or hostapd will complain that the interface does not exist. .It Va debug Debugging mode: 0 = no, 1 = minimal, 2 = verbose, 3 = msg dumps, 4 =
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011201713.0AKHDD8x006751>