diff options
author | Sverker Eriksson <[email protected]> | 2019-08-15 18:47:25 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-08-15 18:47:25 +0200 |
commit | de62e3bd016e2e1b80c88563209e55bffef1c1bd (patch) | |
tree | 6811a6bc34c62a5ac5947390c89d9829b41315e8 /lib | |
parent | e51727f129d6b5667f81e86865d17cf564712054 (diff) | |
parent | 57b3756ecf535f35664ccd4349759111d4ae94a1 (diff) | |
download | otp-de62e3bd016e2e1b80c88563209e55bffef1c1bd.tar.gz otp-de62e3bd016e2e1b80c88563209e55bffef1c1bd.tar.bz2 otp-de62e3bd016e2e1b80c88563209e55bffef1c1bd.zip |
Merge pull request #2350 from iredmail/patch-1
Remove duplicate word in doc.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eldap/doc/src/eldap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eldap/doc/src/eldap.xml b/lib/eldap/doc/src/eldap.xml index 790a2f4e26..4a8c2d1647 100644 --- a/lib/eldap/doc/src/eldap.xml +++ b/lib/eldap/doc/src/eldap.xml @@ -317,7 +317,7 @@ </type> <desc> <p> Modify the DN of an entry. <c>DeleteOldRDN</c> indicates - whether the current RDN should be removed from the attribute list after the after operation. + whether the current RDN should be removed from the attribute list after the operation. <c>NewSupDN</c> is the new parent that the RDN shall be moved to. If the old parent should remain as parent, <c>NewSupDN</c> shall be "".</p> <code> |