diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/svipc.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/svipc.7 b/man7/svipc.7 index 8cd5770777..5f0c754cac 100644 --- a/man7/svipc.7 +++ b/man7/svipc.7 @@ -28,15 +28,15 @@ svipc \- System V interprocess communication mechanisms .SH SYNOPSIS .nf .B -# include <sys/types.h> +#include <sys/types.h> .B -# include <sys/ipc.h> +#include <sys/ipc.h> .B -# include <sys/msg.h> +#include <sys/msg.h> .B -# include <sys/sem.h> +#include <sys/sem.h> .B -# include <sys/shm.h> +#include <sys/shm.h> .SH DESCRIPTION This manual page refers to the Linux implementation of the System V interprocess communication mechanisms: |
