1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00
This commit is contained in:
Garrett Wollman 2000-04-23 02:02:33 +00:00
parent f32b130012
commit c1c8bf8375
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59527
2 changed files with 4 additions and 0 deletions
lib/libc

View File

@ -36,6 +36,8 @@
.Nd open or create a shared memory object
.Nm shm_unlink
.Nd remove a shared memory object
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/mman.h>

View File

@ -36,6 +36,8 @@
.Nd open or create a shared memory object
.Nm shm_unlink
.Nd remove a shared memory object
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/mman.h>