Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys New sentence, new line. Bump date for previous.



details:   https://anonhg.NetBSD.org/src/rev/b5813223ae4c
branches:  trunk
changeset: 772147:b5813223ae4c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Dec 20 16:43:14 2011 +0000

description:
New sentence, new line. Bump date for previous.

diffstat:

 lib/libc/sys/mmap.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 7ba133c095df -r b5813223ae4c lib/libc/sys/mmap.2
--- a/lib/libc/sys/mmap.2       Tue Dec 20 16:38:06 2011 +0000
+++ b/lib/libc/sys/mmap.2       Tue Dec 20 16:43:14 2011 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index