You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2016/12/23 22:55:05 UTC

geode git commit: CTR: Doc simplification of gfsh description

Repository: geode
Updated Branches:
  refs/heads/develop 92a76dc50 -> d47bbd01d


CTR: Doc simplification of gfsh description


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

Branch: refs/heads/develop
Commit: d47bbd01d1017a580c0904f4c313fd6c6658b598
Parents: 92a76dc
Author: Karen Miller <km...@pivotal.io>
Authored: Fri Dec 23 14:49:08 2016 -0800
Committer: Karen Miller <km...@pivotal.io>
Committed: Fri Dec 23 14:49:08 2016 -0800

----------------------------------------------------------------------
 .../master_middleman/source/subnavs/geode-subnav.erb      |  2 +-
 .../cluster_config/deploying_application_jars.html.md.erb |  2 +-
 .../configuring/running/running_the_locator.html.md.erb   |  2 +-
 .../running/starting_up_shutting_down.html.md.erb         |  2 +-
 .../getting_started/15_minute_quickstart_gfsh.html.md.erb |  2 +-
 .../disk_storage/managing_disk_stores_cmds.html.md.erb    |  2 +-
 geode-docs/tools_modules/book_intro.html.md.erb           |  4 ++--
 .../tools_modules/gfsh/chapter_overview.html.md.erb       | 10 +++++-----
 8 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/d47bbd01/geode-book/master_middleman/source/subnavs/geode-subnav.erb
----------------------------------------------------------------------
diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index e6d40d0..cb77952 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -1735,7 +1735,7 @@ limitations under the License.
                 <ul>
                     <li class="has_submenu">
                         <a href="/docs/guide/tools_modules/gfsh/chapter_overview.html">
-                            gfsh (Geode SHell)</a>
+gfsh</a>
                         <ul>
                             <li>
                                 <a href="/docs/guide/tools_modules/gfsh/about_gfsh.html">What You Can Do with gfsh</a>

http://git-wip-us.apache.org/repos/asf/geode/blob/d47bbd01/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb b/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb
index 1e43753..e63fbac 100644
--- a/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb
+++ b/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb
@@ -87,7 +87,7 @@ datanode1 | group1_functions.jar | /usr/local/gemfire/deploy/vf.gf#group1_functi
 datanode2 | group1_functions.jar | /usr/local/gemfire/deploy/vf.gf#group1_functions.jar#1
 ```
 
-For more information on `gfsh` usage, see [gfsh (Geode SHell)](../../tools_modules/gfsh/chapter_overview.html).
+For more information on `gfsh` usage, see [gfsh](../../tools_modules/gfsh/chapter_overview.html).
 
 ## <a id="concept_4436C021FB934EC4A330D27BD026602C__section_D36E345C6E254D27B0F4B0C8711F5E6A" class="no-quick-link"></a>Deployment Location for JAR Files
 

http://git-wip-us.apache.org/repos/asf/geode/blob/d47bbd01/geode-docs/configuring/running/running_the_locator.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/running_the_locator.html.md.erb b/geode-docs/configuring/running/running_the_locator.html.md.erb
index a8c2d7d..252d7e3 100644
--- a/geode-docs/configuring/running/running_the_locator.html.md.erb
+++ b/geode-docs/configuring/running/running_the_locator.html.md.erb
@@ -68,7 +68,7 @@ See [Overview of the Cluster Configuration Service](../cluster_config/gfsh_persi
 Use the following guidelines to start the locator:
 
 -   **Standalone locator**. Start a standalone locator in one of these ways:
-    -   Use the `gfsh` command-line utility. See [`gfsh` (Geode SHell)](../../tools_modules/gfsh/chapter_overview.html) for more information on using `gfsh`. For example:
+    -   Use the `gfsh` command-line utility. See [`gfsh`](../../tools_modules/gfsh/chapter_overview.html) for more information on using `gfsh`. For example:
 
         ``` pre
         gfsh>start locator --name=locator1

