X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fldif.5;h=2c062460516627bd6c0a35c4a06b9f8f99c33d22;hb=aba681fa807c526a01afff98d2bf2c7c4b241c78;hp=0a892983c36a3ac3c5272d6dc8ad4530f9047b5a;hpb=6dcd9a9f774e5e1b5901b6bc00aeeb729e1e2584;p=openldap diff --git a/doc/man/man5/ldif.5 b/doc/man/man5/ldif.5 index 0a892983c3..2c06246051 100644 --- a/doc/man/man5/ldif.5 +++ b/doc/man/man5/ldif.5 @@ -1,6 +1,6 @@ .TH LDIF 5 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ -.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 1998-2013 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME ldif \- LDAP Data Interchange Format @@ -136,7 +136,7 @@ of \fImodify\fP, the format is one or more of the following: : : ... - - + \- .fi .LP Or, for a replace modification: @@ -146,7 +146,7 @@ Or, for a replace modification: : : ... - - + \- .fi .LP If no \fIattributetype\fP lines are given to replace, @@ -159,7 +159,7 @@ Or, for a delete modification: : : ... - - + \- .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 @@ -269,7 +269,8 @@ commands. .BR ldapadd (1), .BR ldapmodify (1), .BR slapadd (8), -.BR slapd.replog (5). +.BR slapcat (8), +.BR slapd\-ldif (5). .LP "LDAP Data Interchange Format," Good, G., RFC 2849. .SH ACKNOWLEDGEMENTS