Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2020 08:01:27 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r368383 - stable/12/usr.sbin/wpa/hostapd
Message-ID:  <202012060801.0B681RrI076849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sun Dec  6 08:01:27 2020
New Revision: 368383
URL: https://svnweb.freebsd.org/changeset/base/368383

Log:
  MFC r367901 and r367904
  
  r367901: hostapd.conf(5): Fix a mandoc warning
  -new sentence, new line
  
  r367904: hostapd.conf(5): Add missing 'l'
  In r367901 I accidentally deleted the 'l' while fixing a few
  mandoc erros.
  Spotted by: Yuri Pankov

Modified:
  stable/12/usr.sbin/wpa/hostapd/hostapd.conf.5
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.sbin/wpa/hostapd/hostapd.conf.5
==============================================================================
--- stable/12/usr.sbin/wpa/hostapd/hostapd.conf.5	Sun Dec  6 07:57:56 2020	(r368382)
+++ stable/12/usr.sbin/wpa/hostapd/hostapd.conf.5	Sun Dec  6 08:01:27 2020	(r368383)
@@ -67,8 +67,9 @@ The following parameters are recognized:
 Interface name.
 Should be set in
 .Dq hostap
-mode.  Make certain that there are no spaces after the interface name,
-or hostapd will complain that the interface does not exist.
+mode.
+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 =
 excessive.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012060801.0B681RrI076849>