Module Name: src
Committed By: wiz
Date: Mon Oct 28 13:43:10 UTC 2019
Modified Files:
src/share/man/man4: vio9p.4
Log Message:
"file system" police.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/vio9p.4
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/man4/vio9p.4
diff -u src/share/man/man4/vio9p.4:1.2 src/share/man/man4/vio9p.4:1.3
--- src/share/man/man4/vio9p.4:1.2 Mon Oct 28 13:41:31 2019
+++ src/share/man/man4/vio9p.4 Mon Oct 28 13:43:10 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: vio9p.4,v 1.2 2019/10/28 13:41:31 wiz Exp $
+.\" $NetBSD: vio9p.4,v 1.3 2019/10/28 13:43:10 wiz Exp $
.\"
.\" Copyright (c) 2019 Internet Initiative Japan, Inc.
.\" All rights reserved.
@@ -39,12 +39,12 @@ the
.Nm
driver enables a
.Nx
-system running as a VM guest to mount an exported filesystem
+system running as a VM guest to mount an exported file system
by the host via virtio-9p.
It exports a 9p end-point of virtio-9p via a character device file for
.Xr mount_9p 8 .
.Pp
-Each exported filesystem is assigned a character device and accesible via
+Each exported file system is assigned a character device and accesible via
.Pa /dev/vio9p0 ,
.Pa /dev/vio9p1
and so on, respectively, in exporting order by the host.
@@ -53,7 +53,7 @@ and so on, respectively, in exporting or
.It Pa /dev/vio9p?
.El
.Sh EXAMPLES
-The following command mounts the first exported filesystem by the host at
+The following command mounts the first exported file system by the host at
.Pa /mnt/9p :
.Bd -literal -offset indent
# mount_9p -cu /dev/vio9p0 /mnt/9p