]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
shmop.2: Remove unused include
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 24 May 2021 18:19:45 +0000 (20:19 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Jun 2021 22:37:46 +0000 (10:37 +1200)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/shmop.2

index c7e66af0e05896eee072f6f92f3cae14fee18b8b..52baed96c3b579cd72b767fb135c6ff2a05d9a96 100644 (file)
@@ -42,7 +42,6 @@
 shmat, shmdt \- System V shared memory operations
 .SH SYNOPSIS
 .nf
-.B #include <sys/types.h>
 .B #include <sys/shm.h>
 .PP
 .BI "void *shmat(int " shmid ", const void *" shmaddr ", int " shmflg );