Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 file system police. New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/bae8c0d33cbd
branches:  trunk
changeset: 461158:bae8c0d33cbd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Nov 17 11:46:38 2019 +0000

description:
file system police. New sentence, new line.

diffstat:

 share/man/man9/vnsubr.9 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 7628cbadbbd9 -r bae8c0d33cbd share/man/man9/vnsubr.9
--- a/share/man/man9/vnsubr.9   Sun Nov 17 11:28:48 2019 +0000
+++ b/share/man/man9/vnsubr.9   Sun Nov 17 11:46:38 2019 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index