]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
doc: replace "Mac OS X" by "OS X"
authorVincent Bernat <vincent@bernat.im>
Sun, 31 Jan 2016 14:34:31 +0000 (15:34 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 31 Jan 2016 14:34:31 +0000 (15:34 +0100)
README.md
m4/os.m4

index fc253ab3b81d61f0fa6cb4cb465522bb38cc599e..eb04adae7fa7b6f416d270dd9b0e3aeb5a4cd3ac 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ The following OS are supported:
 
  * FreeBSD
  * GNU/Linux
- * Mac OS X
+ * OS X
  * NetBSD
  * OpenBSD
  * Solaris
@@ -56,10 +56,10 @@ syslog, copy `/etc/locatime` into the chroot.
 line. If you don't want to run it as root, just install it setuid or
 setgid `_lldpd`.
 
-Installation (Mac OS X)
+Installation (OS X)
 -----------------------
 
-The same procedure as above applies for Mac OS X. However, there are
+The same procedure as above applies for OS X. However, there are
 simpler alternatives:
 
  1. Use [Homebrew](http://mxcl.github.io/homebrew/):
@@ -68,7 +68,7 @@ simpler alternatives:
         # Or, for the latest version:
         brew install https://raw.github.com/vincentbernat/lldpd/master/osx/lldpd.rb
 
- 2. Build an OSX installer package which should work on the same
+ 2. Build an OS X installer package which should work on the same
     version of OS X (it is important to use a separate build
     directory):
  
@@ -77,7 +77,7 @@ simpler alternatives:
             --without-json --without-snmp
         make -C osx pkg ARCHS="i386 x86_64"
 
-    If you want to compile for an older version of Mac OS X, you need
+    If you want to compile for an older version of OS X, you need
     to find the right SDK and issues commands like those:
 
         SDK=/Developer/SDKs/MacOSX10.6.sdk
index feaa49a3df5584f340f5477b977da80a47c39fc0..a8dae03f975ba8950eafb5aad058dba1d4e1d2b6 100644 (file)
--- a/m4/os.m4
+++ b/m4/os.m4
@@ -22,7 +22,7 @@ AC_DEFUN([lldp_CHECK_OS], [
   lldp_DEFINE_OS(dragonfly*, [DragonFly BSD], DRAGONFLY)
   lldp_DEFINE_OS(openbsd*, OpenBSD, OPENBSD)
   lldp_DEFINE_OS(netbsd*, NetBSD, NETBSD)
-  lldp_DEFINE_OS(darwin*, [Mac OS X], OSX)
+  lldp_DEFINE_OS(darwin*, [OS X], OSX)
   lldp_DEFINE_OS(solaris*, Solaris, SOLARIS)
 
   if test x"$os" = x; then