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 03:07:26 UTC

svn commit: r1776680 - in /directory/site/trunk/content/api: user-guide.mdtext user-guide/2.6-modifying.mdtext

Author: smckinney
Date: Sat Dec 31 03:07:26 2016
New Revision: 1776680

URL: http://svn.apache.org/viewvc?rev=1776680&view=rev
Log:
more

Modified:
    directory/site/trunk/content/api/user-guide.mdtext
    directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext

Modified: directory/site/trunk/content/api/user-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide.mdtext?rev=1776680&r1=1776679&r2=1776680&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide.mdtext (original)
+++ directory/site/trunk/content/api/user-guide.mdtext Sat Dec 31 03:07:26 2016
@@ -33,7 +33,7 @@ Getting started. Learn how to use the LD
 
 ### Audience
 
-This guide is for anyone wanting to learn how to use the LDAP API. If you plan to use the API, maybe even for your first LDAP experience, you'll find information here to help. Right now we've got pretty good coverage of the basic tasks.  Later, we'll add more advanced use cases so keep checking back.  To learan about advanced options (and many other things) go to the [Advanced User's Guide].
+This guide is for anyone wanting to learn how to use the LDAP API. If you plan to use the API, maybe even for your first LDAP experience, you'll find information here to help. Right now we've got pretty good coverage of the basic tasks.  Later, we'll add more advanced use cases so keep checking back.  To learn about advanced options (and many other things) go to the [Advanced User's Guide].
 
 ### Feedback welcome!
 

Modified: directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext?rev=1776680&r1=1776679&r2=1776680&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext (original)
+++ directory/site/trunk/content/api/user-guide/2.6-modifying.mdtext Sat Dec 31 03:07:26 2016
@@ -26,9 +26,9 @@ Notice: Licensed to the Apache Software
 
 There are several ways an entry can be modified. Mainly, it's about adding or deleting an attribute, or modifying the values associated with an existing attribute.
 
-It's important to understand that many modifications can be applied on a single entry. All those modifications will be applied in an all or none fashion. i.e., if any of the modifications are invalid, none of them will occur. Also if the server crashes while applying the mods, it's guaranteed that the entry will remain consistent.
+It's important to understand that many modifications can be applied on a single entry. All those modifications will be applied in an all or none fashion. i.e., if any of the modifications are invalid, none will occur. Also if the server crashes while applying the mods, it's guaranteed that the entry remains consistent.
 
-## How it works ?
+## How it works?
 
 Each modification to be applied on an entry is encapsulated into an intermediate class : a _Modification_ instance, which can be created as :