From e03e2055bc5113db6e482a72b3ff96a11bcd8c5e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 17 Dec 2004 14:05:55 +0000 Subject: [PATCH] add to synopsis --- man3/shm_open.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man3/shm_open.3 b/man3/shm_open.3 index 1f784b228..c44b9fdf7 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -19,13 +19,15 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH SHM_OPEN 3 2002-02-22 "Linux 2.4" "Linux Programmer's Manual" +.TH SHM_OPEN 3 2004-12-17 "Linux 2.6.9" "Linux Programmer's Manual" .SH NAME shm_open, shm_unlink \- Create/open or unlink POSIX shared memory objects .SH SYNOPSIS .B #include .br .B #include +.br +.BR "#include " " /* For O_* constants */" .sp .BI "int shm_open(const char *" name ", int " oflag ", mode_t " mode ); .sp