Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_qemufwcfg Remove references to "special", as moun...



details:   https://anonhg.NetBSD.org/src/rev/ee4d176663f6
branches:  trunk
changeset: 931708:ee4d176663f6
user:      gson <gson%NetBSD.org@localhost>
date:      Wed Apr 29 09:54:43 2020 +0000

description:
Remove references to "special", as mount_qemufwcfg(8) does not
actually take such an argument.  Discussed with jmcneill.

diffstat:

 sbin/mount_qemufwcfg/mount_qemufwcfg.8 |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r fb9ac6430881 -r ee4d176663f6 sbin/mount_qemufwcfg/mount_qemufwcfg.8
--- a/sbin/mount_qemufwcfg/mount_qemufwcfg.8    Wed Apr 29 08:06:03 2020 +0000
+++ b/sbin/mount_qemufwcfg/mount_qemufwcfg.8    Wed Apr 29 09:54:43 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_qemufwcfg.8,v 1.2 2017/11/28 11:55:30 wiz Exp $
+.\"    $NetBSD: mount_qemufwcfg.8,v 1.3 2020/04/29 09:54:43 gson Exp $
 .\"
 .\" Copyright (c) 2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 28, 2017
+.Dd April 29, 2020
 .Dt MOUNT_QEMUFWCFG 8
 .Os
 .Sh NAME
@@ -38,18 +38,16 @@
 .Op Fl m Ar file-mode
 .Op Fl u Ar uid
 .Op Ar fuse-options
-.Ar special node
+.Ar node
 .Sh DESCRIPTION
 The
 .Nm
 command provides the QEMU fw_cfg configuration files in a file system
 tree at point
 .Ar node .
-Both
-.Ar special
-and
+The directory specified by
 .Ar node
-are converted to absolute paths before use.
+is converted to an absolute path before use.
 .Pp
 The options are as follows:
 .Bl -tag -width Ds



Home | Main Index | Thread Index | Old Index