aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/inet_ntop.3
diff options
Diffstat (limited to 'man/man3/inet_ntop.3')
-rw-r--r--man/man3/inet_ntop.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/inet_ntop.3 b/man/man3/inet_ntop.3
index 3c69fbeda7..bf3259f8aa 100644
--- a/man/man3/inet_ntop.3
+++ b/man/man3/inet_ntop.3
@@ -15,7 +15,7 @@ Standard C library
.nf
.B #include <arpa/inet.h>
.P
-.BI "const char *inet_ntop(socklen_t " size ;
+.BR "const char *inet_ntop(" "socklen_t size;"
.BI " int " af ", const void *restrict " src ,
.BI " char " dst "[restrict " size "], socklen_t " size );
.fi