diff options
Diffstat (limited to 'man/man3/getprotoent_r.3')
-rw-r--r-- | man/man3/getprotoent_r.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/getprotoent_r.3 b/man/man3/getprotoent_r.3 index 23ba783f38..a467fb9e15 100644 --- a/man/man3/getprotoent_r.3 +++ b/man/man3/getprotoent_r.3 @@ -14,16 +14,16 @@ Standard C library .nf .B #include <netdb.h> .P -.BI "int getprotoent_r(size_t " size ; +.BR "int getprotoent_r(" "size_t size;" .BI " struct protoent *restrict " result_buf , .BI " char " buf "[restrict " size "], size_t " size , .BI " struct protoent **restrict " result ); -.BI "int getprotobyname_r(size_t " size ; +.BR "int getprotobyname_r(" "size_t size;" .BI " const char *restrict " name , .BI " struct protoent *restrict " result_buf , .BI " char " buf "[restrict " size "], size_t " size , .BI " struct protoent **restrict " result ); -.BI "int getprotobynumber_r(size_t " size ; +.BR "int getprotobynumber_r(" "size_t size;" .BI " int " proto , .BI " struct protoent *restrict " result_buf , .BI " char " buf "[restrict " size "], size_t " size , |