http://git-wip-us.apache.org/repos/asf/geode/blob/d47bbd01/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb b/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb
index 86f6acb..2a06f0b 100644
--- a/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb
+++ b/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb
@@ -23,7 +23,7 @@ Determine the proper startup and shutdown procedures, and write your startup and
 
 Well-designed procedures for starting and stopping your system can speed startup and protect your data. The processes you need to start and stop include server and locator processes and your other Geode applications, including clients. The procedures you use depend in part on your system\u2019s configuration and the dependencies between your system processes.
 
-Use the following guidelines to create startup and shutdown procedures and scripts. Some of these instructions use [`gfsh` (Geode SHell)](../../tools_modules/gfsh/chapter_overview.html).
+Use the following guidelines to create startup and shutdown procedures and scripts. Some of these instructions use [`gfsh`](../../tools_modules/gfsh/chapter_overview.html).
 
 ## <a id="starting_up_shutting_down__section_3D111558326D4A38BE48C17D44BB66DB" class="no-quick-link"></a>Starting Up Your System
 

http://git-wip-us.apache.org/repos/asf/geode/blob/d47bbd01/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb b/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb
index a5971ca..227fc76 100644
--- a/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb
+++ b/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb
@@ -28,7 +28,7 @@ See [How to Install](installation/install_standalone.html#concept_0129F6A1D0EB42
 
 ## <a id="topic_FE3F28ED18E145F787431EC87B676A76__section_582F8CBBD99D42F1A55C07591E2E9E9E" class="no-quick-link"></a>Step 2: Use gfsh to start a locator
 
-In a terminal window, use the `gfsh` command line interface to start up a locator. Apache Geode *gfsh* (pronounced "jee-fish") provides a single, intuitive command-line interface from which you can launch, manage, and monitor Apache Geode processes, data, and applications. See [gfsh (Geode SHell)](../tools_modules/gfsh/chapter_overview.html).
+In a terminal window, use the `gfsh` command line interface to start up a locator. Apache Geode *gfsh* (pronounced "jee-fish") provides a single, intuitive command-line interface from which you can launch, manage, and monitor Apache Geode processes, data, and applications. See [gfsh](../tools_modules/gfsh/chapter_overview.html).
 
 The *locator* is a Geode process that tells new, connecting members where running members are located and provides load balancing for server use. A locator, by default, starts up a JMX Manager, which is used for monitoring and managing a Geode cluster. The cluster configuration service uses locators to persist and distribute cluster configurations to cluster members. See [Running Geode Locator Processes](../configuring/running/running_the_locator.html) and [Overview of the Cluster Configuration Service](../configuring/cluster_config/gfsh_persist.html).
 

http://git-wip-us.apache.org/repos/asf/geode/blob/d47bbd01/geode-docs/managing/disk_storage/managing_disk_stores_cmds.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/managing/disk_storage/managing_disk_stores_cmds.html.md.erb b/geode-docs/managing/disk_storage/managing_disk_stores_cmds.html.md.erb
index 1578e51..08ba151 100644
--- a/geode-docs/managing/disk_storage/managing_disk_stores_cmds.html.md.erb
+++ b/geode-docs/managing/disk_storage/managing_disk_stores_cmds.html.md.erb
@@ -20,7 +20,7 @@ limitations under the License.
 -->
 
 <a id="concept_8E6C4AD311674880941DA0F224A7BF39__section_4AFD4B9EECDA448BA5235FB1C32A48F1"></a>
-You can manage your disk stores using the gfsh command-line tool. For more information on `gfsh` commands, see [gfsh (Geode SHell)](../../tools_modules/gfsh/chapter_overview.html) and [Disk Store Commands](../../tools_modules/gfsh/quick_ref_commands_by_area.html#topic_1ACC91B493EE446E89EC7DBFBBAE00EA).
+You can manage your disk stores using the gfsh command-line tool. For more information on `gfsh` commands, see [gfsh](../../tools_modules/gfsh/chapter_overview.html) and [Disk Store Commands](../../tools_modules/gfsh/quick_ref_commands_by_area.html#topic_1ACC91B493EE446E89EC7DBFBBAE00EA).
 
 **Note:**
 Each of these commands operates either on the online disk stores or offline disk stores, but not both.

http://git-wip-us.apache.org/repos/asf/geode/blob/d47bbd01/geode-docs/tools_modules/book_intro.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/tools_modules/book_intro.html.md.erb b/geode-docs/tools_modules/book_intro.html.md.erb
index a6db1d2..e7390c5 100644
--- a/geode-docs/tools_modules/book_intro.html.md.erb
+++ b/geode-docs/tools_modules/book_intro.html.md.erb
@@ -23,9 +23,9 @@ limitations under the License.
 
 <a id="deploy_run__section_tool_intro"></a>
 
--   **[gfsh (Geode SHell)](gfsh/chapter_overview.html)**
+-   **[gfsh](gfsh/chapter_overview.html)**
 
-    Geode gfsh (pronounced "jee-fish") provides a single, powerful command-line interface from which you can launch, manage, and monitor Geode processes, data, and applications.
+    `gfsh` (pronounced "jee-fish") provides a single, powerful command-line interface from which you can launch, manage, and monitor Geode processes, data, and applications.
 
 -   **[Gemcached](gemcached/chapter_overview.html)**
 

http://git-wip-us.apache.org/repos/asf/geode/blob/d47bbd01/geode-docs/tools_modules/gfsh/chapter_overview.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/tools_modules/gfsh/chapter_overview.html.md.erb b/geode-docs/tools_modules/gfsh/chapter_overview.html.md.erb
index e88e04b..2cb90b5 100644
--- a/geode-docs/tools_modules/gfsh/chapter_overview.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/chapter_overview.html.md.erb
@@ -1,5 +1,5 @@
 ---
-title:  gfsh (Geode SHell)
+title:  gfsh
 ---
 
 <!--
@@ -19,7 +19,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-Geode gfsh (pronounced "jee-fish") provides a single, powerful command-line interface from which you can launch, manage, and monitor Geode processes, data, and applications.
+`gfsh` (pronounced "jee-fish") provides a single, powerful command-line interface from which you can launch, manage, and monitor Geode processes, data, and applications.
 
 -   **[What You Can Do with gfsh](about_gfsh.html)**
 
@@ -27,7 +27,7 @@ Geode gfsh (pronounced "jee-fish") provides a single, powerful command-line inte
 
 -   **[Starting gfsh](starting_gfsh.html)**
 
-    Before you start gfsh, confirm that you have set JAVA\_HOME and that your PATH variable includes the gfsh executable.
+    Before you start `gfsh`, confirm that you have set JAVA\_HOME and that your PATH variable includes the `gfsh` executable.
 
 -   **[Configuring the gfsh Environment](configuring_gfsh.html)**
 
@@ -55,12 +55,12 @@ Geode gfsh (pronounced "jee-fish") provides a single, powerful command-line inte
 
 -   **[Creating and Running gfsh Command Scripts](command_scripting.html)**
 
-    gfsh offers several ways to run commands in a scripting environment.
+    `gfsh` offers several ways to run commands in a scripting environment.
 
 -   **[Running gfsh Commands on the OS Command Line](os_command_line_execution.html)**
 
 -   **[Mapping of cache.xml Elements to gfsh Configuration Commands.](cache_xml_2_gfsh.html)**
 
-    You can configure a Geode cluster using either cache.xml files, or you can use gfsh and the cluster configuration service to configure a cluster. This section maps cache.xml elements to the gfsh commands that configure and manage a cluster.
+    You can configure a Geode cluster using either cache.xml files, or you can use `gfsh` and the cluster configuration service to configure a cluster. This section maps cache.xml elements to the `gfsh` commands that configure and manage a cluster.