Module Name: src
Committed By: jmcneill
Date: Wed Jul 11 13:49:06 UTC 2018
Modified Files:
src/share/man/man4: qemufwcfg.4
Log Message:
.Fl prepends a dash, no need to specify another one for qemu -fw_cfg option
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/share/man/man4/qemufwcfg.4:1.5
--- src/share/man/man4/qemufwcfg.4:1.4 Wed Jul 11 13:41:23 2018
+++ src/share/man/man4/qemufwcfg.4 Wed Jul 11 13:49:06 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: qemufwcfg.4,v 1.4 2018/07/11 13:41:23 jmcneill Exp $
+.\" $NetBSD: qemufwcfg.4,v 1.5 2018/07/11 13:49:06 jmcneill Exp $
.\"
.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -40,7 +40,7 @@ interface allows QEMU to provide data it
operating systems.
.Pp
See the
-.Fl -fw_cfg
+.Fl fw_cfg
option in the
.Nm qemu
man page.