Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 "file system" police.



details:   https://anonhg.NetBSD.org/src/rev/c3edf4471bd9
branches:  trunk
changeset: 460577:c3edf4471bd9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 28 13:43:10 2019 +0000

description:
"file system" police.

diffstat:

 share/man/man4/vio9p.4 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r fcbb1bf633e6 -r c3edf4471bd9 share/man/man4/vio9p.4
--- a/share/man/man4/vio9p.4    Mon Oct 28 13:42:28 2019 +0000
+++ b/share/man/man4/vio9p.4    Mon Oct 28 13:43:10 2019 +0000
@@ -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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index