You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/12/31 00:14:46 UTC

svn commit: r1776666 - in /directory/site/trunk/content/api/user-guide: 1-introduction.mdtext 1.2-ldap-in-a-few-words.mdtext

Author: smckinney
Date: Sat Dec 31 00:14:46 2016
New Revision: 1776666

URL: http://svn.apache.org/viewvc?rev=1776666&view=rev
Log:
minor

Modified:
    directory/site/trunk/content/api/user-guide/1-introduction.mdtext
    directory/site/trunk/content/api/user-guide/1.2-ldap-in-a-few-words.mdtext

Modified: directory/site/trunk/content/api/user-guide/1-introduction.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/1-introduction.mdtext?rev=1776666&r1=1776665&r2=1776666&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide/1-introduction.mdtext (original)
+++ directory/site/trunk/content/api/user-guide/1-introduction.mdtext Sat Dec 31 00:14:46 2016
@@ -24,7 +24,7 @@ Notice: Licensed to the Apache Software
 
 This User Guide teaches developers how to use the Apache LDAP API. Throughout these documents, we have interspersed descriptions of features with snippets of code.  These code samples are used by our integration tests as well.
 
-Hopefully there's enough here to get you started -- quickly.  If you feel like improving this document or have questions / suggestions, please post to the Apache Directory LDAP API mailing list.  All code and doc contributions are welcome!
+Hopefully there's enough here to get you started -- quickly.  If you fee4l like improving this document or have questions / suggestions, please post to the Apache Directory LDAP API mailing list.  All code and doc contributions are welcomed!
 
 ## Contents
 

Modified: directory/site/trunk/content/api/user-guide/1.2-ldap-in-a-few-words.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/1.2-ldap-in-a-few-words.mdtext?rev=1776666&r1=1776665&r2=1776666&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide/1.2-ldap-in-a-few-words.mdtext (original)
+++ directory/site/trunk/content/api/user-guide/1.2-ldap-in-a-few-words.mdtext Sat Dec 31 00:14:46 2016
@@ -24,7 +24,7 @@ Notice: Licensed to the Apache Software
 
 # 1.2 - LDAP in a few words
 
-**LDAP** is not a new technlology. It's been around since the 90's to mitigate **X.500** complexities. Its name is an acronym for **L**ightweight **D**irectory **A**ccess **P**rotocol. Soon after the first standard was issued, the first full *LDAP* server was created and X.500 became obsolete.
+**LDAP** is not a new technlology. Its been in existence since the 90's to mitigate complexities inherent in **X.500** usage. Its name refers to **L**ightweight **D**irectory **A**ccess **P**rotocol. Soon after the first standard was issued, the first full *LDAP* server was created and X.500 became obsolete.
 
 We'll use the term **LDAP** to represent the protocol and **LDAP** server to represent the server that implements it.