Module Name: src
Committed By: rmind
Date: Sat Oct 15 22:03:03 UTC 2011
Modified Files:
src/lib/libc/sys: mmap.2
Log Message:
Amend previous: just leave the part that mmap() was designed for 4.2BSD
and do not mention 4.4BSD until it becomes clear when exactly the interface
was shipped.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/lib/libc/sys/mmap.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/mmap.2
diff -u src/lib/libc/sys/mmap.2:1.43 src/lib/libc/sys/mmap.2:1.44
--- src/lib/libc/sys/mmap.2:1.43 Sat Oct 15 21:39:35 2011
+++ src/lib/libc/sys/mmap.2 Sat Oct 15 22:03:03 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: mmap.2,v 1.43 2011/10/15 21:39:35 rmind Exp $
+.\" $NetBSD: mmap.2,v 1.44 2011/10/15 22:03:03 rmind Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -296,6 +296,4 @@ function conforms to
The
.Fn mmap
interface was first designed in
-.Bx 4.2 ,
-however the function first appeared in
-.Bx 4.4 .
+.Bx 4.2 .