Module Name: src
Committed By: pgoyette
Date: Fri Jan 22 09:32:50 UTC 2016
Modified Files:
src/lib/libc/gen: directory.3
Log Message:
Improved wording.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/gen/directory.3
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/gen/directory.3
diff -u src/lib/libc/gen/directory.3:1.39 src/lib/libc/gen/directory.3:1.40
--- src/lib/libc/gen/directory.3:1.39 Fri Jan 22 08:50:00 2016
+++ src/lib/libc/gen/directory.3 Fri Jan 22 09:32:50 2016
@@ -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 @@ Based on historical implementations,
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 @@ and
.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 ,