aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/strerror.3
diff options
Diffstat (limited to 'man/man3/strerror.3')
-rw-r--r--man/man3/strerror.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/strerror.3 b/man/man3/strerror.3
index e1d9d274e1..a378b21fc0 100644
--- a/man/man3/strerror.3
+++ b/man/man3/strerror.3
@@ -18,11 +18,11 @@ Standard C library
.BI "const char *strerrorname_np(int " errnum );
.BI "const char *strerrordesc_np(int " errnum );
.P
-.BI "int strerror_r(size_t " size ;
+.BR "int strerror_r(" "size_t size;"
.BI " int " errnum ", char " buf [ size "], size_t " size );
/* XSI-compliant */
.P
-.BI "char *strerror_r(size_t " size ;
+.BR "char *strerror_r(" "size_t size;"
.BI " int " errnum ", char " buf [ size "], size_t " size );
/* GNU-specific */
.P