Module Name: src
Committed By: sevan
Date: Sun Sep 8 22:35:44 UTC 2019
Modified Files:
src/lib/libc/sys: mprotect.2
Log Message:
mprotect first appeared in SunOS 4.0
Page 25 of SunOS 4.0 Change Notes
http://chiclassiccomp.org/docs/content/computing/Sun/software/800-1731-10_SunOS4.0ChangeNotes9May88.pdf
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/mprotect.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/mprotect.2
diff -u src/lib/libc/sys/mprotect.2:1.27 src/lib/libc/sys/mprotect.2:1.28
--- src/lib/libc/sys/mprotect.2:1.27 Wed Jun 19 20:28:36 2019
+++ src/lib/libc/sys/mprotect.2 Sun Sep 8 22:35:44 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: mprotect.2,v 1.27 2019/06/19 20:28:36 uwe Exp $
+.\" $NetBSD: mprotect.2,v 1.28 2019/09/08 22:35:44 sevan Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)mprotect.2 8.1 (Berkeley) 6/9/93
.\"
-.Dd April 27, 2017
+.Dd September 8, 2019
.Dt MPROTECT 2
.Os
.Sh NAME
@@ -102,5 +102,5 @@ A resource shortage occurred while inter
.Sh HISTORY
The
.Nm
-function first appeared in
+function first appeared in SunOS 4.0 and subsequently
.Bx 4.4 .