Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 9dd3dec

Browse files
committed
Various man page updates
1 parent cc68358 commit 9dd3dec

10 files changed

Lines changed: 143 additions & 109 deletions

man/en/virt-clone.1

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
.\" ========================================================================
125125
.\"
126126
.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"
128128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129129
.\" way too many mistakes in technical documents.
130130
.if n .ad l
@@ -155,8 +155,8 @@ storage options via \-file.
155155
.IP "\-h, \-\-help" 4
156156
.IX Item "-h, --help"
157157
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"
160160
Connect to a non-default hypervisor. See \fIvirt\-install\fR\|(1) for details
161161
.SS "General Options"
162162
.IX Subsection "General Options"
@@ -284,26 +284,28 @@ Clone a guest to a physical device which is at least as big as the
284284
original guests disks. If the destination device is bigger, the
285285
new guest can do a filesystem resize when it boots.
286286
.PP
287-
.Vb 5
287+
.Vb 6
288288
\& # virt\-clone \e
289289
\& \-\-connect qemu:///system \e
290-
\& \-\-name demo \e
290+
\& \-\-original demo \e
291+
\& \-\-name newdemo \e
291292
\& \-\-file /dev/HostVG/DemoVM \e
292293
\& \-\-mac 52:54:00:34:11:54
293294
.Ve
294295
.SH "AUTHOR"
295296
.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.
298300
.SH "BUGS"
299301
.IX Header "BUGS"
300302
Please see http://virt\-manager.org/page/BugReporting
301303
.SH "COPYRIGHT"
302304
.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.
307309
.SH "SEE ALSO"
308310
.IX Header "SEE ALSO"
309311
\&\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

man/en/virt-clone.pod

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ storage options via -file.
3434

3535
Show the help message and exit
3636

37-
=item --connect=CONNECT
37+
=item --connect=URI
3838

3939
Connect to a non-default hypervisor. See L<virt-install(1)> for details
4040

@@ -192,25 +192,27 @@ new guest can do a filesystem resize when it boots.
192192

193193
# virt-clone \
194194
--connect qemu:///system \
195-
--name demo \
195+
--original demo \
196+
--name newdemo \
196197
--file /dev/HostVG/DemoVM \
197198
--mac 52:54:00:34:11:54
198199

199200
=head1 AUTHOR
200201

201-
Written by Kazuki Mizushima, and a team of many other contributors. See the AUTHORS
202-
file in the source distribution for the complete list of credits.
202+
Written by Kazuki Mizushima, Cole Robinson, and a team of many other
203+
contributors. See the AUTHORS file in the source distribution for the
204+
complete list of credits.
203205

204206
=head1 BUGS
205207

206208
Please see http://virt-manager.org/page/BugReporting
207209

208210
=head1 COPYRIGHT
209211

210-
Copyright (C) Fujitsu Limited 2007, and various contributors.
211-
This is free software. You may redistribute copies of it under the terms of the GNU General
212-
Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
213-
permitted by law.
212+
Copyright (C) Fujitsu Limited, and various contributors.
213+
This is free software. You may redistribute copies of it under the terms
214+
of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
215+
There is NO WARRANTY, to the extent permitted by law.
214216

215217
=head1 SEE ALSO
216218

