@@ -57,9 +57,9 @@ The API is simple and provides four functions.
5757Diff compares two LDIF strings (sourceStr and targetStr) and outputs the
5858differences as a LDIF string. An array of attributes can be supplied.
5959These attributes will be ignored when comparing the LDIF strings. The
60- output is a string, a valid LDIF, and can be added to the "target"
60+ output is a string, a valid LDIF, and can be added to the _ target _
6161database (the one that created targetStr) in order to make it equal to
62- the * source * database (the one that created sourceStr). In case of
62+ the _ source _ database (the one that created sourceStr). In case of
6363failure, an error is provided.
6464
6565
@@ -69,8 +69,8 @@ DiffFromFiles compares two LDIF files (sourceFile and targetFile) and
6969outputs the differences as a LDIF string. An array of attributes can be
7070supplied. These attributes will be ignored when comparing the LDIF
7171strings. The output is a string, a valid LDIF, and can be added to the
72- "target" database (the one that created targetFile) in order to make it
73- equal to the * source * database (the one that created sourceFile). In
72+ _ target _ database (the one that created targetFile) in order to make it
73+ equal to the _ source _ database (the one that created sourceFile). In
7474case of failure, an error is provided.
7575
7676``` func ListDiffDn(sourceStr, targetStr string, ignoreAttr []string) ([]string, error) ```
0 commit comments