diff options
Diffstat (limited to 'man/man3/getservent_r.3')
-rw-r--r-- | man/man3/getservent_r.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/getservent_r.3 b/man/man3/getservent_r.3 index e3879f2ed3..64b397df1e 100644 --- a/man/man3/getservent_r.3 +++ b/man/man3/getservent_r.3 @@ -14,17 +14,17 @@ Standard C library .nf .B #include <netdb.h> .P -.BI "int getservent_r(size_t " size ; +.BR "int getservent_r(" "size_t size;" .BI " struct servent *restrict " result_buf , .BI " char " buf "[restrict " size "], size_t " size , .BI " struct servent **restrict " result ); -.BI "int getservbyname_r(size_t " size ; +.BR "int getservbyname_r(" "size_t size;" .BI " const char *restrict " name , .BI " const char *restrict " proto , .BI " struct servent *restrict " result_buf , .BI " char " buf "[restrict " size "], size_t " size , .BI " struct servent **restrict " result ); -.BI "int getservbyport_r(size_t " size ; +.BR "int getservbyport_r(" "size_t size;" .BI " int " port , .BI " const char *restrict " proto , .BI " struct servent *restrict " result_buf , |