From b9d81025ca8c313eaabde7b4dcc6d541fcdbdec0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 31 Jan 2016 15:34:31 +0100 Subject: [PATCH] doc: replace "Mac OS X" by "OS X" --- README.md | 10 +++++----- m4/os.m4 | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fc253ab3..eb04adae 100644 --- 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 diff --git a/m4/os.m4 b/m4/os.m4 index feaa49a3..a8dae03f 100644 --- 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 -- 2.39.5