aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/msgop.2
diff options
Diffstat (limited to 'man/man2/msgop.2')
-rw-r--r--man/man2/msgop.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man2/msgop.2 b/man/man2/msgop.2
index 9ee6535116..6ed8a2038c 100644
--- a/man/man2/msgop.2
+++ b/man/man2/msgop.2
@@ -12,12 +12,12 @@ Standard C library
.nf
.B #include <sys/msg.h>
.P
-.BI "ssize_t msgrcv(size_t " msgsz ;
+.BR "ssize_t msgrcv(" "size_t msgsz;"
.BI " int " msqid ", void " msgp [ msgsz "], size_t " msgsz \
", long " msgtyp ,
.BI " int " msgflg );
.P
-.BI "int msgsnd(size_t " msgsz ;
+.BR "int msgsnd(" "size_t msgsz;"
.BI " int " msqid ", const void " msgp [ msgsz "], size_t " msgsz ,
.BI " int " msgflg );
.fi