aboutsummaryrefslogtreecommitdiffstats
path: root/man3/ftok.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ftok.3')
-rw-r--r--man3/ftok.36
1 files changed, 2 insertions, 4 deletions
diff --git a/man3/ftok.3 b/man3/ftok.3
index 9c5f067409..34e1fc94b5 100644
--- a/man3/ftok.3
+++ b/man3/ftok.3
@@ -29,10 +29,8 @@
ftok \- convert a pathname and a project identifier to a System V IPC key
.SH SYNOPSIS
.nf
-.B
-#include <sys/types.h>
-.B
-#include <sys/ipc.h>
+.B #include <sys/types.h>
+.B #include <sys/ipc.h>
.fi
.sp
.BI "key_t ftok(const char *" pathname ", int " proj_id );