Commit f542086dd4a37e08a429183181fd249c30660d96
1 parent
ee0f4751
spelling fixes (Stefan Weil)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2131 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
4 additions
and
4 deletions
qemu-doc.texi
... | ... | @@ -559,8 +559,8 @@ localhost 5555 |
559 | 559 | The TCP Net Console has two modes of operation. It can send the serial |
560 | 560 | I/O to a location or wait for a connection from a location. By default |
561 | 561 | the TCP Net Console is sent to @var{host} at the @var{port}. If you use |
562 | -the @var{,server} option QEMU will wait for a client socket application | |
563 | -to connect to the port before continuing, unless the @code{,nowait} | |
562 | +the @var{server} option QEMU will wait for a client socket application | |
563 | +to connect to the port before continuing, unless the @code{nowait} | |
564 | 564 | option was specified. If @var{host} is omitted, 0.0.0.0 is assumed. Only |
565 | 565 | one TCP connection at a time is accepted. You can use @code{telnet} to |
566 | 566 | connect to the corresponding character device. |
... | ... | @@ -1011,7 +1011,7 @@ disk image filename provided you have enough proviledge to access |
1011 | 1011 | it. For example, use @file{/dev/cdrom} to access to the CDROM or |
1012 | 1012 | @file{/dev/fd0} for the floppy. |
1013 | 1013 | |
1014 | -@table | |
1014 | +@table @code | |
1015 | 1015 | @item CD |
1016 | 1016 | You can specify a CDROM device even if no CDROM is loaded. QEMU has |
1017 | 1017 | specific code to detect CDROM insertion or removal. CDROM ejection by |
... | ... | @@ -1198,7 +1198,7 @@ monitor (@pxref{pcsys_keys}). |
1198 | 1198 | QEMU emulates a PCI UHCI USB controller. You can virtually plug |
1199 | 1199 | virtual USB devices or real host USB devices (experimental, works only |
1200 | 1200 | on Linux hosts). Qemu will automatically create and connect virtual USB hubs |
1201 | -as neccessary to connect multiple USB devices. | |
1201 | +as necessary to connect multiple USB devices. | |
1202 | 1202 | |
1203 | 1203 | @menu |
1204 | 1204 | * usb_devices:: | ... | ... |