You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/07/09 10:08:15 UTC

directory-kerby git commit: Fix the error in README.md.

Repository: directory-kerby
Updated Branches:
  refs/heads/master c1673f7a4 -> 95411e1e5


Fix the error in README.md.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/95411e1e
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/95411e1e
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/95411e1e

Branch: refs/heads/master
Commit: 95411e1e55d8a5ff5f8cfcf5ae472098cdc53b27
Parents: c1673f7
Author: plusplusjiajia <ji...@intel.com>
Authored: Thu Jul 9 16:13:46 2015 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Thu Jul 9 16:13:46 2015 +0800

----------------------------------------------------------------------
 README.md                        | 2 +-
 kerby-kerb/kerb-server/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/95411e1e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 55dcd40..f7a1f8b 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ A standalone KDC server that can integrate various identity back ends including:
 
 ### Tools
 - kadmin:
-  -Command-line interfaces to the Kerby administration system.
+  - Command-line interfaces to the Kerby administration system.
 - kinit:
   - Obtains and caches an initial ticket-granting ticket for principal.
 - klist:

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/95411e1e/kerby-kerb/kerb-server/README.md
----------------------------------------------------------------------
diff --git a/kerby-kerb/kerb-server/README.md b/kerby-kerb/kerb-server/README.md
index 9f68b36..9e1c4ca 100644
--- a/kerby-kerb/kerb-server/README.md
+++ b/kerby-kerb/kerb-server/README.md
@@ -46,7 +46,7 @@ setInnerKdcImpl(innerKdcImpl);
 </pre>
 
 ### Stop kdc server
-* Start kdc server.
+* Stop kdc server.
 <pre>
 stop();
 </pre>