about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-07-07 00:19:33 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-07-07 00:19:33 +0000
commit0c9b6b3625dff03b6d590af597aa0f194790addb (patch)
treef660a433047f5e24f5b321442a5123e8fc63c2eb /doc
parent330f54ac7f780872223f9cac62347393ffb4ef86 (diff)
downloadbcnm-0c9b6b3625dff03b6d590af597aa0f194790addb.tar.gz
bcnm-0c9b6b3625dff03b6d590af597aa0f194790addb.tar.xz
bcnm-0c9b6b3625dff03b6d590af597aa0f194790addb.zip
doc typo fixes
Diffstat (limited to 'doc')
-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