Repository: incubator-trafodion Updated Branches: refs/heads/master 825276ea8 -> d2ff1be00
Minor formatting updates. Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/0787a520 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/0787a520 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/0787a520 Branch: refs/heads/master Commit: 0787a520b06743ffd8ba5519c9f88a1365719e8e Parents: 249dfef Author: Gunnar Tapper <[email protected]> Authored: Wed Jul 13 19:04:43 2016 -0600 Committer: Gunnar Tapper <[email protected]> Committed: Wed Jul 13 19:04:43 2016 -0600 ---------------------------------------------------------------------- docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc | 2 +- docs/load_transform/src/asciidoc/index.adoc | 1 + docs/messages_guide/src/asciidoc/_chapters/introduction.adoc | 2 +- docs/odb_user/src/asciidoc/_chapters/about.adoc | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/0787a520/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc ---------------------------------------------------------------------- diff --git a/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc b/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc index 5547dab..21840be 100644 --- a/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc +++ b/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc @@ -49,5 +49,5 @@ JDBC API documentation: http://docs.oracle.com/en/java/. [[installation]] == Installation -Refer to the {docs-url}/client_install/index.html[Trafodion Client Installation Guide]. +Refer to the {docs-url}/client_install/index.html[{project-name} Client Installation Guide]. http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/0787a520/docs/load_transform/src/asciidoc/index.adoc ---------------------------------------------------------------------- diff --git a/docs/load_transform/src/asciidoc/index.adoc b/docs/load_transform/src/asciidoc/index.adoc index 16118f7..fd7dee4 100644 --- a/docs/load_transform/src/asciidoc/index.adoc +++ b/docs/load_transform/src/asciidoc/index.adoc @@ -43,6 +43,7 @@ // prevents each chapter being built as its own book. include::../../shared/license.txt[] + <<< include::../../shared/acknowledgements.txt[] http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/0787a520/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc ---------------------------------------------------------------------- diff --git a/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc b/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc index 45d938f..2110d58 100644 --- a/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc +++ b/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc @@ -29,7 +29,7 @@ {project-name} reports exception condition messages at a {project-name} Database Connectivity Service conversational interface (DCS) window and in the -Trafodion Command Interface (TrafCI). +{project-name} Command Interface (TrafCI). Most {project-name} exception condition messages describe error conditions for which recovery action is required. Some messages are warnings that http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/0787a520/docs/odb_user/src/asciidoc/_chapters/about.adoc ---------------------------------------------------------------------- diff --git a/docs/odb_user/src/asciidoc/_chapters/about.adoc b/docs/odb_user/src/asciidoc/_chapters/about.adoc index 9b00e47..22bbdc1 100644 --- a/docs/odb_user/src/asciidoc/_chapters/about.adoc +++ b/docs/odb_user/src/asciidoc/_chapters/about.adoc @@ -27,7 +27,7 @@ This guide describes how to use odb, a multi-threaded, ODBC-based command-line tool, to perform various operations on a {project-name} database. -NOTE: In {project-name} Release 1.3, only loading, extracting, and copying data operations are production ready, meaning that that have +NOTE: In the current release of {project-name}, only loading, extracting, and copying data operations are production ready, meaning that that have been fully tested and are ready to be used in a production environment. + + Other features are designated as _Technology Preview_ meaning that they have not been fully tested and are not ready for production use.
