Thursday, July 10, 2014

[389-commits] man/man1 man/man8

man/man1/ds-logpipe.py.1 | 12 ++++++------
man/man1/logconv.pl.1 | 6 +++---
man/man1/repl-monitor.1 | 2 +-
man/man8/bak2db.8 | 6 +++---
man/man8/bak2db.pl.8 | 6 +++---
man/man8/cleanallruv.pl.8 | 6 +++---
man/man8/db2bak.8 | 4 ++--
man/man8/db2bak.pl.8 | 4 ++--
man/man8/db2index.8 | 8 ++++----
man/man8/db2index.pl.8 | 8 ++++----
man/man8/db2ldif.8 | 10 +++++-----
man/man8/db2ldif.pl.8 | 10 +++++-----
man/man8/dbverify.8 | 4 ++--
man/man8/dn2rdn.8 | 4 ++--
man/man8/fixup-linkedattrs.pl.8 | 6 +++---
man/man8/fixup-memberof.pl.8 | 6 +++---
man/man8/ldif2db.8 | 12 ++++++------
man/man8/ldif2db.pl.8 | 14 +++++++-------
man/man8/ldif2ldap.8 | 4 ++--
man/man8/monitor.8 | 6 +++---
man/man8/ns-accountstatus.pl.8 | 6 +++---
man/man8/ns-activate.pl.8 | 6 +++---
man/man8/ns-inactivate.pl.8 | 6 +++---
man/man8/ns-newpwpolicy.pl.8 | 6 +++---
man/man8/restoreconfig.8 | 4 ++--
man/man8/saveconfig.8 | 4 ++--
man/man8/schema-reload.pl.8 | 6 +++---
man/man8/suffix2instance.8 | 6 +++---
man/man8/syntax-validate.pl.8 | 6 +++---
man/man8/upgradedb.8 | 4 ++--
man/man8/upgradednformat.8 | 4 ++--
man/man8/usn-tombstone-cleanup.pl.8 | 4 ++--
man/man8/verify-db.pl.8 | 4 ++--
man/man8/vlvindex.8 | 4 ++--
34 files changed, 104 insertions(+), 104 deletions(-)

New commits:
commit d897574606afd418d73277eade6d52dfdcf19eac
Author: Noriko Hosoi <nhosoi@redhat.com>
Date: Thu Jul 10 16:35:02 2014 -0700

Ticket #47844 - Fix hyphens used as minus signed and other manpage mistakes

Description: Fix hyphons used as minus signed and other manpage mistakes.
Author: Benjamin Drung <benjamin.drung@profitbricks.com>

https://fedorahosted.org/389/ticket/47844

Reviewed by nhosoi@redhat.com

diff --git a/man/man1/ds-logpipe.py.1 b/man/man1/ds-logpipe.py.1
index e8f14b0..5b2d422 100644
--- a/man/man1/ds-logpipe.py.1
+++ b/man/man1/ds-logpipe.py.1
@@ -40,7 +40,7 @@ The script is written in python, and allows plugins. By default, the script will
A summary of options is included below.
.TP
.B /full/path/to/namedpipe
-Required - full path and file name of the named pipe. If this does not exist, it will be created. If it exists and is a named pipe, the script will use it. If it exists and is not a pipe, the script will abort. The ownership will be the same as the user running the script (or see the -u option below).
+Required - full path and file name of the named pipe. If this does not exist, it will be created. If it exists and is a named pipe, the script will use it. If it exists and is not a pipe, the script will abort. The ownership will be the same as the user running the script (or see the \-u option below).
.TP
.B \-m|\-\-maxlines=N
Number of lines to buffer - default is 1000
@@ -52,7 +52,7 @@ The pipe and any other files created by the script will be chown()'d to this use
If you want the script to exit when a particular directory server exists, specify the full path to the file containing the server pid. The default is usually something like /var/run/dirsrv/slapd-<instancename>.pid where <instancename> is usually the hostname
.TP
.B \-t|\-\-servertimeout=N
-Since the serverpidfile may not exist yet when the script is run, the script will wait by default 60 seconds for the pid file to exist and the server to be started. Use this option to specify a different timeout. The -t option only applies when using -s or --serverpid - otherwise it does nothing.
+Since the serverpidfile may not exist yet when the script is run, the script will wait by default 60 seconds for the pid file to exist and the server to be started. Use this option to specify a different timeout. The \-t option only applies when using \-s or \-\-serverpid - otherwise it does nothing.
.TP
.B \-\-serverpid=P
IF the server you want to track is already running, you can specify it using this argument. If the specified pid is not valid, the script will abort.
@@ -61,7 +61,7 @@ IF the server you want to track is already running, you can specify it using thi
Specify a plugin to use. The plugin must be a python file and must end in \fI.py\fR. It must specify a function called \fIplugin\fR and may specify functions called \fIpre\fR and \fIpost\fR.
.TP
.B pluginname.arg1=value ... pluginname.argN=value
-You can specify arguments to plugins on the command line. If there is a plugin specified as --plugin=/full/path/to/pluginname.py, the arguments for that plugin are specified as \fIpluginname.argname=value\fR. The script parses these arguments and passes them to the plugin \fIpre\fR function as a python dict. IF there is more than one argument named \fIpluginname.argname\fR the values are passed as a python list.
+You can specify arguments to plugins on the command line. If there is a plugin specified as \-\-plugin=/full/path/to/pluginname.py, the arguments for that plugin are specified as \fIpluginname.argname=value\fR. The script parses these arguments and passes them to the plugin \fIpre\fR function as a python dict. IF there is more than one argument named \fIpluginname.argname\fR the values are passed as a python list.
.SH DIRECTORY SERVER NOTES
The directory server will usually need to be configured to log to the named pipe instead of the usual log file. For example, use the following LDIF to tell the server to use the file \fIaccess.pipe\fR for the access log:
dn: cn=config
@@ -70,10 +70,10 @@ The directory server will usually need to be configured to log to the named pipe
nsslapd-accesslog-maxlogsperdir: 1
-
replace: nsslapd-accesslog-logexpirationtime
- nsslapd-accesslog-logexpirationtime: -1
+ nsslapd-accesslog-logexpirationtime: \-1
-
replace: nsslapd-accesslog-logrotationtime
- nsslapd-accesslog-logrotationtime: -1
+ nsslapd-accesslog-logrotationtime: \-1
-
replace: nsslapd-accesslog
nsslapd-accesslog: /var/log/dirsrv/slapd-localhost/access.pipe
@@ -82,7 +82,7 @@ The directory server will usually need to be configured to log to the named pipe
nsslapd-accesslog-logbuffering: off

