updated per @dkuppitz review

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

Branch: refs/heads/TINKERPOP-980
Commit: a8954393dd7d2fc1b78fed2c83856745a65ddd63
Parents: f5132ea
Author: Robert Dale <robd...@gmail.com>
Authored: Thu Nov 17 03:58:26 2016 -0500
Committer: Robert Dale <robd...@gmail.com>
Committed: Thu Nov 17 03:58:26 2016 -0500

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 6 +++---
 docs/src/upgrade/release-3.3.x.asciidoc          | 4 ++--
 gremlin-server/src/main/bin/gremlin-server.conf  | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a8954393/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index ea8ef2a..7d14e46 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -1543,13 +1543,13 @@ service gremlin-server start
 Systemd
 +++++++
 
-To install, copy the this service template to 
/etc/systemd/system/gremlin.service
-and update the paths `/path/to/apache-tinkerpop-gremlin-server` with the 
actual install path of gremlin server.
+To install, copy the service template below to 
/etc/systemd/system/gremlin.service
+and update the paths `/path/to/apache-tinkerpop-gremlin-server` with the 
actual install path of Gremlin Server.
 
 [source,bash]
 ----
 [Unit]
-Description=Apache Tinkerpop Gremlin server daemon
+Description=Apache TinkerPop Gremlin Server daemon
 Documentation=http://tinkerpop.apache.org/
 After=network.target
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a8954393/docs/src/upgrade/release-3.3.x.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.3.x.asciidoc 
b/docs/src/upgrade/release-3.3.x.asciidoc
index e59070b..9810d5f 100644
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@ -118,11 +118,11 @@ Gremlin-server.sh and Init Scripts
 
 `gremlin-server.sh` is now also an init script and can no longer be started 
without parameters. To start it in the foreground with defaults like previous 
usage, please use the `console` parameter. Also, `gremlin-server.sh` will 
continue to start in the foreground when provided a yaml configuration file.
 
-How to install as a service has been added to the 
link:http://tinkerpop.apache.org/docs/3.2.3/reference/#_as_a_service[Reference 
Documentation - As A Service].
+How to install as a service has been added to the 
link:http://tinkerpop.apache.org/docs/3.3.0/reference/#_as_a_service[Reference 
Documentation - As A Service].
 
 The switch name has changed for installing dependencies. `-i` has been 
deprecated and replaced by `install`.
 
-See: link:https://issues.apache.org/jira/browse/TINKERPOP-980[TINKERPOP-980], 
link:http://tinkerpop.apache.org/docs/3.2.3/reference/#_configuring_2[Reference 
Documentation - Server Configuration].
+See: link:https://issues.apache.org/jira/browse/TINKERPOP-980[TINKERPOP-980], 
link:http://tinkerpop.apache.org/docs/x.y.z/reference/#_configuring_2[Reference 
Documentation - Server Configuration].
 
 Gremlin-server.bat
 ^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a8954393/gremlin-server/src/main/bin/gremlin-server.conf
----------------------------------------------------------------------
diff --git a/gremlin-server/src/main/bin/gremlin-server.conf 
b/gremlin-server/src/main/bin/gremlin-server.conf
index 22f3385..336b943 100644
--- a/gremlin-server/src/main/bin/gremlin-server.conf
+++ b/gremlin-server/src/main/bin/gremlin-server.conf
@@ -20,10 +20,10 @@
 # initd: debug the initd script
 #DEBUG=1
 
-# initd: gremlin server install location
+# initd: Gremlin Server install location
 #GREMLIN_HOME=
 
-# initd: Yaml file passed to gremlin server. Path can be absolute or relative 
to GREMLIN_HOME e.g. conf/gremlin-server.yaml
+# initd: Yaml file passed to Gremlin Server. Path can be absolute or relative 
to GREMLIN_HOME e.g. conf/gremlin-server.yaml
 #GREMLIN_YAML=
 
 # initd: console log location

Reply via email to