diff options
Diffstat (limited to 'man/man3/getspnam.3')
| -rw-r--r-- | man/man3/getspnam.3 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/man/man3/getspnam.3 b/man/man3/getspnam.3 index a49e44d23c..64f86b2782 100644 --- a/man/man3/getspnam.3 +++ b/man/man3/getspnam.3 @@ -34,18 +34,22 @@ Standard C library /* GNU extension */ .B #include <shadow.h> .P -.BI "int getspent_r(struct spwd *" spbuf , -.BI " char " buf [. size "], size_t " size ", \ +.BI "int getspent_r(size_t " size ; +.BI " struct spwd *" spbuf , +.BI " char " buf [ size "], size_t " size ", \ struct spwd **" spbufp ); -.BI "int getspnam_r(const char *" name ", struct spwd *" spbuf , -.BI " char " buf [. size "], size_t " size ", \ +.BI "int getspnam_r(size_t " size ; +.BI " const char *" name ", struct spwd *" spbuf , +.BI " char " buf [ size "], size_t " size ", \ struct spwd **" spbufp ); .P -.BI "int fgetspent_r(FILE *" stream ", struct spwd *" spbuf , -.BI " char " buf [. size "], size_t " size ", \ +.BI "int fgetspent_r(size_t " size ; +.BI " FILE *" stream ", struct spwd *" spbuf , +.BI " char " buf [ size "], size_t " size ", \ struct spwd **" spbufp ); -.BI "int sgetspent_r(const char *" s ", struct spwd *" spbuf , -.BI " char " buf [. size "], size_t " size ", \ +.BI "int sgetspent_r(size_t " size ; +.BI " const char *" s ", struct spwd *" spbuf , +.BI " char " buf [ size "], size_t " size ", \ struct spwd **" spbufp ); .fi .P |