NOTE: Before doing this, you should save your current configuration so you can restore it later.
- ldapsearch ... -s base -b "cn=config" nsslapd-accesslog-maxlogsperdir nsslapd-accesslog-logexpirationtime \
+ ldapsearch ... \-s base \-b "cn=config" nsslapd-accesslog-maxlogsperdir nsslapd-accesslog-logexpirationtime \
nsslapd-accesslog-logrotationtime nsslapd-accesslog nsslapd-accesslog > savedaccesslog.ldif

The error log and audit log have similarly named configuration attributes e.g. nsslapd-errorlog, nsslapd-auditlog. Note that the audit log is disabled by default - use nsslapd-auditlog-logging-enabled: on to enable it.
diff --git a/man/man1/logconv.pl.1 b/man/man1/logconv.pl.1
index e9c6245..915c8af 100644
--- a/man/man1/logconv.pl.1
+++ b/man/man1/logconv.pl.1
@@ -40,7 +40,7 @@ DEFAULT \-> /tmp
.br
TIP \-> If there is not enough RAM, a RAM disk can be used instead:

- mkdir /dev/shm/logconv, and use this directory for the "-D" value.
+ mkdir /dev/shm/logconv, and use this directory for the "\-D" value.
.TP
.B \fB\-s, \-\-sizeLimit\fR <Number of results to return per category>
DEFAULT \-> 20
@@ -53,11 +53,11 @@ Print version of the tool
.TP
.B \fB\-S, \-\-startTime\fR <time to begin analyzing logfile from>
Time to begin analyzing logfile from
-E.g. [28/Mar/2002:13:14:22 \f \-0800]\fR
+E.g. [28/Mar/2002:13:14:22 \fB\-0800]\fR
.TP
.B \fB\-E, \-\-endTime\fR <time to stop analyzing logfile>
Time to stop analyzing logfile from
-E.g. [28/Mar/2002:13:24:62 \f \-0800]\fR
+E.g. [28/Mar/2002:13:24:62 \fB\-0800]\fR
.TP
.B \fB\-T, \-\-minEtime\fR <minimum etime to report unindexed searches>
The minimum etime that is required to record and report on an unindexed search. Default is zero.
diff --git a/man/man1/repl-monitor.1 b/man/man1/repl-monitor.1
index bd0ede1..ab65638 100644
--- a/man/man1/repl-monitor.1
+++ b/man/man1/repl-monitor.1
@@ -19,7 +19,7 @@
repl-monitor \- Directory Server replication monitor
.SH SYNOPSIS
.B repl\(hymonitor
-\ [-f configuration\(hyfile] [\fI\(hyh host\fR] [\fI\-p port\fR] [\fI\-r\fR]
+\ [\-f configuration\(hyfile] [\fI\(hyh host\fR] [\fI\-p port\fR] [\fI\-r\fR]
[\fI\-c connection\fR] [\fI\-a alias\fR] [\fI\-k color\fR] [\fI\-u refresh\(hyurl\fR]
[\fI\-s\fR] [\fI\-t refresh\(hyinterval\fR] [\fI\-v\fR]

diff --git a/man/man8/bak2db.8 b/man/man8/bak2db.8
index 2e930a6..0642ac7 100644
--- a/man/man8/bak2db.8
+++ b/man/man8/bak2db.8
@@ -18,7 +18,7 @@
.SH NAME
bak2db - Directory Server script for restoring a backup
.SH SYNOPSIS
-bak2db archivedir [-Z serverID] [-n backendname] [-q] | [-h]
+bak2db archivedir [\-Z serverID] [\-n backendname] [\-q] | [\-h]
.SH DESCRIPTION
Restores the database from a archived backup. The Directory Server must be stopped prior to running this script.
.SH OPTIONS
@@ -42,9 +42,9 @@ Quiet mode. Reduces output of task.
.br
Display the usage.
.SH EXAMPLE
-bak2db /LDAP/backups/20130305/ -Z instance1 -n userRoot
+bak2db /LDAP/backups/20130305/ \-Z instance1 \-n userRoot

-bak2db /LDAP/backups/20130305/ -n example
+bak2db /LDAP/backups/20130305/ \-n example

.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
diff --git a/man/man8/bak2db.pl.8 b/man/man8/bak2db.pl.8
index 92e4746..cbf8421 100644
--- a/man/man8/bak2db.pl.8
+++ b/man/man8/bak2db.pl.8
@@ -18,7 +18,7 @@
.SH NAME
bak2db.pl - Directory Server perl script for restoring a backup
.SH SYNOPSIS
-bak2db.pl -a archivedir [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-t dbtype] [-n backendname] [-P protocol] [-v] [-h]
+bak2db.pl \-a archivedir [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-t dbtype] [\-n backendname] [\-P protocol] [\-v] [\-h]
.SH DESCRIPTION
Restores a database from a backup. The Directory Server must be started prior to running this script.
.SH OPTIONS
@@ -65,11 +65,11 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-bak2db.pl -a /LDAP/backups/20130305/ -D 'cn=directory manager' -w password -n userRoot -P LDAPS
+bak2db.pl \-a /LDAP/backups/20130305/ \-D 'cn=directory manager' \-w password \-n userRoot \-P LDAPS

Note: security must be enabled to use protocol LDAPS. If LDAPS is not available it will default to next strongest/available protocol automatically.
.TP
-bak2db.pl -a /LDAP/backups/20130305/ -Z instance2 -w password -n example -P LDAPI
+bak2db.pl \-a /LDAP/backups/20130305/ \-Z instance2 \-w password \-n example \-P LDAPI
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/cleanallruv.pl.8 b/man/man8/cleanallruv.pl.8
index 241b799..10c647d 100644
--- a/man/man8/cleanallruv.pl.8
+++ b/man/man8/cleanallruv.pl.8
@@ -18,7 +18,7 @@
.SH NAME
cleanallruv.pl - Directory Server perl script for issuing a cleanAllRUV task
.SH SYNOPSIS
-cleanallruv.pl [-v] [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } -b basedn -r rid [-A] [-P protocol] [-h]
+cleanallruv.pl [\-v] [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } \-b basedn \-r rid [\-A] [\-P protocol] [\-h]
.SH DESCRIPTION
Creates and adds a cleanAllRUV task to the Directory Server
.SH OPTIONS
@@ -68,11 +68,11 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-cleanallruv.pl -Z instance1 -D 'cn=directory manager' -j /tmp/pw.txt -b 'dc=example,dc=com' -r 87 -P STARTTLS
+cleanallruv.pl \-Z instance1 \-D 'cn=directory manager' \-j /tmp/pw.txt \-b 'dc=example,dc=com' \-r 87 \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.TP
-cleanallruv.pl -j /export/rootdnpw.txt -b 'dc=example,dc=com' -A -r 87
+cleanallruv.pl \-j /export/rootdnpw.txt \-b 'dc=example,dc=com' \-A \-r 87
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/db2bak.8 b/man/man8/db2bak.8
index fab587d..0c2f05b 100644
--- a/man/man8/db2bak.8
+++ b/man/man8/db2bak.8
@@ -18,7 +18,7 @@
.SH NAME
db2bak - Directory Server script for making a backup of the database
.SH SYNOPSIS
-db2bak [archivedir] [-Z serverID] [-q] [-h]
+db2bak [archivedir] [\-Z serverID] [\-q] [\-h]
.SH DESCRIPTION
Creates a backup of the database. This script can be executed while the server is running or stopped.
.SH OPTIONS
@@ -40,7 +40,7 @@ Quiet mode. Reduces output of task.
Display the usage.
.SH EXAMPLE
.TP
-db2bak -Z instance2
+db2bak \-Z instance2

Makes a backup of the entire database for 'instance2', and stores it in the default server instance backup directory.
.TP
diff --git a/man/man8/db2bak.pl.8 b/man/man8/db2bak.pl.8
index df6af3d..510c84d 100644
--- a/man/man8/db2bak.pl.8
+++ b/man/man8/db2bak.pl.8
@@ -18,7 +18,7 @@
.SH NAME
db2bak.pl - Directory Server perl script for creating a backup
.SH SYNOPSIS
-db2bak.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-t dbtype] [-a backupdir] [-P protocol] [-v] [-h]
+db2bak.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-t dbtype] [\-a backupdir] [\-P protocol] [\-v] [\-h]
.SH DESCRIPTION
Creates a backup of the Directory Server database. The
Directory Server must be started prior to running this script.
@@ -63,7 +63,7 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-db2bak.pl -Z instance1 -D 'cn=directory manager' -w password -a /LDAP/backups/20130305 -P LDAPI
+db2bak.pl \-Z instance1 \-D 'cn=directory manager' \-w password \-a /LDAP/backups/20130305 \-P LDAPI

Note: LDAPI must be enabled to use this protocol. If LDAPI is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/db2index.8 b/man/man8/db2index.8
index 369f2d9..2839b03 100644
--- a/man/man8/db2index.8
+++ b/man/man8/db2index.8
@@ -18,7 +18,7 @@
.SH NAME
db2index - Directory Server script for indexing attributes
.SH SYNOPSIS
-db2index [-Z serverID] [-n backend | {-s includeSuffix}* -t attribute[:indextypes[:matchingrules]] -T vlvTag] [-h]
+db2index [\-Z serverID] [\-n backend | {\-s includeSuffix}* \-t attribute[:indextypes[:matchingrules]] \-T vlvTag] [\-h]
.SH DESCRIPTION
Reindexes the database index files. The Directory Server must be stopped prior to running this script.
.SH OPTIONS
@@ -46,11 +46,11 @@ This is the name of the vlv index entry under cn=config.
Display the usage.
.SH EXAMPLE
.TP
-db2index -n userRoot -t uid:eq,sub:1.3.6.1.4.1.42.2.27.9.4.76.1 -t cn:eq,pres
+db2index \-n userRoot \-t uid:eq,sub:1.3.6.1.4.1.42.2.27.9.4.76.1 \-t cn:eq,pres
.TP
-db2index -Z instance2 -s 'dc=example,dc=com' -t uid:eq:pres:sub -t sn
+db2index \-Z instance2 \-s 'dc=example,dc=com' \-t uid:eq:pres:sub \-t sn
.TP
-db2index -Z instance3
+db2index \-Z instance3
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/db2index.pl.8 b/man/man8/db2index.pl.8
index 3df7aba..f768947 100644
--- a/man/man8/db2index.pl.8
+++ b/man/man8/db2index.pl.8
@@ -18,7 +18,7 @@
.SH NAME
db2index.pl - Directory Server perl script for indexing a database
.SH SYNOPSIS
-db2index.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-n backendname] [-P protocol] [-t attributeName[:indextypes[:matchingrules]]] [-T vlvTag] [-v] [-h]
+db2index.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-n backendname] [\-P protocol] [\-t attributeName[:indextypes[:matchingrules]]] [\-T vlvTag] [\-v] [\-h]
.SH DESCRIPTION
Indexes attributes in the specified database. If no attributes are specified, then all the attribute indexes will be regenerated. The Directory Server must be started prior to running this script.
.SH OPTIONS
@@ -66,11 +66,11 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-db2index.pl -n userRoot -D 'cn=directory manager' -w password -t uid:eq,pres,sub:1.3.6.1.4.1.42.2.27.9.4.76.1 -t cn:eq,pres
+db2index.pl \-n userRoot \-D 'cn=directory manager' \-w password \-t uid:eq,pres,sub:1.3.6.1.4.1.42.2.27.9.4.76.1 \-t cn:eq,pres
.TP
-db2index.pl -Z instance3
+db2index.pl \-Z instance3
.TP
-db2index.pl -Z instance2 -w password -s 'dc=example,dc=com' -t uid:eq:pres:sub -t sn -P STARTTLS
+db2index.pl \-Z instance2 \-w password \-s 'dc=example,dc=com' \-t uid:eq:pres:sub \-t sn \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/db2ldif.8 b/man/man8/db2ldif.8
index cc19cf4..0c6d3e0 100644
--- a/man/man8/db2ldif.8
+++ b/man/man8/db2ldif.8
@@ -18,9 +18,9 @@
.SH NAME
db2ldif - Directory Server script for exporting the database
.SH SYNOPSIS
-db2ldif [-Z serverID] {-n backend_instance}* | {-s includeSuffix}* [{-x excludeSuffix}*] [-a outputFile] [-m] [-M] [-r] [-u] [-U] [-C] [-N] [-E] [-1] [-q] [-h]
+db2ldif [\-Z serverID] {\-n backend_instance}* | {\-s includeSuffix}* [{\-x excludeSuffix}*] [\-a outputFile] [\-m] [\-M] [\-r] [\-u] [\-U] [\-C] [\-N] [\-E] [\-1] [\-q] [\-h]
.SH DESCRIPTION
-Exports the contents of the database to a LDIF file. This script can be executed while the server is still running, except when using the -r option.
+Exports the contents of the database to a LDIF file. This script can be executed while the server is still running, except when using the \-r option.
.SH OPTIONS
A summary of options is included below:
.TP
@@ -48,7 +48,7 @@ Minimize the base64 encodings in the exported LDIF file.
.br
Exported ldif is stored in multiple files. These files are named : <instance>_<filename>
.br
-By default, all instances are stored in the filename specified by the -a option.
+By default, all instances are stored in the filename specified by the \-a option.
.TP
.B \fB\-r\fR
.br
@@ -87,9 +87,9 @@ Quiet mode. Suppresses output of the script.
Display the usage.
.SH EXAMPLE
.TP
-db2ldif -Z instance3 -n userRoot -a /LDAP/ldif/export.ldif
+db2ldif \-Z instance3 \-n userRoot \-a /LDAP/ldif/export.ldif
.TP
-db2ldif -s 'dc=example,dc=com' -a /LDAP/ldif/export.ldif -m -E -q
+db2ldif \-s 'dc=example,dc=com' \-a /LDAP/ldif/export.ldif \-m \-E \-q
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/db2ldif.pl.8 b/man/man8/db2ldif.pl.8
index 59f9b86..2ff27d0 100644
--- a/man/man8/db2ldif.pl.8
+++ b/man/man8/db2ldif.pl.8
@@ -18,8 +18,8 @@
.SH NAME
db2ldif.pl - Directory Server perl script for exporting a database to a LDIF file
.SH SYNOPSIS
-db2ldif.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j pwfilename } [-P protocol]
-{-n backendname}* | {-s includeSuffix}* [{-x excludeSuffix}*] [-m] [-M] [-r] [-u] [-C] [-N] [-E] [-1] [-U] [-a filename] [-v] [-h]
+db2ldif.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j pwfilename } [\-P protocol]
+{\-n backendname}* | {\-s includeSuffix}* [{\-x excludeSuffix}*] [\-m] [\-M] [\-r] [\-u] [\-C] [\-N] [\-E] [\-1] [\-U] [\-a filename] [\-v] [\-h]
.SH DESCRIPTION
Exports the contents of the database to LDIF. This script creates an entry in the directory that launches this dynamic task.
.SH OPTIONS
@@ -68,7 +68,7 @@ Minimize the base64 encodings in the exported LDIF file.
.br
Exported ldif is stored in multiple files. These files are named : <instance>_<filename>
.br
-By default, all instances are stored in the filename specified by the -a option.
+By default, all instances are stored in the filename specified by the \-a option.
.TP
.B \fB\-r\fR
.br
@@ -107,11 +107,11 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-db2ldif.pl -Z instance3 -n userRoot -a /LDAP/ldif/export.ldif -P STARTTLS
+db2ldif.pl \-Z instance3 \-n userRoot \-a /LDAP/ldif/export.ldif \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.TP
-db2ldif.pl -s 'dc=example,dc=com' -a /LDAP/ldif/export.ldif -m -E -q
+db2ldif.pl \-s 'dc=example,dc=com' \-a /LDAP/ldif/export.ldif \-m \-E \-q
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/dbverify.8 b/man/man8/dbverify.8
index b0fbce0..255b170 100644
--- a/man/man8/dbverify.8
+++ b/man/man8/dbverify.8
@@ -18,7 +18,7 @@
.SH NAME
dbverify - Directory Server script for indexing attributes
.SH SYNOPSIS
-dbverify [-Z serverID] [-n backend] [-V] [-v] [-d debuglevel] [-h]
+dbverify [\-Z serverID] [\-n backend] [\-V] [\-v] [\-d debuglevel] [\-h]
.SH DESCRIPTION
Verifies the backend database files. If the server crashes because of a corrupted database, this command can be used to verify the integrity of the different database files to help isolate any problems. This script should be run while the server instacne is stopped.
.SH OPTIONS
@@ -46,7 +46,7 @@ Display the version of the Directory Server.
.br
Display the usage.
.SH EXAMPLE
-dbverify -Z instance3 -n userRoot -V
+dbverify \-Z instance3 \-n userRoot \-V

.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
diff --git a/man/man8/dn2rdn.8 b/man/man8/dn2rdn.8
index df0192a..8179d50 100644
--- a/man/man8/dn2rdn.8
+++ b/man/man8/dn2rdn.8
@@ -18,7 +18,7 @@
.SH NAME
dn2rdn - Directory Server script to check for outdated index versions
.SH SYNOPSIS
-dn2rdn [-Z serverID] [-h] [-f] [-v] [-d debuglevel]
+dn2rdn [\-Z serverID] [\-h] [\-f] [\-v] [\-d debuglevel]
.SH DESCRIPTION
Checks the database index version, and if it's in a old format, then it will rebuild the indexes. The server instance needs to be stopped prior to running this script.
.SH OPTIONS
@@ -45,7 +45,7 @@ Display the usage.
.SH EXAMPLE
dn2rdn

-dn2rdn -Z instance3 -f
+dn2rdn \-Z instance3 \-f
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/fixup-linkedattrs.pl.8 b/man/man8/fixup-linkedattrs.pl.8
index 82aa098..c8e0fa6 100644
--- a/man/man8/fixup-linkedattrs.pl.8
+++ b/man/man8/fixup-linkedattrs.pl.8
@@ -18,7 +18,7 @@
.SH NAME
fixup-linkedattrs.pl - Directory Server perl script for creating a "fixup" task for linked attributes.
.SH SYNOPSIS
-fixup-linkedattrs.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-l linkDN] [-P protocol] [-v] [-h]
+fixup-linkedattrs.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-l linkDN] [\-P protocol] [\-v] [\-h]
.SH DESCRIPTION
Creates the managed attributes in the user entries once the linking plug-in instance is created or updates the managed attributes to keep everything in sync after operations like replication or synchronization.
.SH OPTIONS
@@ -59,11 +59,11 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-fixup-linkedattrs.pl -Z instance1 -D 'cn=directory manager' -w password -P STARTTLS
+fixup-linkedattrs.pl \-Z instance1 \-D 'cn=directory manager' \-w password \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.TP
-fixup-linkedattrs.pl -w password -l 'ou=people,dc=example,dc=com'
+fixup-linkedattrs.pl \-w password \-l 'ou=people,dc=example,dc=com'
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/fixup-memberof.pl.8 b/man/man8/fixup-memberof.pl.8
index aa25043..198ce8c 100644
--- a/man/man8/fixup-memberof.pl.8
+++ b/man/man8/fixup-memberof.pl.8
@@ -18,7 +18,7 @@
.SH NAME
fixup-memberof.pl - Directory Server perl script for memberOf attributes.
.SH SYNOPSIS
-fixup-memberof.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } -b baseDN [-f filter] [-P protocol] [-v] [-h]
+fixup-memberof.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } \-b baseDN [\-f filter] [\-P protocol] [\-v] [\-h]
.SH DESCRIPTION
Regenerates and updates memberOf on user entries to coordinate changes in group membership.
.SH OPTIONS
@@ -63,11 +63,11 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-fixup-memberof.pl -Z instance1 -D 'cn=directory manager' -w password -b 'dc=example,dc=com' -P STARTTLS
+fixup-memberof.pl \-Z instance1 \-D 'cn=directory manager' \-w password \-b 'dc=example,dc=com' \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.TP
-fixup-memberof.pl -w password -b 'dc=example,dc=com' -f 'uid=*'
+fixup-memberof.pl \-w password \-b 'dc=example,dc=com' \-f 'uid=*'
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/ldif2db.8 b/man/man8/ldif2db.8
index 7736bc2..9f3b3bc 100644
--- a/man/man8/ldif2db.8
+++ b/man/man8/ldif2db.8
@@ -18,9 +18,9 @@
.SH NAME
ldif2db - Directory Server script for importing a LDIF file
.SH SYNOPSIS
-ldif2db [-Z serverID] -n backendname {-s includesuffix}* [{-x excludesuffix}*] [-g [string] [-G namespace_id]] {-i ldiffile}* [-c chunksize] [-O] [-E] [-q] [-h]
+ldif2db [\-Z serverID] \-n backendname {\-s includesuffix}* [{\-x excludesuffix}*] [\-g [string] [\-G namespace_id]] {\-i ldiffile}* [\-c chunksize] [\-O] [\-E] [\-q] [\-h]
.SH DESCRIPTION
-Imports a LDIF file. Either the option '-n' or '-s' must be used. The server instance must be stopped prior to running this command.
+Imports a LDIF file. Either the option '\-n' or '\-s' must be used. The server instance must be stopped prior to running this command.
.SH OPTIONS
A summary of options is included below:
.TP
@@ -50,12 +50,12 @@ Requests that only the core database is created without attribute indexes.
.B \fB\-g\fR \fI[string]\fR
Generates a unique ID. Type none for no unique ID to be generated and deterministic for the generated unique ID to be name-based. By default, a time-based unique ID is generated. When using the deterministic generation to have a name-based unique ID, it is also possible to specify the namespace for the server to use, as follows:

