From 424a89503477a65a002dfe2b9a38f2613a839c0f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 15 Mar 2006 22:26:36 +0000 Subject: [PATCH] shm_open() is in section 3, not 2. --- man2/mmap.2 | 2 +- man2/mmap2.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/mmap.2 b/man2/mmap.2 index 1e0344b02..4964d0d41 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -367,7 +367,7 @@ is specified as .BR mremap (2), .BR msync (2), .BR setrlimit (2), -.BR shm_open (2) +.BR shm_open (3) .br B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391. .\" diff --git a/man2/mmap2.2 b/man2/mmap2.2 index 734f47534..301a1fe50 100644 --- a/man2/mmap2.2 +++ b/man2/mmap2.2 @@ -78,4 +78,4 @@ function that is part of the LFS (Large File Summit). .BR mmap (2), .BR mremap (2), .BR msync (2), -.BR shm_open (2) +.BR shm_open (3)