Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Improved wording.



details:   https://anonhg.NetBSD.org/src/rev/15d41b361dc2
branches:  trunk
changeset: 343073:15d41b361dc2
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jan 22 09:32:50 2016 +0000

description:
Improved wording.

diffstat:

 lib/libc/gen/directory.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 381e5c37d958 -r 15d41b361dc2 lib/libc/gen/directory.3
--- a/lib/libc/gen/directory.3  Fri Jan 22 08:51:40 2016 +0000
+++ b/lib/libc/gen/directory.3  Fri Jan 22 09:32:50 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: directory.3,v 1.39 2016/01/22 08:50:00 plunky Exp $
+.\"    $NetBSD: directory.3,v 1.40 2016/01/22 09:32:50 pgoyette Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -290,8 +290,8 @@
 the rules about file descriptors apply to directory streams as well.
 The
 .St -p1003.1-2008
-standard does not however any more mandate that directory streams
-are necessarily implemented by using file descriptors.
+standard no longer mandates that directory streams be
+implemented by using file descriptors.
 .Pp
 The following additional remarks can be noted from the
 .St -p1003.1-2008
@@ -346,7 +346,7 @@
 .Fn seekdir ,
 any subsequent call to
 .Fn readdir
-is unspecified, possibly resulting undefined behavior.
+is unspecified, possibly resulting in undefined behavior.
 .It
 After a call to
 .Xr fork 2 ,



Home | Main Index | Thread Index | Old Index