Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Add a comma after e.g.



details:   https://anonhg.NetBSD.org/src/rev/f5b670905ffb
branches:  trunk
changeset: 545542:f5b670905ffb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 10 18:32:34 2003 +0000

description:
Add a comma after e.g.

diffstat:

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

diffs (18 lines):

diff -r 713867575e90 -r f5b670905ffb lib/libc/sys/mmap.2
--- a/lib/libc/sys/mmap.2       Thu Apr 10 18:22:47 2003 +0000
+++ b/lib/libc/sys/mmap.2       Thu Apr 10 18:32:34 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mmap.2,v 1.29 2003/04/10 18:22:47 atatat Exp $
+.\"    $NetBSD: mmap.2,v 1.30 2003/04/10 18:32:34 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -127,7 +127,7 @@
 Request that the allocation be aligned to the given boundary.
 The parameter
 .Ar n
-should be the base 2 logarithm of the desired alignment (e.g. to
+should be the base 2 logarithm of the desired alignment (e.g., to
 request alignment to 16K, use 14 as the value for n).
 The alignment must be equal to or greater than the platform's page
 size as returned by



Home | Main Index | Thread Index | Old Index