aboutsummaryrefslogtreecommitdiffstats
path: root/man2/msgop.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
commit7295b7eda04d4d80f032988cb15d22a3610f8780 (patch)
tree5e25f36c92af177438fdfbb131d9015b552236ff /man2/msgop.2
parent1bef0ec2656f45fa7bee0ac03103eb5ea920ae8e (diff)
downloadman-pages-7295b7eda04d4d80f032988cb15d22a3610f8780.tar.gz
Replaced tabs with spaces
Diffstat (limited to 'man2/msgop.2')
-rw-r--r--man2/msgop.225
1 files changed, 10 insertions, 15 deletions
diff --git a/man2/msgop.2 b/man2/msgop.2
index 46e7d5ace0..9a5d41ad51 100644
--- a/man2/msgop.2
+++ b/man2/msgop.2
@@ -64,21 +64,16 @@ The
.I msgp
argument is a pointer to caller-defined structure
of the following general form:
-.sp
-.B
- struct msgbuf {
-.br
-.B
- long mtype;
-/* message type, must be > 0 */
-.br
-.B
- char mtext[1];
-/* message data */
-.br
-.B
- };
-.sp
+.in +0.5i
+.nf
+
+struct msgbuf {
+ long mtype; /* message type, must be > 0 */
+ char mtext[1]; /* message data */
+};
+.fi
+.in -0.5i
+.PP
The
.I mtext
field is an array (or other structure) whose size is specified by