Module Name:    src
Committed By:   wiz
Date:           Sun Nov 17 11:46:39 UTC 2019

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

Log Message:
file system police. New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/vnsubr.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/vnsubr.9
diff -u src/share/man/man9/vnsubr.9:1.46 src/share/man/man9/vnsubr.9:1.47
--- src/share/man/man9/vnsubr.9:1.46	Sat Nov 16 22:09:56 2019
+++ src/share/man/man9/vnsubr.9	Sun Nov 17 11:46:38 2019
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnsubr.9,v 1.46 2019/11/16 22:09:56 mlelstv Exp $
+.\"     $NetBSD: vnsubr.9,v 1.47 2019/11/17 11:46:38 wiz Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -185,12 +185,13 @@ stores the vnode pointer into
 .Fa *vpp .
 The argument
 .Fa l
-is the calling process. The vnode can be closed and freed with
+is the calling process.
+The vnode can be closed and freed with
 .Fa vn_close .
 .It Fn vn_bdev_openpath "pb" "vpp" "l"
 Works like
 .Fn vn_bdev_open
-but looks up a filesystem path
+but looks up a file system path
 .Fa pb
 to determine the device ID.
 .It Fn vn_rdwr "rw" "vp" "base" "len" "offset" "segflg" "ioflg" "cred" "aresid" "l"

Reply via email to