summaryrefslogtreecommitdiff
path: root/lib/libc/sys/shmat.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-27 16:54:25 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-27 16:54:25 +0000
commit4975550700a46188f961724db718c6a954ce7614 (patch)
tree5093d0c5efb780b70ad26675a520eccd42abf44c /lib/libc/sys/shmat.2
parent76604a3fead686a57d50da5d07aeb2d481c308f8 (diff)
add missing .El macros (which properly terminate .Bl macro lists)
Diffstat (limited to 'lib/libc/sys/shmat.2')
-rw-r--r--lib/libc/sys/shmat.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2
index da313b51b1b..960fe6759b6 100644
--- a/lib/libc/sys/shmat.2
+++ b/lib/libc/sys/shmat.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shmat.2,v 1.6 1999/05/27 14:05:10 aaron Exp $
+.\" $OpenBSD: shmat.2,v 1.7 1999/05/27 16:54:23 aaron Exp $
.\" $NetBSD: shmat.2,v 1.2 1997/03/27 08:20:38 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -114,6 +114,7 @@ will fail if:
.It Bq Er EINVAL
.Fa shmaddr
is not the start address of a mapped shared memory segment.
+.El
.Sh SEE ALSO
.Xr mmap 2 ,
.Xr shmctl 2 ,