mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 02:29:59 -04:00
fix a slight documentation bug
This commit is contained in:
parent
9dca36b2ab
commit
24d3d0ecff
1 changed files with 2 additions and 2 deletions
|
|
@ -499,11 +499,11 @@ isc_buffer_getuint32(isc_buffer_t *b);
|
|||
*
|
||||
* 'b' is a valid buffer.
|
||||
*
|
||||
* The length of the available region of 'b' is at least 2.
|
||||
* The length of the available region of 'b' is at least 4.
|
||||
*
|
||||
* Ensures:
|
||||
*
|
||||
* The current pointer in 'b' is advanced by 2.
|
||||
* The current pointer in 'b' is advanced by 4.
|
||||
*
|
||||
* Returns:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue