From 39aa718410ed93badbcdcef380cec2795ec5c138 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 1 Apr 2005 18:59:28 +0000 Subject: [PATCH] document new options --- doc/man/man8/slapdn.8 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/man/man8/slapdn.8 b/doc/man/man8/slapdn.8 index 25a54e284a..c2a54649ca 100644 --- a/doc/man/man8/slapdn.8 +++ b/doc/man/man8/slapdn.8 @@ -8,6 +8,8 @@ slapdn \- Check a list of string-represented DNs based on schema syntax. .B [\-v] .B [\-d level] .B [\-f slapd.conf] +.B [\-F confdir] +.B [\-N | \-P] .B DN [...] .LP .SH DESCRIPTION @@ -38,6 +40,16 @@ enable debugging messages as defined by the specified specify an alternative .BR slapd.conf (5) file. +.TP +.BI \-N +only output a normalized form of the DN, suitable to be used +in a normalization tool; incompatible with +.BR \-P . +.TP +.BI \-P +only output a prettified form of the DN, suitable to be used +in a check and beautification tool; incompatible with +.BR \-N . .SH EXAMPLES To check a .B DN -- 2.39.5