aboutsummaryrefslogtreecommitdiffstats
path: root/man2/msgop.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/msgop.2')
-rw-r--r--man2/msgop.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/msgop.2 b/man2/msgop.2
index 37deacd8a5..833e7cc849 100644
--- a/man2/msgop.2
+++ b/man2/msgop.2
@@ -27,10 +27,10 @@ Standard C library
.nf
.B #include <sys/msg.h>
.PP
-.BI "int msgsnd(int " msqid ", const void *" msgp ", size_t " msgsz \
-", int " msgflg );
+.BI "int msgsnd(int " msqid ", const void " msgp [. msgsz "], size_t " msgsz ,
+.BI " int " msgflg );
.PP
-.BI "ssize_t msgrcv(int " msqid ", void *" msgp ", size_t " msgsz \
+.BI "ssize_t msgrcv(int " msqid ", void " msgp [. msgsz "], size_t " msgsz \
", long " msgtyp ,
.BI " int " msgflg );
.fi