Module Name:    src
Committed By:   wiz
Date:           Sat May 24 17:14:02 UTC 2014

Modified Files:
        src/share/man/man9: vfssubr.9

Log Message:
End sentence with a dot.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/vfssubr.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/vfssubr.9
diff -u src/share/man/man9/vfssubr.9:1.24 src/share/man/man9/vfssubr.9:1.25
--- src/share/man/man9/vfssubr.9:1.24	Sat May 24 16:34:03 2014
+++ src/share/man/man9/vfssubr.9	Sat May 24 17:14:02 2014
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vfssubr.9,v 1.24 2014/05/24 16:34:03 christos Exp $
+.\"     $NetBSD: vfssubr.9,v 1.25 2014/05/24 17:14:02 wiz Exp $
 .\"
 .\" Copyright (c) 2003, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -247,9 +247,8 @@ Free all resources associated with an it
 Return the next vnode from iterator
 .Fa vi .
 If the operation is successful the vnode has a reference added to it
-and it is returned
-If the iterator is exhausted
-the function returns
+and it is returned.
+If the iterator is exhausted the function returns
 .Dv NULL .
 If an optional
 .Fa selector

Reply via email to