man/en/virt-convert.1

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
.\" ========================================================================
125125
.\"
126126
.IX Title "VIRT-CONVERT 1"
127-
.TH VIRT-CONVERT 1 "2011-07-18" "" "Virtual Machine Install Tools"
127+
.TH VIRT-CONVERT 1 "2012-07-08" "" "Virtual Machine Install Tools"
128128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129129
.\" way too many mistakes in technical documents.
130130
.if n .ad l
@@ -235,18 +235,19 @@ Convert a 64\-bit hvm guest:
235235
.Ve
236236
.SH "AUTHOR"
237237
.IX Header "AUTHOR"
238-
Written by Joey Boggs and John Levon
238+
Written by Joey Boggs, John Levon, and Cole Robinson
239239
.PP
240-
See the \s-1AUTHORS\s0 file in the source distribution for the complete list of credits.
240+
See the \s-1AUTHORS\s0 file in the source distribution for the complete list
241+
of credits.
241242
.SH "BUGS"
242243
.IX Header "BUGS"
243244
Please see http://virt\-manager.org/page/BugReporting
244245
.SH "COPYRIGHT"
245246
.IX Header "COPYRIGHT"
246-
Copyright (C) 2006\-2008 Red Hat, Inc, and various contributors.
247-
This is free software. You may redistribute copies of it under the terms of the \s-1GNU\s0 General
248-
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
249-
permitted by law.
247+
Copyright (C) 2006\-2012 Red Hat, Inc, and various contributors.
248+
This is free software. You may redistribute copies of it under the terms
249+
of the \s-1GNU\s0 General Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR.
250+
There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent permitted by law.
250251
.SH "SEE ALSO"
251252
.IX Header "SEE ALSO"
252253
\&\fIvirt\-image\fR\|(5), the project website \f(CW\*(C`http://virt\-manager.org\*(C'\fR

man/en/virt-convert.pod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,20 +144,21 @@ Convert a 64-bit hvm guest:
144144

145145
=head1 AUTHOR
146146

147-
Written by Joey Boggs and John Levon
147+
Written by Joey Boggs, John Levon, and Cole Robinson
148148

149-
See the AUTHORS file in the source distribution for the complete list of credits.
149+
See the AUTHORS file in the source distribution for the complete list
150+
of credits.
150151

151152
=head1 BUGS
152153

153154
Please see http://virt-manager.org/page/BugReporting
154155

155156
=head1 COPYRIGHT
156157

157-
Copyright (C) 2006-2008 Red Hat, Inc, and various contributors.
158-
This is free software. You may redistribute copies of it under the terms of the GNU General
159-
Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
160-
permitted by law.
158+
Copyright (C) 2006-2012 Red Hat, Inc, and various contributors.
159+
This is free software. You may redistribute copies of it under the terms
160+
of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
161+
There is NO WARRANTY, to the extent permitted by law.
161162

162163
=head1 SEE ALSO
163164

man/en/virt-image-xml.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Please see C<http://virt-manager.org/page/BugReporting>
233233

234234
=head1 COPYRIGHT
235235

236-
Copyright (C) 2006-2007 Red Hat, Inc, and various contributors.
236+
Copyright (C) 2006-2012 Red Hat, Inc, and various contributors.
237237
This is free software. You may redistribute copies of it under the terms
238238
of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
239239
There is NO WARRANTY, to the extent permitted by law.

man/en/virt-image.1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
.\" ========================================================================
125125
.\"
126126
.IX Title "VIRT-IMAGE 1"
127-
.TH VIRT-IMAGE 1 "2012-01-24" "" "Virtual Machine Install Tools"
127+
.TH VIRT-IMAGE 1 "2012-07-08" "" "Virtual Machine Install Tools"
128128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129129
.\" way too many mistakes in technical documents.
130130
.if n .ad l
@@ -155,8 +155,8 @@ line option.
155155
.IP "\-h, \-\-help" 4
156156
.IX Item "-h, --help"
157157
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"
160160
Connect to a non-default hypervisor. See \fIvirt\-install\fR\|(1) for details
161161
.SS "General Options"
162162
.IX Subsection "General Options"
@@ -279,25 +279,25 @@ Create and start a guest called \f(CW\*(C`example\*(C'\fR with a \s-1VNC\s0 cons
279279
\&\f(CW\*(C`image.xml\*(C'\fR:
280280
.PP
281281
.Vb 1
282-
\& # virt\-image \-\-name example \-\-vnc \-i image.xml
282+
\& # virt\-image \-\-name example \-\-vnc image.xml
283283
.Ve
284284
.PP
285285
Print the libvirt \s-1XML\s0 for a guest called \f(CW\*(C`example\*(C'\fR without graphics, but
286286
do not create or start a virtual machine:
287287
.PP
288288
.Vb 1
289-
\& # virt\-image \-\-print \-\-name example \-\-nographics \-\-image image.xml
289+
\& # virt\-image \-\-print \-\-name example \-\-nographics image.xml
290290
.Ve
291291
.SH "AUTHOR"
292292
.IX Header "AUTHOR"
293-
Written by David Lutterkort. See the \s-1AUTHORS\s0 file in the source
294-
distribution for the complete list of credits.
293+
Written by David Lutterkort and Cole Robinson. See the \s-1AUTHORS\s0 file in
294+
the source distribution for the complete list of credits.
295295
.SH "BUGS"
296296
.IX Header "BUGS"
297297
Please see http://virt\-manager.org/page/BugReporting
298298
.SH "COPYRIGHT"
299299
.IX Header "COPYRIGHT"
300-
Copyright (C) 2006\-2007 Red Hat, Inc, and various contributors.
300+
Copyright (C) 2006\-2012 Red Hat, Inc, and various contributors.
301301
This is free software. You may redistribute copies of it under the terms
302302
of the \s-1GNU\s0 General Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR.
303303
There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent permitted by law.

man/en/virt-image.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
.\" ========================================================================
125125
.\"
126126
.IX Title "virt-image 5"
127-
.TH virt-image 5 "2011-04-15" "" "Virtual Machine Install Tools"
127+
.TH virt-image 5 "2012-07-08" "" "Virtual Machine Install Tools"
128128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129129
.\" way too many mistakes in technical documents.
130130
.if n .ad l
@@ -319,7 +319,7 @@ for the complete list of credits.
319319
Please see \f(CW\*(C`http://virt\-manager.org/page/BugReporting\*(C'\fR
320320
.SH "COPYRIGHT"
321321
.IX Header "COPYRIGHT"
322-
Copyright (C) 2006\-2007 Red Hat, Inc, and various contributors.
322+
Copyright (C) 2006\-2012 Red Hat, Inc, and various contributors.
323323
This is free software. You may redistribute copies of it under the terms
324324
of the \s-1GNU\s0 General Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR.
325325
There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent permitted by law.

man/en/virt-image.pod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ line option.
3434

3535
Show the help message and exit
3636

37-
=item --connect=CONNECT
37+
=item --connect=URI
3838

3939
Connect to a non-default hypervisor. See L<virt-install(1)> for details
4040

@@ -219,25 +219,25 @@ Print debugging information.
219219
Create and start a guest called C<example> with a VNC console from
220220
C<image.xml>:
221221

222-
# virt-image --name example --vnc -i image.xml
222+
# virt-image --name example --vnc image.xml
223223

224224
Print the libvirt XML for a guest called C<example> without graphics, but
225225
do not create or start a virtual machine:
226226

227-
# virt-image --print --name example --nographics --image image.xml
227+
# virt-image --print --name example --nographics image.xml
228228

229229
=head1 AUTHOR
230230

231-
Written by David Lutterkort. See the AUTHORS file in the source
232-
distribution for the complete list of credits.
231+
Written by David Lutterkort and Cole Robinson. See the AUTHORS file in
232+
the source distribution for the complete list of credits.
233233

234234
=head1 BUGS
235235

236236
Please see http://virt-manager.org/page/BugReporting
237237

238238
=head1 COPYRIGHT
239239

240-
Copyright (C) 2006-2007 Red Hat, Inc, and various contributors.
240+
Copyright (C) 2006-2012 Red Hat, Inc, and various contributors.
241241
This is free software. You may redistribute copies of it under the terms
242242
of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
243243
There is NO WARRANTY, to the extent permitted by law.

0 commit comments

Comments
 (0)