From f955fec7601309ca3b33080cb6d49ea916be452e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 8 Jul 2014 23:01:05 +0100 Subject: [PATCH] docs: Remove useless "SHELL QUOTING" section from manual pages. --- align/virt-alignment-scan.pod | 7 ------- cat/virt-cat.pod | 7 ------- cat/virt-filesystems.pod | 7 ------- cat/virt-log.pod | 7 ------- cat/virt-ls.pod | 7 ------- df/virt-df.pod | 7 ------- edit/virt-edit.pod | 7 ------- inspector/virt-inspector.pod | 7 ------- rescue/virt-rescue.pod | 7 ------- resize/virt-resize.pod | 7 ------- sysprep/virt-sysprep.pod | 7 ------- tools/virt-list-filesystems | 7 ------- tools/virt-list-partitions | 7 ------- tools/virt-tar | 7 ------- tools/virt-win-reg | 5 ----- 15 files changed, 103 deletions(-) diff --git a/align/virt-alignment-scan.pod b/align/virt-alignment-scan.pod index 8dba46183..690b8009f 100644 --- a/align/virt-alignment-scan.pod +++ b/align/virt-alignment-scan.pod @@ -347,13 +347,6 @@ contains an explicit C<%pre> section that creates aligned partitions using L. Do not use the Kickstart C command. The NetApp document above contains an example. -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 EXIT STATUS This program returns: diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod index 530784149..da9bb9bdc 100644 --- a/cat/virt-cat.pod +++ b/cat/virt-cat.pod @@ -265,13 +265,6 @@ file from a disk image directly, use: where C is the disk image, C is the filesystem within the disk image, and C is the full path to the file. -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 EXIT STATUS This program returns 0 if successful, or non-zero if there was an diff --git a/cat/virt-filesystems.pod b/cat/virt-filesystems.pod index fd345acb8..00f15dc4e 100644 --- a/cat/virt-filesystems.pod +++ b/cat/virt-filesystems.pod @@ -378,13 +378,6 @@ for Perl or Python's built-in csv library). Most spreadsheets and databases can import CSV directly. -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 EXIT STATUS This program returns 0 if successful, or non-zero if there was an diff --git a/cat/virt-log.pod b/cat/virt-log.pod index 4ad970d0a..d8f503db8 100644 --- a/cat/virt-log.pod +++ b/cat/virt-log.pod @@ -127,13 +127,6 @@ Enable tracing of libguestfs API calls. =back -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 EXIT STATUS This program returns 0 if successful, or non-zero if there was an diff --git a/cat/virt-ls.pod b/cat/virt-ls.pod index 38c759ad5..928e14b53 100644 --- a/cat/virt-ls.pod +++ b/cat/virt-ls.pod @@ -510,13 +510,6 @@ for Perl or Python's built-in csv library). Most spreadsheets and databases can import CSV directly. -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 EXIT STATUS This program returns 0 if successful, or non-zero if there was an diff --git a/df/virt-df.pod b/df/virt-df.pod index 8c444670a..ce256cda0 100644 --- a/df/virt-df.pod +++ b/df/virt-df.pod @@ -248,13 +248,6 @@ for Perl or Python's built-in csv library). Most spreadsheets and databases can import CSV directly. -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 EXIT STATUS This program returns 0 if successful, or non-zero if there was an diff --git a/edit/virt-edit.pod b/edit/virt-edit.pod index 7499a1aea..911f585c1 100644 --- a/edit/virt-edit.pod +++ b/edit/virt-edit.pod @@ -381,13 +381,6 @@ If not set, C is used. =back -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 EXIT STATUS This program returns 0 if successful, or non-zero if there was an diff --git a/inspector/virt-inspector.pod b/inspector/virt-inspector.pod index 66ca27662..f8744b1e7 100644 --- a/inspector/virt-inspector.pod +++ b/inspector/virt-inspector.pod @@ -361,13 +361,6 @@ For example: virt-inspector --xpath 'string(//icon)' | base64 -i -d | display - [displays the guest icon, if there is one] -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 GETTING INSPECTION DATA FROM THE LIBGUESTFS API In early versions of libguestfs, virt-inspector was a large Perl diff --git a/rescue/virt-rescue.pod b/rescue/virt-rescue.pod index 6e209d80f..bf4c164b0 100644 --- a/rescue/virt-rescue.pod +++ b/rescue/virt-rescue.pod @@ -390,13 +390,6 @@ using L. For example: Several environment variables affect virt-rescue. See L for the complete list. -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 FILES =over 4 diff --git a/resize/virt-resize.pod b/resize/virt-resize.pod index 2c1f901db..aa5f07d9b 100644 --- a/resize/virt-resize.pod +++ b/resize/virt-resize.pod @@ -743,13 +743,6 @@ L includes a module called C which can be used to grow the root partition when the guest first boots up. There is documentation for this module in an associated README file. -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 EXIT STATUS This program returns 0 if successful, or non-zero if there was an diff --git a/sysprep/virt-sysprep.pod b/sysprep/virt-sysprep.pod index b59c79634..f40f91d0b 100644 --- a/sysprep/virt-sysprep.pod +++ b/sysprep/virt-sysprep.pod @@ -511,13 +511,6 @@ module: Windows 8 "fast startup" can prevent virt-sysprep from working. See L. -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 EXIT STATUS This program returns 0 on success, or 1 if there was an error. diff --git a/tools/virt-list-filesystems b/tools/virt-list-filesystems index 3a179debd..fdd6cc934 100755 --- a/tools/virt-list-filesystems +++ b/tools/virt-list-filesystems @@ -178,13 +178,6 @@ foreach $dev (sort keys %fses) { } } -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 SEE ALSO L, diff --git a/tools/virt-list-partitions b/tools/virt-list-partitions index 2487b5697..7295c1492 100755 --- a/tools/virt-list-partitions +++ b/tools/virt-list-partitions @@ -260,13 +260,6 @@ sub human_size } } -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 SEE ALSO L, diff --git a/tools/virt-tar b/tools/virt-tar index 41d875cc7..5e314e888 100755 --- a/tools/virt-tar +++ b/tools/virt-tar @@ -289,13 +289,6 @@ $g->close (); exit 0; -=head1 SHELL QUOTING - -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 SEE ALSO L, diff --git a/tools/virt-win-reg b/tools/virt-win-reg index a47db9721..3c6f600f4 100755 --- a/tools/virt-win-reg +++ b/tools/virt-win-reg @@ -782,11 +782,6 @@ backslashes (but not both) to protect them from the shell. Paths and value names are case-insensitive. -Libvirt guest names can contain arbitrary characters, some of which -have meaning to the shell such as C<#> and space. You may need to -quote or escape these characters on the command line. See the shell -manual page L for details. - =head1 SEE ALSO L,