diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/shmop.2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man2/shmop.2 b/man2/shmop.2 index c9bd929861..2cc49933c8 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -324,10 +324,14 @@ Hello, world .in .\" .SS Program source: svshm_string.h -The following header file is included by the "reader" and "writer" programs. +The following header file is included by the "reader" and "writer" programs: .PP .in +4n .EX +/* svshm_string.h + + Licensed under GNU General Public License v2 or later. +*/ #include <sys/types.h> #include <sys/ipc.h> #include <sys/shm.h> |
