diff options
Diffstat (limited to 'doc/libs6/s6lock.html')
-rw-r--r-- | doc/libs6/s6lock.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libs6/s6lock.html b/doc/libs6/s6lock.html index cffe3f8..268b4c0 100644 --- a/doc/libs6/s6lock.html +++ b/doc/libs6/s6lock.html @@ -193,14 +193,14 @@ which something happened. <p> When <tt>s6lock_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 ids waiting to be passed to <tt>s6lock_check</tt>. </p> <pre> -int s6lock_check (s6lock_t *a, uint16 id, char *what) +int s6lock_check (s6lock_t *a, uint16_t id, char *what) </pre> <p> |