Module Name:    src
Committed By:   wiz
Date:           Tue Dec 20 16:43:14 UTC 2011

Modified Files:
        src/lib/libc/sys: mmap.2

Log Message:
New sentence, new line. Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 src/lib/libc/sys/mmap.2:1.46
--- src/lib/libc/sys/mmap.2:1.45	Tue Dec 20 15:39:35 2011
+++ src/lib/libc/sys/mmap.2	Tue Dec 20 16:43:14 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mmap.2,v 1.45 2011/12/20 15:39:35 reinoud Exp $
+.\"	$NetBSD: mmap.2,v 1.46 2011/12/20 16:43:14 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)mmap.2	8.4 (Berkeley) 5/11/95
 .\"
-.Dd October 15, 2011
+.Dd December 20, 2011
 .Dt MMAP 2
 .Os
 .Sh NAME
@@ -181,8 +181,8 @@ will be seen.
 .It Dv MAP_SHARED
 Modifications are shared.
 .It Dv MAP_NOSYSCALLS
-No system calls are to be allowed from within this mapped region. They instead
-generate an illegal instruction signal.
+No system calls are to be allowed from within this mapped region.
+They instead generate an illegal instruction signal.
 .El
 .Pp
 The

Reply via email to