diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-28 22:25:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-28 22:25:56 +0000 |
commit | 123c9ff1dff1f28046f1a73503b61c29051cd7f6 (patch) | |
tree | 2bedfc54812eee16efacc3e6c1ce44f68cda60d0 | |
parent | 285054f4308819e7fcc1e69d2815efadabefca6a (diff) | |
download | s6-dns-123c9ff1dff1f28046f1a73503b61c29051cd7f6.tar.xz |
version: 2.2.0.1v2.2.0.1
-rw-r--r-- | doc/skadns/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/skadns/index.html b/doc/skadns/index.html index f54db2c..7a66c79 100644 --- a/doc/skadns/index.html +++ b/doc/skadns/index.html @@ -206,8 +206,8 @@ which something happened. <p> When <tt>skadns_update</tt> returns, -<tt>genalloc_s(uint16, &a->list)</tt> points to an array of -<tt>genalloc_len(uint16, &a->list)</tt> 16-bit unsigned +<tt>genalloc_s(uint16_t, &a->list)</tt> points to an array of +<tt>genalloc_len(uint16_t, &a->list)</tt> 16-bit unsigned integers. Those integers are valid ids that can be used with the following functions. </p> |