From cb53fa02e9465174ecd1ea7038a48539801b11c8 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 14 Mar 2010 09:49:40 +0000 Subject: [PATCH] Fix manpage errors Split long unbreakable lines to smaller sections. Spotted by Debian Lintian tool: http://lintian.debian.org/full/address@hidden Signed-off-by: Blue Swirl --- qemu-doc.texi | 2 +- qemu-options.hx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index 1494757..6647b7b 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1504,7 +1504,7 @@ qemu-system-sparc -prom-env 'auto-boot?=false' \ -prom-env 'boot-device=sd(0,2,0):d' -prom-env 'boot-args=linux single' @end example address@hidden -M [SS-4|SS-5|SS-10|SS-20|SS-600MP|LX|Voyager|SPARCClassic|SPARCbook|SS-2|SS-1000|SS-2000] address@hidden -M [SS-4|SS-5|SS-10|SS-20|SS-600MP|LX|Voyager|SPARCClassic] [|SPARCbook|SS-2|SS-1000|SS-2000] Set the emulated machine type. Default is SS-5. diff --git a/qemu-options.hx b/qemu-options.hx index fd50add..8450b45 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -852,7 +852,7 @@ Load SMBIOS entry from binary file. @findex -smbios Specify SMBIOS type 0 fields address@hidden -smbios type=1[,address@hidden,address@hidden,address@hidden,address@hidden,address@hidden,address@hidden,address@hidden address@hidden -smbios type=1[,address@hidden,address@hidden [,address@hidden,address@hidden,address@hidden,address@hidden [,address@hidden Specify SMBIOS type 1 fields ETEXI @@ -932,7 +932,7 @@ DEF("netdev", HAS_ARG, QEMU_OPTION_netdev, #endif "socket],id=str[,option][,option][,...]\n") STEXI address@hidden -net nic[,address@hidden,address@hidden,address@hidden,address@hidden,address@hidden,address@hidden address@hidden -net nic[,address@hidden,address@hidden,address@hidden [,address@hidden,address@hidden,address@hidden @findex -net Create a new Network Interface Card and connect it to VLAN @var{n} (@var{n} = 0 is the default). The NIC is an e1000 by default on the PC @@ -1063,7 +1063,7 @@ processed and applied to -net user. Mixing them with the new configuration syntax gives undefined results. Their use for new applications is discouraged as they will be removed from future versions. address@hidden -net tap[,address@hidden,address@hidden,address@hidden,address@hidden,address@hidden,address@hidden address@hidden -net tap[,address@hidden,address@hidden,address@hidden,address@hidden [,address@hidden,address@hidden Connect the host TAP network interface @var{name} to VLAN @var{n}, use the network script @var{file} to configure it and the network script @var{dfile} to deconfigure it. If @var{name} is not provided, the OS @@ -1083,7 +1083,7 @@ qemu linux.img -net nic,vlan=0 -net tap,vlan=0,ifname=tap0 \ -net nic,vlan=1 -net tap,vlan=1,ifname=tap1 @end example address@hidden -net socket[,address@hidden,address@hidden,address@hidden,address@hidden:@var{port}][,address@hidden:@var{port}] address@hidden -net socket[,address@hidden,address@hidden,address@hidden [,address@hidden:@var{port}][,address@hidden:@var{port}] Connect the VLAN @var{n} to a remote VLAN in another QEMU virtual machine using a TCP socket connection. If @option{listen} is @@ -1103,7 +1103,7 @@ qemu linux.img -net nic,macaddr=52:54:00:12:34:57 \ -net socket,connect=127.0.0.1:1234 @end example address@hidden -net socket[,address@hidden,address@hidden,address@hidden,address@hidden:@var{port}] address@hidden -net socket[,address@hidden,address@hidden,address@hidden [,address@hidden:@var{port}] Create a VLAN @var{n} shared with another QEMU virtual machines using a UDP multicast socket, effectively making a bus for @@ -1143,7 +1143,7 @@ qemu linux.img -net nic,macaddr=52:54:00:12:34:56 \ /path/to/linux ubd0=/path/to/root_fs eth0=mcast @end example address@hidden -net vde[,address@hidden,address@hidden,address@hidden,address@hidden,address@hidden,address@hidden address@hidden -net vde[,address@hidden,address@hidden,address@hidden [,address@hidden,address@hidden,address@hidden Connect VLAN @var{n} to PORT @var{n} of a vde switch running on host and listening for incoming connections on @var{socketpath}. Use GROUP @var{groupname} and MODE @var{octalmode} to change default ownership and permissions for -- 1.5.6.5