--g deterministic namespaceId
+\-g deterministic namespaceId

namespaceId is a string of characters in the format 00-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx.
.TP
.B \fB\-G\fR \fInamespace_id\fR
-Generates a namespace ID as a name-based unique ID. This is the same as specifying the -g deterministic option.
+Generates a namespace ID as a name-based unique ID. This is the same as specifying the \-g deterministic option.
.TP
.B \fB\-E\fR
.br
@@ -70,9 +70,9 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-ldif2db -Z instance1 -n userRoot -i /LDAP/ldif/data.ldif
+ldif2db \-Z instance1 \-n userRoot \-i /LDAP/ldif/data.ldif
.TP
-ldif2db -s "dc=example,dc=com" -i /LDAP/ldif/data.ldif
+ldif2db \-s "dc=example,dc=com" \-i /LDAP/ldif/data.ldif
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/ldif2db.pl.8 b/man/man8/ldif2db.pl.8
index b6d9e8d..93e32d5 100644
--- a/man/man8/ldif2db.pl.8
+++ b/man/man8/ldif2db.pl.8
@@ -18,9 +18,9 @@
.SH NAME
ldif2db.pl - Directory Server perl script for importing a LDIF file
.SH SYNOPSIS
-ldif2db.pl -n backend [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-P protocol] {-s includeSuffix}* [{-x excludeSuffix}*] [-O] [-c chunksize] [-v] [-h] [-g [string]] [-G namespace_id] {-i filename}*
+ldif2db.pl \-n backend [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-P protocol] {\-s includeSuffix}* [{\-x excludeSuffix}*] [\-O] [\-c chunksize] [\-v] [\-h] [\-g [string]] [\-G namespace_id] {\-i filename}*
.SH DESCRIPTION
-Imports LDIF file(s) into the server. Either the option '-n' or '-s' must be used. This script creates an entry in the directory that launches this dynamic task.
+Imports LDIF file(s) into the server. Either the option '\-n' or '\-s' must be used. This script creates an entry in the directory that launches this dynamic task.
.SH OPTIONS
A summary of options is included below:
.TP
@@ -35,7 +35,7 @@ search the server instance configuration for the value.
.B \fB\-w\fR \fIpassword\fR
The rootdn password.
.TP
-.B \fB\-w -\fR
+.B \fB\-w \-\fR
.br
Prompt for the rootdn password.
.TP
@@ -57,12 +57,12 @@ Name for the LDIF file to import.
.B \fB\-g\fR \fI[string]\fR
Generates a unique ID. Type none for no unique ID to be generated and deterministic for the generated unique ID to be name-based. By default, a time-based unique ID is generated. When using the deterministic generation to have a name-based unique ID, it is also possible to specify the namespace for the server to use, as follows:

