Add missing newline.

This commit is contained in:
wiz 2009-01-06 00:13:02 +00:00
parent 128703a537
commit bdd95bc725

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mprotect.2,v 1.20 2009/01/05 22:11:48 pooka Exp $
.\" $NetBSD: mprotect.2,v 1.21 2009/01/06 00:13:02 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -78,7 +78,8 @@ is set to indicate the error.
A memory protection violation occurred, or the
.Dv PROT_EXEC
flag was attempted on pages which belong to a filesystem mounted with the
.Dv NOEXEC flag.
.Dv NOEXEC
flag.
.It Bq Er EINVAL
An invalid memory range, or invalid parameters were provided.
.It Bq Er ENOMEM