]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix spelling for macOS
authorAndrea Bolognani <abologna@redhat.com>
Tue, 2 Apr 2019 09:04:46 +0000 (11:04 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 15 Apr 2019 09:09:10 +0000 (11:09 +0200)
Though it used to be called "Mac OS X" and "OS X" in the past,
it was never "MacOS X" nor "OS-X", and it's just "macOS" now.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
configure.ac
m4/virt-driver-network.m4
m4/virt-driver-qemu.m4
tools/virsh.pod

index 4afa4d4b78df58ffd135b96dbabf9f524a4c89a6..dcd78f64bfb1b9067e76d0d82c682656afd71d83 100644 (file)
@@ -180,13 +180,13 @@ want_ifconfig=no
 dnl Make some notes about which OS we're compiling for, as the lxc and qemu
 dnl drivers require linux headers, and storage_mpath, dtrace, and nwfilter
 dnl are also linux specific.  The "network" and storage_fs drivers are known
-dnl to not work on MacOS X presently, so we also make a note if compiling
+dnl to not work on macOS presently, so we also make a note if compiling
 dnl for that
 
-with_linux=no with_osx=no with_freebsd=no with_win=no with_cygwin=no
+with_linux=no with_macos=no with_freebsd=no with_win=no with_cygwin=no
 case $host in
   *-*-linux*) with_linux=yes ;;
-  *-*-darwin*) with_osx=yes ;;
+  *-*-darwin*) with_macos=yes ;;
   *-*-freebsd*) with_freebsd=yes ;;
   *-*-mingw* | *-*-msvc* ) with_win=yes ;;
   *-*-cygwin*) with_cygwin=yes ;;
@@ -627,9 +627,9 @@ if test "$with_libvirtd" = "no"; then
   with_storage_vstorage=no
 fi
 
-dnl storage-fs does not work on MacOS X
+dnl storage-fs does not work on macOS
 
-if test "$with_osx" = "yes"; then
+if test "$with_macos" = "yes"; then
   with_storage_fs=no
 fi
 
index 1fc9b204c6230c1c29e193a37163d9d47c177f5d..b98ce07c9cb500afa364526975cd75134c8895a6 100644 (file)
@@ -27,9 +27,9 @@ AC_DEFUN([LIBVIRT_DRIVER_CHECK_NETWORK], [
   AC_REQUIRE([LIBVIRT_DRIVER_CHECK_LXC])
 
   dnl there's no use compiling the network driver without the libvirt
-  dnl daemon, nor compiling it for MacOS X, where it breaks the compile
+  dnl daemon, nor compiling it for macOS, where it breaks the compile
 
-  if test "$with_libvirtd" = "no" || test "$with_osx" = "yes"; then
+  if test "$with_libvirtd" = "no" || test "$with_macos" = "yes"; then
     with_network=no
   fi
 
index 556599f1f3737f4db34a77bb0fbb9f58ba035307..a1d05bbd7f2766c6a8fdaaf1c5c9213ad91f3638 100644 (file)
@@ -40,7 +40,7 @@ AC_DEFUN([LIBVIRT_DRIVER_CHECK_QEMU], [
   fi
   AM_CONDITIONAL([WITH_QEMU], [test "$with_qemu" = "yes"])
 
-  if test $with_freebsd = yes || test $with_osx = yes; then
+  if test $with_freebsd = yes || test $with_macos = yes; then
     default_qemu_user=root
     default_qemu_group=wheel
   else
index b7ceba8d03a3c29d5e76ab1c715ceeafa6e0ff81..bb52de3eeda6d505f83287a0cfad80dcc25d5112 100644 (file)
@@ -2389,8 +2389,8 @@ See L<virkeycode-atset3(7)>
 
 =item B<os_x>
 
-The numeric values are those defined by the OS-X keyboard input
-subsystem. The symbolic names match the corresponding OS-X key
+The numeric values are those defined by the macOS keyboard input
+subsystem. The symbolic names match the corresponding macOS key
 constant macro names
 
 See L<virkeycode-osx(7)> and L<virkeyname-osx(7)>