--g deterministic namespaceId
+\-g deterministic namespaceId

namespaceId is a string of characters in the format 00-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx.
.TP
.B \fB\-G\fR \fInamespace_id\fR
-Generates a namespace ID as a name-based unique ID. This is the same as specifying the -g deterministic option.
+Generates a namespace ID as a name-based unique ID. This is the same as specifying the \-g deterministic option.
.TP
.B \fB\-P\fR \fIProtocol\fR
The connection protocol to connect to the Directory Server. Protocols are STARTTLS, LDAPS, LDAPI, and LDAP.
@@ -85,9 +85,9 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-ldif2db.pl -Z instance1 -n userRoot -i /LDAP/ldif/data.ldif
+ldif2db.pl \-Z instance1 \-n userRoot \-i /LDAP/ldif/data.ldif
.TP
-ldif2db.pl -s "dc=example,dc=com" -i /LDAP/ldif/data.ldif -D 'cn=directory manager' -w password -P STARTTLS
+ldif2db.pl \-s "dc=example,dc=com" \-i /LDAP/ldif/data.ldif \-D 'cn=directory manager' \-w password \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/ldif2ldap.8 b/man/man8/ldif2ldap.8
index ac5b815..65f1ef8 100644
--- a/man/man8/ldif2ldap.8
+++ b/man/man8/ldif2ldap.8
@@ -18,7 +18,7 @@
.SH NAME
ldif2ldap - Directory Server script for adding entries
.SH SYNOPSIS
-ldif2ldap [-Z serverID] [-D <rootdn>] -w <password> -f <ldifFile> [-P protocol] [-h]
+ldif2ldap [\-Z serverID] [\-D <rootdn>] \-w <password> \-f <ldifFile> [\-P protocol] [\-h]
.SH DESCRIPTION
Performs an import operation over LDAP to the Directory Server. To run this script, the server must be running.
.SH OPTIONS
@@ -47,7 +47,7 @@ available for the root user.
.br
Display the usage.
.SH EXAMPLE
-ldif2ldap -Z instance3 -D 'cn=directory manager' -w password -f /LDAP/ldif/entries.ldif -P STARTTLS
+ldif2ldap \-Z instance3 \-D 'cn=directory manager' \-w password \-f /LDAP/ldif/entries.ldif \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/monitor.8 b/man/man8/monitor.8
index 0c49829..b970ed9 100644
--- a/man/man8/monitor.8
+++ b/man/man8/monitor.8
@@ -18,7 +18,7 @@
.SH NAME
monitor - Directory Server script for monitoring database performance
.SH SYNOPSIS
-monitor [ -Z serverID ] [ -D rootdn ] [ -w password ] [ -b basedn ] [-P protocol] [-h]
+monitor [ \-Z serverID ] [ \-D rootdn ] [ \-w password ] [ \-b basedn ] [\-P protocol] [\-h]
.SH DESCRIPTION
Retrieves performance monitoring information. To run this script, the server must be running.
.SH OPTIONS
@@ -48,11 +48,11 @@ available for the root user.
Display the usage.
.SH EXAMPLE
.TP
-monitor -P STARTTLS
+monitor \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.TP
-monitor -Z instance2 -D 'cn=directory manager' -w password -b 'cn=monitor,cn=userRoot,cn=ldbm database,cn=plugins,cn=config'
+monitor \-Z instance2 \-D 'cn=directory manager' \-w password \-b 'cn=monitor,cn=userRoot,cn=ldbm database,cn=plugins,cn=config'

