(no ticket) Update OSX to macOS

Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/01312925
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/01312925
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/01312925

Branch: refs/heads/feature/GEM-1483
Commit: 01312925f600533700c3952cffb251d0a66f2158
Parents: 5eb0b94
Author: Dave Barnes <dbar...@pivotal.io>
Authored: Mon Jul 24 17:21:03 2017 -0700
Committer: Dave Barnes <dbar...@pivotal.io>
Committed: Mon Jul 24 17:21:03 2017 -0700

----------------------------------------------------------------------
 .../managing/region_compression/region_compression.html.md.erb     | 2 +-
 geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/01312925/geode-docs/managing/region_compression/region_compression.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/managing/region_compression/region_compression.html.md.erb 
b/geode-docs/managing/region_compression/region_compression.html.md.erb
index 90add1a..754dc85 100644
--- a/geode-docs/managing/region_compression/region_compression.html.md.erb
+++ b/geode-docs/managing/region_compression/region_compression.html.md.erb
@@ -136,7 +136,7 @@ When using region compression, you can use the default 
Snappy compressor include
 The compression API consists of a single interface that compression providers 
must implement. The default compressor (SnappyCompressor) is the single 
compression implementation that comes bundled with the product. Note that since 
the Compressor is stateless, there only needs to be a single instance in any 
JVM; however, multiple instances may be used without issue. The single, default 
instance of the SnappyCompressor may be retrieved with the 
`SnappyCompressor.getDefaultInstance()` static method.
 
 **Note:**
-The Snappy codec included with Geode cannot be used with Solaris deployments. 
Snappy is only supported on Linux, Windows, and OSX deployments of Geode.
+The Snappy codec included with Geode cannot be used with Solaris deployments. 
Snappy is only supported on Linux, Windows, and macOS deployments of Geode.
 
 This example provides a custom Compressor implementation:
 

http://git-wip-us.apache.org/repos/asf/geode/blob/01312925/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb 
b/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb
index 94125a7..7891855 100644
--- a/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb
@@ -30,7 +30,7 @@ The JAR files are packaged within your installation directory 
in the `lib` direc
 
 ## <a 
id="concept_3B9C6CE2F64841E98C33D9F6441DF487__section_02EEF9A519094EAD9D6B5C8E896EBA27"
 class="no-quick-link"></a>Machine Hostname
 
-On some operating systems, you may need to ensure that the hostname of your 
machine is configured in your system hosts file. For example, on Mac OSX you 
may need to map your machine's hostname to your IP address in the `/etc/hosts` 
file in order for `gfsh` and Pulse to operate correctly.
+On some operating systems, you may need to ensure that the hostname of your 
machine is configured in your system hosts file. For example, on macOS you may 
need to map your machine's hostname to your IP address in the `/etc/hosts` file 
in order for `gfsh` and Pulse to operate correctly.
 
 ## <a 
id="concept_3B9C6CE2F64841E98C33D9F6441DF487__section_3FA4CD2B451B4A30A12D30DDE8DF8619"
 class="no-quick-link"></a>Configuring gfsh Security
 

Reply via email to