aboutsummaryrefslogtreecommitdiffstats
path: root/man2/msgctl.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-20 21:53:34 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-20 21:53:34 +0000
commitc84371c688847344ff9cdfe96b731f94f9ff0e2c (patch)
treec95f83dcda64b14d6753311637e7ebb5c93ee55b /man2/msgctl.2
parent29059a6548ec1683f4c91ec4d91d79cf735b6505 (diff)
downloadman-pages-c84371c688847344ff9cdfe96b731f94f9ff0e2c.tar.gz
Italics for header file references
Diffstat (limited to 'man2/msgctl.2')
-rw-r--r--man2/msgctl.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/msgctl.2 b/man2/msgctl.2
index f759d0cd00..d04aaf54a6 100644
--- a/man2/msgctl.2
+++ b/man2/msgctl.2
@@ -57,7 +57,7 @@ on the message queue with identifier
.PP
The
.I msqid_ds
-data structure is defined in <sys/msg.h> as follows:
+data structure is defined in \fI<sys/msg.h>\fP as follows:
.nf
.in +4n
@@ -80,7 +80,7 @@ struct msqid_ds {
.PP
The
.I ipc_perm
-structure is defined in <sys/ipc.h> as follows
+structure is defined in \fI<sys/ipc.h>\fP as follows
(the highlighted fields are settable using
.BR IPC_SET ):
.PP