summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/shmat.2
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-18 23:57:33 +0000
committerbde <bde@FreeBSD.org>1997-03-18 23:57:33 +0000
commitaf16e6a3225066546e4977daf2f4de2967f2e795 (patch)
tree06eeccfdd9b1525206968ea984281182055f4984 /lib/libc/sys/shmat.2
parent12d9e0792ecac802551de7e7603a95a8b82ae9a3 (diff)
downloadFreeBSD-src-af16e6a3225066546e4977daf2f4de2967f2e795.zip
FreeBSD-src-af16e6a3225066546e4977daf2f4de2967f2e795.tar.gz
Removed unnecessary quoting of function names in synopsis to simplify
automated checking of synopses.
Diffstat (limited to 'lib/libc/sys/shmat.2')
-rw-r--r--lib/libc/sys/shmat.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2
index e43554e..e3f87c9 100644
--- a/lib/libc/sys/shmat.2
+++ b/lib/libc/sys/shmat.2
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: shmat.2,v 1.5 1997/02/22 15:04:25 peter Exp $
.\"
.Dd August 2, 1995
.Dt SHMAT 2
@@ -37,9 +37,9 @@
.Fd #include <sys/ipc.h>
.Fd #include <sys/shm.h>
.Ft void *
-.Fn "shmat" "int shmid" "void *addr" "int flag"
+.Fn shmat "int shmid" "void *addr" "int flag"
.Ft int
-.Fn "shmdt" "void *addr"
+.Fn shmdt "void *addr"
.Sh DESCRIPTION
.Fn Shmat
attaches the shared memory segment identified by
OpenPOWER on IntegriCloud