diff options
author | Corey Minyard <cminyard@mvista.com> | 2020-07-17 11:37:02 -0500 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2020-07-17 11:39:46 -0500 |
commit | 789101b73d93ab11f37a44c24fff44336f041345 (patch) | |
tree | 2dc32f4accf848a1e817a9731bcc14fde6550cae /qemu-options.hx | |
parent | 323679da77b2fd4dc9be3731ecac96613beea4f1 (diff) |
ipmi: Fix a man page entry
The line was too long, and some of the entries were wrong (fur instead
of fru). Just use the prop=val thing tha other entries use.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index fb31fe3df6..708583b4ce 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -806,7 +806,7 @@ SRST Some drivers are: -``-device ipmi-bmc-sim,id=id[,slave_addr=val][,sdrfile=file][,furareasize=val][,furdatafile=file][,guid=uuid]`` +``-device ipmi-bmc-sim,id=id[,prop[=value][,...]]`` Add an IPMI BMC. This is a simulation of a hardware management interface processor that normally sits on a system. It provides a watchdog and the ability to reset and power control the system. You |