msgop.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-16 10:08:25 +02:00
parent d6dceb1a3b
commit 6b96e70795
1 changed files with 3 additions and 3 deletions

View File

@ -66,14 +66,14 @@ The
.I msgp
argument is a pointer to a caller-defined structure
of the following general form:
.PP
.in +4n
.nf
.EX
struct msgbuf {
long mtype; /* message type, must be > 0 */
char mtext[1]; /* message data */
};
.fi
.EE
.in
.PP
The