Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys mprotect first appeared in SunOS 4.0



details:   https://anonhg.NetBSD.org/src/rev/cc40e4cb5784
branches:  trunk
changeset: 459407:cc40e4cb5784
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Sep 08 22:35:44 2019 +0000

description:
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

diffstat:

 lib/libc/sys/mprotect.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 946b50a9ed34 -r cc40e4cb5784 lib/libc/sys/mprotect.2
--- a/lib/libc/sys/mprotect.2   Sun Sep 08 21:04:31 2019 +0000
+++ b/lib/libc/sys/mprotect.2   Sun Sep 08 22:35:44 2019 +0000
@@ -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 @@
 .Sh HISTORY
 The
 .Nm
-function first appeared in
+function first appeared in SunOS 4.0 and subsequently
 .Bx 4.4 .



Home | Main Index | Thread Index | Old Index