svipc.7: SYNOPSIS: Remove include of <sys/types.h> and <sys/ipc.h>

Including <sys/types.h> and <sys/ipc.h> isn't needed on Linux
and isn't really relevant for the explanation on this page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-06-01 00:54:05 +12:00
parent 548be2a60e
commit 26a85bf20e
1 changed files with 1 additions and 3 deletions

View File

@ -22,13 +22,11 @@
.\"
.\" FIXME There is now duplication of some of the information
.\" below in semctl.2, msgctl.2, and shmctl.2 -- MTK, Nov 04
.TH SVIPC 7 2009-01-26 "Linux" "Linux Programmer's Manual"
.TH SVIPC 7 2012-05-31 "Linux" "Linux Programmer's Manual"
.SH NAME
svipc \- System V interprocess communication mechanisms
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
.B #include <sys/ipc.h>
.B #include <sys/msg.h>
.B #include <sys/sem.h>
.B #include <sys/shm.h>