|
124 | 124 | .\" ======================================================================== |
125 | 125 | .\" |
126 | 126 | .IX Title "VIRT-CLONE 1" |
127 | | -.TH VIRT-CLONE 1 "2011-07-13" "" "Virtual Machine Install Tools" |
| 127 | +.TH VIRT-CLONE 1 "2012-07-08" "" "Virtual Machine Install Tools" |
128 | 128 | .\" For nroff, turn off justification. Always turn off hyphenation; it makes |
129 | 129 | .\" way too many mistakes in technical documents. |
130 | 130 | .if n .ad l |
@@ -155,8 +155,8 @@ storage options via \-file. |
155 | 155 | .IP "\-h, \-\-help" 4 |
156 | 156 | .IX Item "-h, --help" |
157 | 157 | Show the help message and exit |
158 | | -.IP "\-\-connect=CONNECT" 4 |
159 | | -.IX Item "--connect=CONNECT" |
| 158 | +.IP "\-\-connect=URI" 4 |
| 159 | +.IX Item "--connect=URI" |
160 | 160 | Connect to a non-default hypervisor. See \fIvirt\-install\fR\|(1) for details |
161 | 161 | .SS "General Options" |
162 | 162 | .IX Subsection "General Options" |
@@ -284,26 +284,28 @@ Clone a guest to a physical device which is at least as big as the |
284 | 284 | original guests disks. If the destination device is bigger, the |
285 | 285 | new guest can do a filesystem resize when it boots. |
286 | 286 | .PP |
287 | | -.Vb 5 |
| 287 | +.Vb 6 |
288 | 288 | \& # virt\-clone \e |
289 | 289 | \& \-\-connect qemu:///system \e |
290 | | -\& \-\-name demo \e |
| 290 | +\& \-\-original demo \e |
| 291 | +\& \-\-name newdemo \e |
291 | 292 | \& \-\-file /dev/HostVG/DemoVM \e |
292 | 293 | \& \-\-mac 52:54:00:34:11:54 |
293 | 294 | .Ve |
294 | 295 | .SH "AUTHOR" |
295 | 296 | .IX Header "AUTHOR" |
296 | | -Written by Kazuki Mizushima, and a team of many other contributors. See the \s-1AUTHORS\s0 |
297 | | -file in the source distribution for the complete list of credits. |
| 297 | +Written by Kazuki Mizushima, Cole Robinson, and a team of many other |
| 298 | +contributors. See the \s-1AUTHORS\s0 file in the source distribution for the |
| 299 | +complete list of credits. |
298 | 300 | .SH "BUGS" |
299 | 301 | .IX Header "BUGS" |
300 | 302 | Please see http://virt\-manager.org/page/BugReporting |
301 | 303 | .SH "COPYRIGHT" |
302 | 304 | .IX Header "COPYRIGHT" |
303 | | -Copyright (C) Fujitsu Limited 2007, and various contributors. |
304 | | -This is free software. You may redistribute copies of it under the terms of the \s-1GNU\s0 General |
305 | | -Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR. There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent |
306 | | -permitted by law. |
| 305 | +Copyright (C) Fujitsu Limited, and various contributors. |
| 306 | +This is free software. You may redistribute copies of it under the terms |
| 307 | +of the \s-1GNU\s0 General Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR. |
| 308 | +There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent permitted by law. |
307 | 309 | .SH "SEE ALSO" |
308 | 310 | .IX Header "SEE ALSO" |
309 | 311 | \&\f(CWvirsh(1)\fR, \f(CW\*(C`virt\-install(1)\*(C'\fR, \f(CW\*(C`virt\-manager(1)\*(C'\fR, the project website \f(CW\*(C`http://virt\-manager.org\*(C'\fR |
0 commit comments