diff options
Diffstat (limited to 'man3/random_r.3')
| -rw-r--r-- | man3/random_r.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/random_r.3 b/man3/random_r.3 index 66d5c3de9f..914e6ea254 100644 --- a/man3/random_r.3 +++ b/man3/random_r.3 @@ -18,7 +18,8 @@ Standard C library .BI " int32_t *restrict " result ); .BI "int srandom_r(unsigned int " seed ", struct random_data *" buf ); .PP -.BI "int initstate_r(unsigned int " seed ", char *restrict " statebuf , +.BI "int initstate_r(unsigned int " seed ", \ +char " statebuf "[restrict ." statelen ], .BI " size_t " statelen ", struct random_data *restrict " buf ); .BI "int setstate_r(char *restrict " statebuf , .BI " struct random_data *restrict " buf ); |
