diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-11 01:09:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-11 01:09:02 +0000 |
commit | 2855be4911b426d2e07b439de881a625bbb110b0 (patch) | |
tree | 202a72d6672f692193c0af41ea6f7717b393c739 /doc/libwpactrl | |
parent | 08392c70c989646f8974d8fd6a8911deae4101c6 (diff) | |
download | bcnm-2855be4911b426d2e07b439de881a625bbb110b0.tar.xz |
Doc typo fix
Diffstat (limited to 'doc/libwpactrl')
-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 7a0a644..89b3db2 100644 --- a/doc/libwpactrl/index.html +++ b/doc/libwpactrl/index.html @@ -348,10 +348,10 @@ considered failed: if the current time goes over <em>limit</em>, then But if <tt>wpactrl_xchg_event()</tt> reports that an event occurs on <em>item</em>, instead, the results will be available in the <tt>wpactrl_xchg_cbres_t</tt> structure pointed to by <em>res</em>: -<em>res&arr;parsed</em> will be a +<em>res→parsed</em> will be a <a href="//skarnet.org/software/skalibs/libstddjb/genalloc.html">genalloc</a> made of <tt>wpactrl_scanres_t</tt> objects, constructed by the -<tt>wpactrl_scan_parse()</tt> function, and <em>res&arr;storage</em> will +<tt>wpactrl_scan_parse()</tt> function, and <em>res→storage</em> will be the associated storage. <tt>wpactrl_startscan()</tt> returns 0 (and sets errno) if an error occurs, and 1 if the scan is properly started. |