mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Use Unicode single quotes ‘’ in place of `' in strings throughout.
See: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
This commit is contained in:
@@ -76,7 +76,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: check alignment of virtual machine partitions\n"
|
||||
|
||||
@@ -56,7 +56,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: display files in a virtual machine\n"
|
||||
|
||||
@@ -90,7 +90,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
|
||||
@@ -65,7 +65,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: display log files in a virtual machine\n"
|
||||
|
||||
2
cat/ls.c
2
cat/ls.c
@@ -93,7 +93,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: list files in a virtual machine\n"
|
||||
|
||||
@@ -62,7 +62,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: follow (tail) files in a virtual machine\n"
|
||||
|
||||
@@ -69,7 +69,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: display free space on virtual filesystems\n"
|
||||
|
||||
@@ -102,7 +102,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: list differences between virtual machines\n"
|
||||
|
||||
@@ -65,7 +65,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: Edit a file in a virtual machine\n"
|
||||
|
||||
@@ -112,7 +112,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: guest filesystem shell\n"
|
||||
|
||||
@@ -68,7 +68,7 @@ usage (int status)
|
||||
_("IMPORTANT NOTE: This program ERASES ALL DATA on disks.");
|
||||
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n%s\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n%s\n"),
|
||||
getprogname (), warning);
|
||||
else {
|
||||
printf (_("%s: erase and make a blank disk\n"
|
||||
|
||||
@@ -100,7 +100,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: FUSE module for libguestfs\n"
|
||||
|
||||
@@ -53,7 +53,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: clean up a mounted filesystem\n"
|
||||
|
||||
@@ -72,7 +72,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: display information about a virtual machine\n"
|
||||
|
||||
@@ -76,7 +76,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: make a filesystem from a tar archive or files\n"
|
||||
|
||||
@@ -70,7 +70,7 @@ cleanup_option_list (void *ptr)
|
||||
static void __attribute__((noreturn))
|
||||
show_error (int status)
|
||||
{
|
||||
fprintf (stderr, _("Try `%s --help' or consult %s(1) for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ or consult %s(1) for more information.\n"),
|
||||
getprogname (), getprogname ());
|
||||
exit (status);
|
||||
}
|
||||
|
||||
@@ -89,7 +89,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: Convert a physical machine to use KVM\n"
|
||||
|
||||
@@ -77,7 +77,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: Run a rescue shell on a virtual machine\n"
|
||||
|
||||
@@ -51,7 +51,7 @@ let parse_cmdline () =
|
||||
| "warn" | "warning" | "w" -> check_tmpdir := `Warn
|
||||
| "fail" | "f" | "error" -> check_tmpdir := `Fail
|
||||
| str ->
|
||||
error (f_"--check-tmpdir: unknown argument `%s'") str
|
||||
error (f_"--check-tmpdir: unknown argument ‘%s’") str
|
||||
in
|
||||
|
||||
let compress = ref false in
|
||||
|
||||
@@ -160,7 +160,7 @@ connect_and_load_pool (value connv, value poolnamev)
|
||||
if (!pool) {
|
||||
err = virGetLastError ();
|
||||
snprintf (errmsg, sizeof errmsg,
|
||||
_("cannot find libvirt pool '%s': %s\n\nUse `virsh pool-list --all' to list all available pools, and `virsh pool-dumpxml <pool>' to display details about a particular pool.\n\nTo set the pool which virt-v2v uses, add the `-os <pool>' option."),
|
||||
_("cannot find libvirt pool '%s': %s\n\nUse ‘virsh pool-list --all’ to list all available pools, and ‘virsh pool-dumpxml <pool>’ to display details about a particular pool.\n\nTo set the pool which virt-v2v uses, add the ‘-os <pool>’ option."),
|
||||
poolname, err->message);
|
||||
virConnectClose (conn);
|
||||
caml_invalid_argument (errmsg);
|
||||
|
||||
@@ -18,7 +18,7 @@ notes=CentOS 6.6
|
||||
|
||||
builder/website/centos.sh
|
||||
|
||||
Note that `virt-builder centos-6' will always install the latest
|
||||
Note that ‘virt-builder centos-6’ will always install the latest
|
||||
6.x release.
|
||||
|
||||
[centos-7.0]
|
||||
@@ -929,7 +929,7 @@ notes=Scientific Linux 6.5
|
||||
|
||||
builder/website/scientificlinux.sh
|
||||
|
||||
Note that `virt-builder scientificlinux-6' will always install the
|
||||
Note that ‘virt-builder scientificlinux-6’ will always install the
|
||||
latest 6.x release.
|
||||
|
||||
[ubuntu-10.04]
|
||||
|
||||
@@ -21,7 +21,7 @@ notes=CentOS 6.6
|
||||
|
||||
builder/website/centos.sh
|
||||
|
||||
Note that `virt-builder centos-6' will always install the latest
|
||||
Note that ‘virt-builder centos-6’ will always install the latest
|
||||
6.x release.
|
||||
|
||||
[centos-7.0]
|
||||
@@ -932,7 +932,7 @@ notes=Scientific Linux 6.5
|
||||
|
||||
builder/website/scientificlinux.sh
|
||||
|
||||
Note that `virt-builder scientificlinux-6' will always install the
|
||||
Note that ‘virt-builder scientificlinux-6’ will always install the
|
||||
latest 6.x release.
|
||||
|
||||
[ubuntu-10.04]
|
||||
@@ -1056,17 +1056,17 @@ notes=Ubuntu 16.04 (Xenial).
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIcBAEBAgAGBQJYTyDMAAoJEJFzj3Pht2ig2wQP/0lghEEUc9KjtEpJlxvxN31A
|
||||
yfYsiVTgySZbUdj1NuJqIxRNi0S5mdegOcfNOXZY8868WMvMIQwmKzr8jULlaRZD
|
||||
DOl+bd3dTkvQW8gScf5EX4NTzmGuib4K8wrdTHbhbAwqh+/B4oWh7LAYz+LibP5e
|
||||
pro8rxVKIRkR2P9te87nMn2+RJIjMYvFu9mOKAo/tTNVwmxJsBeMtS/9mZ9bllCJ
|
||||
iCCbLYKAAxw3OXziPBTWGGQ4Rd+3Z4vkbOtxVpwxWDtXdaPCuuh3yTiBpLo/1Xjb
|
||||
Q3kcn+bYeKIESDXr92ghOcqsF0H/6ftrsb6i6KdmbYQVIZ/jpk6vsptOFgAs1wSk
|
||||
Fh9R8Tyw4pdH+xtG9M3wKMZY/SZELLHkAU8nSrZLCZBAxc/UTHMrJE7R/wILZH1T
|
||||
a9FgvHqD+auY9BV90ThG5dua46B33engFAVSNj7jk5Yq9369I1M0vZTgc3DMVm9g
|
||||
Pn0ndhF2qJgZRbKesaCUNGw32K4YZBAVLIrLt5dQb2eJGkBRKRh1YOl6ZysyENZ2
|
||||
zovTJlWDOU4QtCaAIhc54Hrjmi6U+LCzCr4aCBKl9NCVR6J4968QpR5YbdRDQYXK
|
||||
34OPfR2g5VBikGcKICX9PHrZnyX3+psBZUWzsKEXQoK7oyeTcAMCdQjjLYkvhJzp
|
||||
482IxDdIvWScgOQ4h1+2
|
||||
=/Y3N
|
||||
iQIcBAEBAgAGBQJY3XAwAAoJEJFzj3Pht2igWTAQALOxRpmjPwa/mFreozK0PqUN
|
||||
4k7FUjFvOpRlIp7h9LotmoOY9M7x/Eny4t7iTAn+/wNUfvyIOgwo+GvHc56TRosI
|
||||
Ye6oCdB1Vfa2a9pW510W2uzI2sPd3pNda0zc8066yP8TrMhMp26rKnzJg+TWBM5A
|
||||
xJlVWCOeXFmNFU9WA/AJXoZNDW4dWvwFgHoiTtOuMDgR/1qTIlwDqnFYc6pTQm/h
|
||||
kH2HWToKMol68ONgt8r/f/Qy6eRmwybh+o5Wo8aBvplsQdJwusl9LC938CxxHR+1
|
||||
FDuQe71LanAyqqT56EBZKmbjRu0EvZAULfVcY0DvxTIy2365oJlMck4IR2rH16mI
|
||||
O8pQZiA/o7xh9xbbuOaZ+eRU8NfwRvHI+W+kgfnWhcZZ16khIYPURmbq01IeLtDz
|
||||
hXZ1kDjRTK7+zNiiDMXSz5P/8CZBNWrnSKrjl9s2dnoQnX0QxXipkCWrOYyPmKvO
|
||||
mphb8LjjFyEKwPI092rOTh9KQvJHQGXjXRip/LBTmLkUyrA4lE35Tdm0d9Z6GrXZ
|
||||
Qii8aXGJ1F4N52hG40T8ZOpSHvqRc3LkEhqbJQ61aQCNm3NtJJbKeEOAwRSKU/O0
|
||||
x6S6YheEzolmSncEjALGKi8A/EEvo35p3KIcQzeWCrbWA8J7+vfXHoS1mELanZcL
|
||||
yVA++kRpnW7Cl1dfkSm3
|
||||
=6RVP
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
Reference in New Issue
Block a user