diff options
| -rw-r--r-- | man3/shm_open.3 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man3/shm_open.3 b/man3/shm_open.3 index 0feb1885cf..9c7e5cdfeb 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -355,6 +355,10 @@ to tell the "send" program that it may now access the shared memory. .PP .in +4n .EX +/* pshm_ucase_bounce.c + + Licensed under GNU General Public License v2 or later. +*/ #include <ctype.h> #include "pshm_ucase.h" @@ -441,6 +445,10 @@ on standard output. .PP .in +4n .EX +/* pshm_ucase_send.c + + Licensed under GNU General Public License v2 or later. +*/ #include <string.h> #include "pshm_ucase.h" |
