Mon Nov 27 12:25:02 2017 UTC ()
Add FILES section.


(wiz)
diff -r1.1 -r1.2 src/share/man/man4/qemufwcfg.4

cvs diff -r1.1 -r1.2 src/share/man/man4/qemufwcfg.4 (expand / switch to unified diff)

--- src/share/man/man4/qemufwcfg.4 2017/11/26 21:02:37 1.1
+++ src/share/man/man4/qemufwcfg.4 2017/11/27 12:25:02 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: qemufwcfg.4,v 1.1 2017/11/26 21:02:37 wiz Exp $ 1.\" $NetBSD: qemufwcfg.4,v 1.2 2017/11/27 12:25:02 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -28,23 +28,28 @@ @@ -28,23 +28,28 @@
28.Dt QEMUFWCFG 4 28.Dt QEMUFWCFG 4
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm qemufwcfg 31.Nm qemufwcfg
32.Nd QEMU Firmware Configuration device driver 32.Nd QEMU Firmware Configuration device driver
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.\" TODO: is the next line correct? 34.\" TODO: is the next line correct?
35.Cd "qemufwcfg* at acpi" 35.Cd "qemufwcfg* at acpi"
36.Sh DESCRIPTION 36.Sh DESCRIPTION
37The 37The
38.Nm 38.Nm
39interface allows QEMU guests to query and modify various data items on 39interface allows QEMU guests to query and modify various data items on
40the host, usually related to firmware configuration. 40the host, usually related to firmware configuration.
 41.Sh FILES
 42.Bl -tag -width 20n
 43.It Pa /dev/qemufwctl<n>
 44device path
 45.El
41.Sh SEE ALSO 46.Sh SEE ALSO
42.Rs 47.Rs
43.%T QEMU Firmware Configuration (fw_cfg) Device 48.%T QEMU Firmware Configuration (fw_cfg) Device
44.%U https://raw.githubusercontent.com/qemu/qemu/master/docs/specs/fw_cfg.txt 49.%U https://raw.githubusercontent.com/qemu/qemu/master/docs/specs/fw_cfg.txt
45.Re 50.Re
46.Sh HISTORY 51.Sh HISTORY
47The 52The
48.Nm 53.Nm
49driver first appeared in 54driver first appeared in
50.Nx 9.0 . 55.Nx 9.0 .