]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/ldif.5
ITS#6023 minor formatting tweaks
[openldap] / doc / man / man5 / ldif.5
index 9b8696fadd38c073962369edee4383fdc79e1c43..9312ca2aa6bfb634c2889bd8e1113f57db65a0a1 100644 (file)
@@ -136,7 +136,7 @@ of \fImodify\fP, the format is one or more of the following:
        <attrdesc>: <value1>
        <attrdesc>: <value2>
        ...
-       -
+       \-
 .fi
 .LP
 Or, for a replace modification:
@@ -146,7 +146,7 @@ Or, for a replace modification:
        <attrdesc>: <value1>
        <attrdesc>: <value2>
        ...
-       -
+       \-
 .fi
 .LP
 If no \fIattributetype\fP lines are given to replace,
@@ -159,7 +159,7 @@ Or, for a delete modification:
        <attrdesc>: <value1>
        <attrdesc>: <value2>
        ...
-       -
+       \-
 .fi
 .LP
 If no \fIattributetype\fP lines are given to delete,
@@ -215,13 +215,13 @@ of each type of change.
        add: givenName
        givenName: Barbara
        givenName: babs
-       -
+       \-
        replace: description
        description: the fabulous babs
-       -
+       \-
        delete: sn
        sn: jensen
-       -
+       \-
 
        dn: cn=Babs Jensen,dc=example,dc=com
        changetype: modrdn
@@ -270,7 +270,7 @@ commands.
 .BR ldapmodify (1),
 .BR slapadd (8),
 .BR slapcat (8),
-.BR slapd-ldif (5),
+.BR slapd\-ldif (5),
 .BR slapd.replog (5).
 .LP
 "LDAP Data Interchange Format," Good, G., RFC 2849.