diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-10 21:03:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-10 21:03:59 +0000 |
commit | 4d7c6aabeb10eee1cd2348af9224798c41849b14 (patch) | |
tree | 9d87a92afa4dc8ecedec6603f6217196dfc38804 /doc | |
parent | 5445a1d653cddb7b9321c87aec6b025c7627fe1d (diff) | |
download | bcnm-4d7c6aabeb10eee1cd2348af9224798c41849b14.tar.gz bcnm-4d7c6aabeb10eee1cd2348af9224798c41849b14.tar.xz bcnm-4d7c6aabeb10eee1cd2348af9224798c41849b14.zip |
Doc typo fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libwpactrl/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libwpactrl/index.html b/doc/libwpactrl/index.html index e5823da..d3a3424 100644 --- a/doc/libwpactrl/index.html +++ b/doc/libwpactrl/index.html @@ -445,7 +445,7 @@ point to the current time. <p> <code> int wpactrl_xchg_event (wpactrl_t *a, wpactrl_xchg_t *dt, tain_t *stamp) </code> <br /> To be called after an <tt>iopause</tt> invocation that returned a positive number, and -after a <tt>wpactrl_update(<em>a</em>) invocation. +after a <tt>wpactrl_update(<em>a</em>)</tt> invocation. Advances the exchange described in <em>*dt</em>, if applicable: if a message arrived that matches the current filter set up by <em>*dt</em>, executes the corresponding callback, then sets up the next filter. <em>stamp</em> must point to the current |