Note: You only need to bind as the root DN if you want to look at a backend monitor.
.SH DIAGNOSTICS
diff --git a/man/man8/ns-accountstatus.pl.8 b/man/man8/ns-accountstatus.pl.8
index 8be6e69..f9c96b6 100644
--- a/man/man8/ns-accountstatus.pl.8
+++ b/man/man8/ns-accountstatus.pl.8
@@ -18,7 +18,7 @@
.SH NAME
ns-accountstatus.pl - Directory Server perl script for checking the status of entries.
.SH SYNOPSIS
-ns-accountstatus.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-p port] [-h host] [-P protocol] -I DN
+ns-accountstatus.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-p port] [\-h host] [\-P protocol] \-I DN
.SH DESCRIPTION
Provides account status information to establish whether an entry or group of entries is inactivated.
.SH OPTIONS
@@ -57,9 +57,9 @@ Host name of the Directory Server.
Port number of the Directory Server.
.SH EXAMPLE
.TP
-ns-accountstatus.pl -Z instance3 -D 'cn=directory manager' -w password -I 'uid=user,ou=people,dc=example,dc=com'
+ns-accountstatus.pl \-Z instance3 \-D 'cn=directory manager' \-w password \-I 'uid=user,ou=people,dc=example,dc=com'
.TP
-ns-accountstatus.pl -w password -I 'uid=user,ou=people,dc=example,dc=com' -P STARTTLS
+ns-accountstatus.pl \-w password \-I 'uid=user,ou=people,dc=example,dc=com' \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/ns-activate.pl.8 b/man/man8/ns-activate.pl.8
index b72ade5..19dca53 100644
--- a/man/man8/ns-activate.pl.8
+++ b/man/man8/ns-activate.pl.8
@@ -18,7 +18,7 @@
.SH NAME
ns-activate.pl - Directory Server perl script for activating entries.
.SH SYNOPSIS
-ns-activate.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-p port] [-h host] [-P protocol] -I DN
+ns-activate.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-p port] [\-h host] [\-P protocol] \-I DN
.SH DESCRIPTION
Activates an entry or group of entries.
.SH OPTIONS
@@ -35,7 +35,7 @@ search the server instance configuration for the value.
.B \fB\-w\fR \fIpassword\fR
The rootdn password.
.TP
-.B \fB\-w -\fR
+.B \fB\-w \-\fR
.br
Prompt for the rootdn password.
.TP
@@ -57,7 +57,7 @@ Host name of the Directory Server.
Port number of the Directory Server.
.SH EXAMPLE
.TP
-ns-activate.pl -Z instance2 -D 'cn=directory manager' -j /tmp/passwd.txt -P STARTTLS -I 'uid=user,ou=people,dc=example,dc=com'
+ns-activate.pl \-Z instance2 \-D 'cn=directory manager' \-j /tmp/passwd.txt \-P STARTTLS \-I 'uid=user,ou=people,dc=example,dc=com'

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.

