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 2017/03/29 19:25:18 UTC

geode-native git commit: GEODE-2399 Revise dll names in docs

Repository: geode-native
Updated Branches:
  refs/heads/develop ffc7263f6 -> 89cdf0b84


GEODE-2399 Revise dll names in docs

- After all the unbranding work of GEODE-2513, there were no
instances remaining in the docs of a case insensitive GemStone
- There was only 1 instance remainin of gfcppcache.dll
to change

    This closes #79


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

Branch: refs/heads/develop
Commit: 89cdf0b84202da772c751dde4934d5b218aaec66
Parents: ffc7263
Author: Karen Miller <km...@pivotal.io>
Authored: Wed Mar 29 09:41:29 2017 -0700
Committer: Karen Miller <km...@pivotal.io>
Committed: Wed Mar 29 12:24:17 2017 -0700

----------------------------------------------------------------------
 docs/geode-native-docs/client-cache/troubleshooting.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/89cdf0b8/docs/geode-native-docs/client-cache/troubleshooting.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/client-cache/troubleshooting.html.md.erb b/docs/geode-native-docs/client-cache/troubleshooting.html.md.erb
index 05710f6..83c4aae 100644
--- a/docs/geode-native-docs/client-cache/troubleshooting.html.md.erb
+++ b/docs/geode-native-docs/client-cache/troubleshooting.html.md.erb
@@ -55,4 +55,4 @@ Unix systems generate core files automatically for such errors, but this option
 
 For .NET clients, when this property is set then `AccessViolation` exceptions are trapped and a crash dump is created to assist with further analysis. Applications receive a `FatalInternalException` for this case, with the `InnerException` set to the originating `AccessViolationException`.
 
-This requires the availability of `dbghelp.dll` on Windows, either in the same directory as `gfcppcache.dll` or in the system `PATH`. The file is installed by default, though for Windows 2000 a newer version may be required for minidumps. For Unix systems, the `gcore` command should be available (gdb &gt; 5.2 on Linux; available by default in Solaris).
+This requires the availability of `dbghelp.dll` on Windows, either in the same directory as `apache-geode.dll` or in the system `PATH`. The file is installed by default, though for Windows 2000 a newer version may be required for minidumps. For Unix systems, the `gcore` command should be available (gdb &gt; 5.2 on Linux; available by default in Solaris).