about summary refs log tree commit diff
path: root/doc/libwpactrl/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libwpactrl/index.html')
-rw-r--r--doc/libwpactrl/index.html4
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>&gt;</tt><em>prefix</em>,
+if they start with <tt>&lt;</tt><em>priority</em><tt>&gt;</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