diff --git a/man/man8/ns-inactivate.pl.8 b/man/man8/ns-inactivate.pl.8
index fad00a6..1e77772 100644
--- a/man/man8/ns-inactivate.pl.8
+++ b/man/man8/ns-inactivate.pl.8
@@ -18,7 +18,7 @@
.SH NAME
ns-inactivate.pl - Directory Server perl script for inactivating entries.
.SH SYNOPSIS
-ns-inactivate.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-p port] [-h host] [-P protocol] -I DN
+ns-inactivate.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-p port] [\-h host] [\-P protocol] \-I DN
.SH DESCRIPTION
Inactivates, and consequently locks, an entry or group of entries.
.SH OPTIONS
@@ -35,7 +35,7 @@ search the server instance configuration for the value.
.B \fB\-w\fR \fIpassword\fR
The rootdn password.
.TP
-.B \fB\-w -\fR
+.B \fB\-w \-\fR
.br
Prompt for the rootdn password.
.TP
@@ -57,7 +57,7 @@ Host name of the Directory Server.
Port number of the Directory Server.
.SH EXAMPLE
.TP
-ns-inactivate.pl -Z instance2 -D 'cn=directory manager' -j /tmp/passwd.txt -P STARTTLS -I 'uid=user,ou=people,dc=example,dc=com'
+ns-inactivate.pl \-Z instance2 \-D 'cn=directory manager' \-j /tmp/passwd.txt \-P STARTTLS \-I 'uid=user,ou=people,dc=example,dc=com'

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/ns-newpwpolicy.pl.8 b/man/man8/ns-newpwpolicy.pl.8
index c31e75d..f2dae74 100644
--- a/man/man8/ns-newpwpolicy.pl.8
+++ b/man/man8/ns-newpwpolicy.pl.8
@@ -18,7 +18,7 @@
.SH NAME
ns-newpwpolicy.pl - Directory Server perl script for preparing new password policies.
.SH SYNOPSIS
-ns-newpwpolicy.pl [-Z serverID] [-v] [-D rootdn] { -w password | -j filename } [-P protocol] [-p port] [-h host] -U UserDN -S SuffixDN
+ns-newpwpolicy.pl [\-Z serverID] [\-v] [\-D rootdn] { \-w password | \-j filename } [\-P protocol] [\-p port] [\-h host] \-U UserDN \-S SuffixDN
.SH DESCRIPTION
Adds entries required for implementing the user- and subtree-level password policy.
.SH OPTIONS
@@ -35,7 +35,7 @@ search the server instance configuration for the value.
.B \fB\-w\fR \fIpassword\fR
The rootdn password.
.TP
-.B \fB\-w -\fR
+.B \fB\-w \-\fR
.br
Prompt for the rootdn password.
.TP
@@ -64,7 +64,7 @@ Specifies the DN of the suffix entry that needs to be updated with subtree-level
Display verbose output
.SH EXAMPLE
.TP
-ns-newpwpolicy.pl -Z instance3 -D 'cn=directory manager' -w password -P STARTTLS -U 'uid=user,ou=people,dc=example,dc=com'
+ns-newpwpolicy.pl \-Z instance3 \-D 'cn=directory manager' \-w password \-P STARTTLS \-U 'uid=user,ou=people,dc=example,dc=com'

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/restoreconfig.8 b/man/man8/restoreconfig.8
index 9c98143..022cf44 100644
--- a/man/man8/restoreconfig.8
+++ b/man/man8/restoreconfig.8
@@ -18,7 +18,7 @@
.SH NAME
restoreconfig - Directory Server script for restoring the Admin Server configuration
.SH SYNOPSIS
-restoreconfig [ -Z serverID ] [-h]
+restoreconfig [ \-Z serverID ] [\-h]
.SH DESCRIPTION
Restores the most recently saved Admin Server configuration information to the NetscapeRoot partition under the /etc/dirsrv/slapd-instance_name/ directory.
.SH OPTIONS
@@ -35,7 +35,7 @@ Display the usage.
.TP
restoreconfig
.TP
-restoreconfig -Z instance2
+restoreconfig \-Z instance2
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/saveconfig.8 b/man/man8/saveconfig.8
index 7f5a5fa..cec4fbb 100644
--- a/man/man8/saveconfig.8
+++ b/man/man8/saveconfig.8
@@ -18,7 +18,7 @@
.SH NAME
saveconfig - Directory Server script for saving the Admin Server configuration
.SH SYNOPSIS
-saveconfig [ -Z serverID ] [-h]
+saveconfig [ \-Z serverID ] [\-h]
.SH DESCRIPTION
Makes a backup of the Admin Server configuration information and stores it in /var/lib/dirsrv/slapd-instance_name/bak.
.SH OPTIONS
@@ -35,7 +35,7 @@ Display the usage.
.TP
saveconfig
.TP
-saveconfig -Z instance3
+saveconfig \-Z instance3
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/schema-reload.pl.8 b/man/man8/schema-reload.pl.8
index bb21dd6..5e27acb 100644
--- a/man/man8/schema-reload.pl.8
+++ b/man/man8/schema-reload.pl.8
@@ -18,7 +18,7 @@
.SH NAME
schema-reload.pl - Directory Server perl script for updating the schema.
.SH SYNOPSIS
-schema-reload.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-P protocol] [-d schemadir] [-v] [-h]
+schema-reload.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-P protocol] [\-d schemadir] [\-v] [\-h]
.SH DESCRIPTION
Manually reloads the schema files used by the Directory Server instance, either in the default location, or in user-specified locations.
.SH OPTIONS
@@ -35,7 +35,7 @@ search the server instance configuration for the value.
.B \fB\-w\fR \fIpassword\fR
The rootdn password.
.TP
-.B \fB\-w -\fR
+.B \fB\-w \-\fR
.br
Prompt for the rootdn password.
.TP
@@ -59,7 +59,7 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-schema-reload.pl -Z instance3 -D 'cn=directory manager' -w password -P STARTTLS -d /LDAP/schema/
+schema-reload.pl \-Z instance3 \-D 'cn=directory manager' \-w password \-P STARTTLS \-d /LDAP/schema/

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/suffix2instance.8 b/man/man8/suffix2instance.8
index e4794c7..cb02826 100644
--- a/man/man8/suffix2instance.8
+++ b/man/man8/suffix2instance.8
@@ -18,7 +18,7 @@
.SH NAME
suffix2instance - Directory Server script for finding a backend name
.SH SYNOPSIS
-suffix2instance [-Z serverID] -s suffix [-h]
+suffix2instance [\-Z serverID] \-s suffix [\-h]
.SH DESCRIPTION
Maps a suffix to a backend name. This script can be run while the server is running, or stopped.
.SH OPTIONS
@@ -36,9 +36,9 @@ The suffix DN to be mapped to a backend name. Example: "dc=example,dc=com"
Display the usage.
.SH EXAMPLE
.TP
-suffix2instance -s 'dc=example,dc=com'
+suffix2instance \-s 'dc=example,dc=com'
.TP
-suffix2instance -Z instance3 -s 'dc=example,dc=com'
+suffix2instance \-Z instance3 \-s 'dc=example,dc=com'
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/syntax-validate.pl.8 b/man/man8/syntax-validate.pl.8
index 37c034b..ae0a265 100644
--- a/man/man8/syntax-validate.pl.8
+++ b/man/man8/syntax-validate.pl.8
@@ -18,7 +18,7 @@
.SH NAME
syntax-validate.pl - Directory Server perl script for validating attribute syntax.
.SH SYNOPSIS
-syntax-validate.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } -b baseDN [-f filter] [-P protocol] [-v] [-h]
+syntax-validate.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } \-b baseDN [\-f filter] [\-P protocol] [\-v] [\-h]
.SH DESCRIPTION
Syntax validation checks every modification to attributes to make sure that the new value has the required syntax for that attribute type. All attribute syntaxes are validated against the definitions in RFC 4514.
.SH OPTIONS
@@ -35,7 +35,7 @@ search the server instance configuration for the value.
.B \fB\-w\fR \fIpassword\fR
The rootdn password.
.TP
-.B \fB\-w -\fR
+.B \fB\-w \-\fR
.br
Prompt for the rootdn password.
.TP
@@ -62,7 +62,7 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-syntax-validate.pl -Z instance2 -D 'cn=directory manager' -w password -b 'dc=example,dc=com' -f 'cn=*' -P STARTTLS
+syntax-validate.pl \-Z instance2 \-D 'cn=directory manager' \-w password \-b 'dc=example,dc=com' \-f 'cn=*' \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/upgradedb.8 b/man/man8/upgradedb.8
index 31519fa..a136a99 100644
--- a/man/man8/upgradedb.8
+++ b/man/man8/upgradedb.8
@@ -18,7 +18,7 @@
.SH NAME
upgradedb - Directory Server script for upgrading the database
.SH SYNOPSIS
-upgradedb [-a archivedir] [-Z serverID] [-f] [-v] [-d debuglevel] [-h]
+upgradedb [\-a archivedir] [\-Z serverID] [\-f] [\-v] [\-d debuglevel] [\-h]
.SH DESCRIPTION
Checks the DB version and if it has the old index formatting then it will rebuild the indexes. This is usually needed after migrating from older versions of Directory Server. This script must be run while the server is stopped.
.SH OPTIONS
@@ -42,7 +42,7 @@ Only checks whether any DNs in the database need to be updated.
Display the usage.
.SH EXAMPLE
.TP
-upgradedb -Z instance2
+upgradedb \-Z instance2
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/upgradednformat.8 b/man/man8/upgradednformat.8
index 40584f0..3b29238 100644
--- a/man/man8/upgradednformat.8
+++ b/man/man8/upgradednformat.8
@@ -18,7 +18,7 @@
.SH NAME
upgradednformat - Directory Server script for upgrading the DN format
.SH SYNOPSIS
-upgradednformat -n backendname -a database_directory [-Z serverID] [-N] [-h]
+upgradednformat \-n backendname \-a database_directory [\-Z serverID] [\-N] [\-h]
.SH DESCRIPTION
Updates older-style DN syntaxes to RFC 4514-style DN syntaxes for migrated databases. This is usually needed after migrating from an older version of Directory Server. This script must be run while the server is stopped.
.SH OPTIONS
@@ -42,7 +42,7 @@ Only checks whether any DNs in the database need to be updated.
Display the usage.
.SH EXAMPLE
.TP
-upgradednformat -n userRoot -a /var/lib/dirsrv/slapd-instance2/db -Z instance2
+upgradednformat \-n userRoot \-a /var/lib/dirsrv/slapd-instance2/db \-Z instance2
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/usn-tombstone-cleanup.pl.8 b/man/man8/usn-tombstone-cleanup.pl.8
index 6b31492..36bba7f 100644
--- a/man/man8/usn-tombstone-cleanup.pl.8
+++ b/man/man8/usn-tombstone-cleanup.pl.8
@@ -18,7 +18,7 @@
.SH NAME
usn-tombstone-cleanup.pl - Directory Server perl script for cleaning up tombstone entries.
.SH SYNOPSIS
-usn-tombstone-cleanup.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } -s suffix -n backend [-m maxusn_to_delete] [-P protocol] [-v] [-h]
+usn-tombstone-cleanup.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } \-s suffix \-n backend [\-m maxusn_to_delete] [\-P protocol] [\-v] [\-h]
.SH DESCRIPTION
Deletes the tombstone entries maintained by the instance if the USN Plug-in is enabled.
.SH OPTIONS
@@ -65,7 +65,7 @@ Display verbose output
Display usage
.SH EXAMPLE
.TP
-usn-tombstone-cleanup.pl -Z instance2 -D 'cn=directory manager' -w password -n userRoot -s 'ou=people,dc=example,dc=com' -P STARTTLS
+usn-tombstone-cleanup.pl \-Z instance2 \-D 'cn=directory manager' \-w password \-n userRoot \-s 'ou=people,dc=example,dc=com' \-P STARTTLS

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.
.SH DIAGNOSTICS
diff --git a/man/man8/verify-db.pl.8 b/man/man8/verify-db.pl.8
index 07057a1..a96c8f5 100644
--- a/man/man8/verify-db.pl.8
+++ b/man/man8/verify-db.pl.8
@@ -18,7 +18,7 @@
.SH NAME
verify-db.pl - Directory Server perl script for verifying the database.
.SH SYNOPSIS
-verify-db.pl [-Z serverID] [ -a path ] [-h]
+verify-db.pl [\-Z serverID] [ \-a path ] [\-h]
.SH DESCRIPTION
Verifies the backend database files. If the server crashes because of a corrupted database, this script can be used to verify the integrity of the different database files to help isolate any problems.
.SH OPTIONS
@@ -36,7 +36,7 @@ Gives the path to the database directory. If this option is not passed with the
Display usage
.SH EXAMPLE
.TP
-verify-db.pl -Z instance2 -a /var/lib/dirsrv/slapd-instance2/db
+verify-db.pl \-Z instance2 \-a /var/lib/dirsrv/slapd-instance2/db
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written
diff --git a/man/man8/vlvindex.8 b/man/man8/vlvindex.8
index a4eec93..4074d84 100644
--- a/man/man8/vlvindex.8
+++ b/man/man8/vlvindex.8
@@ -18,7 +18,7 @@
.SH NAME
vlvindex - Directory Server script for VLV indexing
.SH SYNOPSIS
-vlvindex [-Z serverID] -n backendname | {-s includesuffix}* -T vlvTag [-d debuglevel] [-h]
+vlvindex [\-Z serverID] \-n backendname | {\-s includesuffix}* \-T vlvTag [\-d debuglevel] [\-h]
.SH DESCRIPTION
Creates virtual list view (VLV) indexes, known in the Directory Server Console as browsing indexes. VLV indexes introduce flexibility in the way search results are viewed. VLV index configuration must already exist prior to running this script. The Directory Server must be stopped before running this script.
.SH OPTIONS
@@ -45,7 +45,7 @@ Settings the debugging level.
Display the usage.
.SH EXAMPLE
.TP
-vlvindex -n userRoot -T myVLVIndex -Z instance2
+vlvindex \-n userRoot \-T myVLVIndex \-Z instance2
.SH DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a
non-zero exit status and a diagnostic message being written


--
389 commits mailing list
389-commits@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-commits

No comments:

Post a Comment