Module Name: src
Committed By: wiz
Date: Tue Nov 28 11:02:02 UTC 2017
Modified Files:
src/share/man/man4: qemufwcfg.4
Log Message:
Improve man page a bit more.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/qemufwcfg.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/qemufwcfg.4
diff -u src/share/man/man4/qemufwcfg.4:1.2 src/share/man/man4/qemufwcfg.4:1.3
--- src/share/man/man4/qemufwcfg.4:1.2 Mon Nov 27 12:25:02 2017
+++ src/share/man/man4/qemufwcfg.4 Tue Nov 28 11:02:02 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: qemufwcfg.4,v 1.2 2017/11/27 12:25:02 wiz Exp $
+.\" $NetBSD: qemufwcfg.4,v 1.3 2017/11/28 11:02:02 wiz Exp $
.\"
.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -31,19 +31,25 @@
.Nm qemufwcfg
.Nd QEMU Firmware Configuration device driver
.Sh SYNOPSIS
-.\" TODO: is the next line correct?
-.Cd "qemufwcfg* at acpi"
+.Cd "qemufwcfg* at acpi?"
.Sh DESCRIPTION
The
.Nm
-interface allows QEMU guests to query and modify various data items on
-the host, usually related to firmware configuration.
+interface allows QEMU to provide data items and files to guest
+operating systems.
+.Pp
+See the
+.Fl -fw_cfg
+option in the
+.Nm qemu
+man page.
.Sh FILES
.Bl -tag -width 20n
.It Pa /dev/qemufwctl<n>
device path
.El
.Sh SEE ALSO
+.Xr mount_qemufwcfg 8
.Rs
.%T QEMU Firmware Configuration (fw_cfg) Device
.%U https://raw.githubusercontent.com/qemu/qemu/master/docs/specs/fw_cfg.txt