From 9f6185ab126d3d2c7812f71574e81a50ce557a72 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 18 Aug 1999 01:49:42 +0000 Subject: [PATCH] Document -s and -c modes. --- doc/man/man8/slapadd.8 | 8 ++++++++ doc/man/man8/slapcat.8 | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/doc/man/man8/slapadd.8 b/doc/man/man8/slapadd.8 index 4dac92d900..15dee333ae 100644 --- a/doc/man/man8/slapadd.8 +++ b/doc/man/man8/slapadd.8 @@ -4,6 +4,8 @@ slapadd \- Add entries to a SLAPD database .SH SYNOPSIS .B SBINDIR/slapadd .B [\-v] +.B [\-c] +.B [\-s] .B [\-d level] .B [\-b suffix] .B [\-n dbnum] @@ -30,6 +32,12 @@ The LDIF generated by this tool is suitable for use with .B \-v enable verbose mode. .TP +.B \-c +enable continue (ignore errors) mode. +.TP +.B \-s +disable schema and other checks. +.TP .BI \-d " level" enable debugging messages as defined by the specified .IR level . diff --git a/doc/man/man8/slapcat.8 b/doc/man/man8/slapcat.8 index 20e8369fa2..049041d9da 100644 --- a/doc/man/man8/slapcat.8 +++ b/doc/man/man8/slapcat.8 @@ -4,6 +4,7 @@ slapcat \- SLAPD database to LDIF utility .SH SYNOPSIS .B SBINDIR/slapcat .B [\-v] +.B [\-c] .B [\-d level] .B [\-b suffix] .B [\-n dbnum] @@ -31,6 +32,9 @@ or .B \-v enable verbose mode. .TP +.B \-c +enable continue (ignore errors) mode. +.TP .BI \-d " level" enable debugging messages as defined by the specified .IR level . -- 2.39.5