diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-24 08:05:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-24 08:05:16 +0900 |
commit | c211e570f5f1067e7eb1afa3d0f0601bafbe40ae (patch) | |
tree | fd209e6c1d377924c2b7065e28348e4e73e8a03c | |
parent | a3f842a32ec06c68f1ec2165c9fbfb2561a46576 (diff) | |
download | tdeio-locate-c211e570f5f1067e7eb1afa3d0f0601bafbe40ae.tar.gz tdeio-locate-c211e570f5f1067e7eb1afa3d0f0601bafbe40ae.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/locate.protocol | 2 | ||||
-rw-r--r-- | src/locater.protocol | 2 | ||||
-rw-r--r-- | src/rlocate.protocol | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/locate.protocol b/src/locate.protocol index 3e0aa98..c9d6057 100644 --- a/src/locate.protocol +++ b/src/locate.protocol @@ -15,4 +15,4 @@ Class=:local URIMode=rawuri # Our very sophisticated documentation -DocPath=tdeio-locate/index.html +X-DocPath=tdeio-locate/index.html diff --git a/src/locater.protocol b/src/locater.protocol index 1a7934b..e7f8bf2 100644 --- a/src/locater.protocol +++ b/src/locater.protocol @@ -12,4 +12,4 @@ Description=TDE I/O Slave for the locate command Class=:local # Our very sophisticated documentation -DocPath=tdeio-locate/index.html +X-DocPath=tdeio-locate/index.html diff --git a/src/rlocate.protocol b/src/rlocate.protocol index 81738a3..aefcc5d 100644 --- a/src/rlocate.protocol +++ b/src/rlocate.protocol @@ -15,4 +15,4 @@ Class=:local URIMode=rawuri # Our very sophisticated documentation -DocPath=tdeio-locate/index.html +X-DocPath=tdeio-locate/index.html |