More missing .El's.

This commit is contained in:
ross 1999-03-09 03:58:14 +00:00
parent cd0a696176
commit 53dc7656a3
9 changed files with 18 additions and 9 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: getsid.2,v 1.1 1998/02/14 01:38:21 thorpej Exp $
.\" $NetBSD: getsid.2,v 1.2 1999/03/09 03:58:14 ross Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -63,6 +63,7 @@ is set to indicate the error, as follows:
.It Bq Er ESRCH
No process can be found corresponding to that specified by
.Ar pid .
.El
.Sh SEE ALSO
.Xr getpgid 2 ,
.Xr termios 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mmap.2,v 1.16 1998/08/29 08:32:39 lukem Exp $
.\" $NetBSD: mmap.2,v 1.17 1999/03/09 03:58:14 ross Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -230,6 +230,7 @@ was specified and the
parameter wasn't available.
.Dv MAP_ANON
was specified and insufficient memory was available.
.El
.Sh "SEE ALSO"
.Xr madvise 2 ,
.Xr mincore 2 ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: msgrcv.2,v 1.6 1998/05/07 18:42:00 kleink Exp $
.\" $NetBSD: msgrcv.2,v 1.7 1999/03/09 03:58:14 ross Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
.\" All rights reserved.
@ -140,6 +140,7 @@ is set to the current time.
.It
.Va msg_qnum
is decremented by 1.
.El
.Sh RETURN VALUES
Upon successful completion,
.Fn msgrcv

View File

@ -1,4 +1,4 @@
.\" $NetBSD: munmap.2,v 1.10 1998/08/29 08:32:40 lukem Exp $
.\" $NetBSD: munmap.2,v 1.11 1999/03/09 03:58:14 ross Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -70,6 +70,7 @@ parameter was not page aligned, the
parameter was negative, or
some part of the region being unmapped is outside the
valid address range for a process.
.El
.Sh "SEE ALSO"
.Xr madvise 2 ,
.Xr mincore 2 ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ptrace.2,v 1.5 1998/02/06 05:41:35 perry Exp $
.\" $NetBSD: ptrace.2,v 1.6 1999/03/09 03:58:14 ross Exp $
.\"
.\" This file is in the public domain.
.Dd November 7, 1994
@ -371,6 +371,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

View File

@ -1,4 +1,4 @@
.\" $NetBSD: semop.2,v 1.4 1998/05/07 18:42:01 kleink Exp $
.\" $NetBSD: semop.2,v 1.5 1999/03/09 03:58:14 ross Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
.\" All rights reserved.
@ -150,6 +150,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

View File

@ -1,4 +1,4 @@
.\" $NetBSD: shmat.2,v 1.6 1998/07/27 15:02:08 drochner Exp $
.\" $NetBSD: shmat.2,v 1.7 1999/03/09 03:58:14 ross Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
.\" All rights reserved.
@ -118,6 +118,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 ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: socketpair.2,v 1.7 1998/06/07 04:56:21 enami Exp $
.\" $NetBSD: socketpair.2,v 1.8 1999/03/09 03:58:14 ross Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -78,6 +78,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 ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: swapctl.2,v 1.10 1998/08/29 17:11:09 mrg Exp $
.\" $NetBSD: swapctl.2,v 1.11 1999/03/09 03:58:14 ross Exp $
.\"
.\" Copyright (c) 1997 Matthew R. Green
.\" Copyright (c) 1980, 1991, 1993
@ -198,6 +198,7 @@ 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