Github user joeymcallister commented on a diff in the pull request: https://github.com/apache/geode/pull/644#discussion_r128320777 --- Diff: geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb --- @@ -24,13 +24,13 @@ The `gfsh.bat` and `gfsh` bash script automatically append the required Apache G ## <a id="concept_3B9C6CE2F64841E98C33D9F6441DF487__section_0D2EEA7A9ED54DFDB2E1EE955E47921E" class="no-quick-link"></a>JAR Libraries in CLASSPATH -When you start up `gfsh`, it will automatically load required JAR files that have been packaged in the `gfsh-dependencies.jar` file. You do not need to modify your CLASSPATH to run gfsh. When starting servers and locators in gfsh, the start server and start locator commands will load `server-dependencies.jar` and `locator-dependencies.jar` files into the process CLASSPATH for you. +When you start up `gfsh`, it will automatically load required JAR files that have been packaged in the `gfsh-dependencies.jar` file. You do not need to modify your CLASSPATH to run `gfsh`. -These dependency JAR files are packaged in your Apache Geode installation in the `$GEMFIRE/lib` (or on Windows, the `%GEODE_HOME%\lib`) directory. +The JAR files are packaged within your installation directory in the `lib` directory. ## <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 host name of your machine is configured in your system hosts file. For example, on Mac OSX you may need to map your machine's host name to your IP address in the `/etc/hosts` file in order for `gfsh` and Pulse to operate correctly. --- End diff -- Isn't "hostname" correct here?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---