summaryrefslogtreecommitdiff
path: root/lib/libc
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
parent76604a3fead686a57d50da5d07aeb2d481c308f8 (diff)
add missing .El macros (which properly terminate .Bl macro lists)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mlock.24
-rw-r--r--lib/libc/sys/mmap.25
-rw-r--r--lib/libc/sys/msgrcv.24
-rw-r--r--lib/libc/sys/munmap.25
-rw-r--r--lib/libc/sys/ptrace.23
-rw-r--r--lib/libc/sys/semop.23
-rw-r--r--lib/libc/sys/shmat.23
-rw-r--r--lib/libc/sys/socketpair.23
-rw-r--r--lib/libc/sys/swapctl.25
9 files changed, 22 insertions, 13 deletions
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2
index cf91232275e..21bca84a2b6 100644
--- a/lib/libc/sys/mlock.2
+++ b/lib/libc/sys/mlock.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mlock.2,v 1.7 1999/05/12 13:26:48 aaron Exp $
+.\" $OpenBSD: mlock.2,v 1.8 1999/05/27 16:54:23 aaron Exp $
.\" $NetBSD: mlock.2,v 1.3 1995/06/24 10:42:03 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -133,7 +133,7 @@ The address given is not page aligned or the length is negative.
Some portion of the indicated address range is not allocated.
Some portion of the indicated address range is not locked.
.El
-.Sh "SEE ALSO"
+.Sh SEE ALSO
.Xr fork 2 ,
.Xr mincore 2 ,
.Xr minherit 2 ,
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 8a0bee1ccb1..7940de82c57 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mmap.2,v 1.12 1999/05/27 16:21:00 aaron Exp $
+.\" $OpenBSD: mmap.2,v 1.13 1999/05/27 16:54:23 aaron Exp $
.\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -211,7 +211,8 @@ was specified and the
parameter wasn't available.
.Dv MAP_ANON
was specified and insufficient memory was available.
-.Sh "SEE ALSO"
+.El
+.Sh SEE ALSO
.Xr getpagesize 3 ,
.Xr msync 2 ,
.Xr munmap 2 ,
diff --git a/lib/libc/sys/msgrcv.2 b/lib/libc/sys/msgrcv.2
index 420611c8248..99d8f2a7475 100644
--- a/lib/libc/sys/msgrcv.2
+++ b/lib/libc/sys/msgrcv.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msgrcv.2,v 1.6 1999/05/27 14:05:09 aaron Exp $
+.\" $OpenBSD: msgrcv.2,v 1.7 1999/05/27 16:54:23 aaron Exp $
.\" $NetBSD: msgrcv.2,v 1.2 1997/03/27 08:20:37 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -141,6 +141,7 @@ is set to the current time.
.It
.Va msg_qnum
is decremented by 1.
+.El
.Sh RETURN VALUES
Upon successful completion,
.Fn msgrcv
@@ -185,6 +186,7 @@ and
.Dv IPC_NOWAIT
is set in
.Fa msgflg .
+.El
.Sh SEE ALSO
.Xr msgctl 2 ,
.Xr msgget 2 ,
diff --git a/lib/libc/sys/munmap.2 b/lib/libc/sys/munmap.2
index ea1e6f015d7..5dcde2767d4 100644
--- a/lib/libc/sys/munmap.2
+++ b/lib/libc/sys/munmap.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: munmap.2,v 1.6 1999/02/27 21:56:35 deraadt Exp $
+.\" $OpenBSD: munmap.2,v 1.7 1999/05/27 16:54:23 aaron Exp $
.\" $NetBSD: munmap.2,v 1.5 1995/02/27 12:35:03 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -71,7 +71,8 @@ parameter was not page aligned, the
parameter was negative, or
some part of the region being unmapped is not part of the currently
valid address space.
-.Sh "SEE ALSO"
+.El
+.Sh SEE ALSO
.Xr getpagesize 3 ,
.Xr msync 2 ,
.Xr mprotect 2 ,
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index fbe4d2d351b..293d51cf15d 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ptrace.2,v 1.5 1999/05/12 13:26:48 aaron Exp $
+.\" $OpenBSD: ptrace.2,v 1.6 1999/05/27 16:54:23 aaron Exp $
.\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $
.\"
.\" This file is in the public domain.
@@ -370,6 +370,7 @@ on a process in violation of the requirements listed under
.Dv PT_ATTACH
above.
.El
+.El
.Sh BUGS
On the SPARC, the PC is set to the provided PC value for
.Dv PT_CONTINUE
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2
index 139a22c68fb..6d70c6d38be 100644
--- a/lib/libc/sys/semop.2
+++ b/lib/libc/sys/semop.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: semop.2,v 1.5 1999/05/27 14:05:10 aaron Exp $
+.\" $OpenBSD: semop.2,v 1.6 1999/05/27 16:54:23 aaron Exp $
.\" $NetBSD: semop.2,v 1.1 1995/10/16 23:49:28 jtc Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -149,6 +149,7 @@ was set in
.It Bq Er EFAULT
.Fa sops
points to an illegal address.
+.El
.Sh SEE ALSO
.Xr semctl 2 ,
.Xr semget 2
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 ,
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2
index 80a966c26fd..e0d5a590daa 100644
--- a/lib/libc/sys/socketpair.2
+++ b/lib/libc/sys/socketpair.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socketpair.2,v 1.7 1999/05/23 14:10:56 aaron Exp $
+.\" $OpenBSD: socketpair.2,v 1.8 1999/05/27 16:54:24 aaron Exp $
.\" $NetBSD: socketpair.2,v 1.5 1995/02/27 12:38:00 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -79,6 +79,7 @@ The address
.Fa sv
does not specify a valid part of the
process address space.
+.El
.Sh SEE ALSO
.Xr pipe 2 ,
.Xr read 2 ,
diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2
index e899bff9537..c74501680cf 100644
--- a/lib/libc/sys/swapctl.2
+++ b/lib/libc/sys/swapctl.2
@@ -198,9 +198,10 @@ An I/O error occurred while opening the swap device.
.It Bq Er EFAULT
.Fa arg
points outside the process' allocated address space.
+.El
.Sh SEE ALSO
-.Xr swapctl 8 ,
-.Xr config 8
+.Xr config 8 ,
+.Xr swapctl 8
.Sh BUGS
The
.Dv SWAP_OFF