aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-08-17 23:53:52 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-08-18 01:38:14 +0200
commit65f96dae109db1f68d96d628ee605c89c722451e (patch)
treebd0aeb2fb73b542d781ca81ac182b3e8e29824c4 /man2
parentdd0ccf19b218ad44eff0696b7c7b92d2f09e1f30 (diff)
downloadman-pages-65f96dae109db1f68d96d628ee605c89c722451e.tar.gz
shmop.2: wfix
Reported-by: Helge Kreutzmann <debian@helgefjell.de> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/shmop.26
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>