diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-07 00:19:33 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-07 00:19:33 +0000 |
commit | 0c9b6b3625dff03b6d590af597aa0f194790addb (patch) | |
tree | f660a433047f5e24f5b321442a5123e8fc63c2eb | |
parent | 330f54ac7f780872223f9cac62347393ffb4ef86 (diff) | |
download | bcnm-0c9b6b3625dff03b6d590af597aa0f194790addb.tar.xz |
doc typo fixes
-rw-r--r-- | doc/libwpactrl/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libwpactrl/index.html b/doc/libwpactrl/index.html index 845cc7b..0d2870e 100644 --- a/doc/libwpactrl/index.html +++ b/doc/libwpactrl/index.html @@ -11,7 +11,7 @@ <body> <p> -<a href="../index.html">bcn,</a><br /> +<a href="../index.html">bcnm</a><br /> <a href="//skarnet.org/software/">Software</a><br /> <a href="//skarnet.org/">skarnet.org</a> </p> @@ -199,7 +199,7 @@ from wpa_supplicant: allows the next invocation of <code> int wpactrl_filter_add (wpactrl_t *a, char const *prefix) </code> <br /> Adds <em>prefix</em> to the whitelist. Unsolicited messages from wpa_supplicant will be stored and made available to the application -if they start with <tt>%lt;</tt><em>priority</em><tt>></tt><em>prefix</em>, +if they start with <tt><</tt><em>priority</em><tt>></tt><em>prefix</em>, <em>priority</em> being a single nonzero digit. If the filter is activated (which is the default), then only messages matching prefixes registered via <tt>wpactrl_filter_add()</tt> will be stored, and all |