1 |
Various manual pages changes: |
2 |
* removes LIBEXECDIR from slapd.8 |
3 |
* removes references to non-existing manpages (bz 624616) |
4 |
|
5 |
diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1 |
6 |
index 3def6da..466c772 100644 |
7 |
--- a/doc/man/man1/ldapmodify.1 |
8 |
+++ b/doc/man/man1/ldapmodify.1 |
9 |
@@ -397,8 +397,7 @@ exit status and a diagnostic message being written to standard error. |
10 |
.BR ldap_add_ext (3), |
11 |
.BR ldap_delete_ext (3), |
12 |
.BR ldap_modify_ext (3), |
13 |
-.BR ldap_modrdn_ext (3), |
14 |
.BR ldif (5). |
15 |
.SH AUTHOR |
16 |
The OpenLDAP Project <http://www.openldap.org/> |
17 |
.SH ACKNOWLEDGEMENTS |
18 |
diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8 |
19 |
index b739f4d..e2a1a00 100644 |
20 |
--- a/doc/man/man8/slapd.8 |
21 |
+++ b/doc/man/man8/slapd.8 |
22 |
@@ -5,7 +5,7 @@ |
23 |
.SH NAME |
24 |
slapd \- Stand-alone LDAP Daemon |
25 |
.SH SYNOPSIS |
26 |
-.B LIBEXECDIR/slapd |
27 |
+.B slapd |
28 |
[\c |
29 |
.BR \-4 | \-6 ] |
30 |
[\c |
31 |
@@ -317,7 +317,7 @@ the LDAP databases defined in the default config file, just type: |
32 |
.LP |
33 |
.nf |
34 |
.ft tt |
35 |
- LIBEXECDIR/slapd |
36 |
+ slapd |
37 |
.ft |
38 |
.fi |
39 |
.LP |
40 |
@@ -328,7 +328,7 @@ on voluminous debugging which will be printed on standard error, type: |
41 |
.LP |
42 |
.nf |
43 |
.ft tt |
44 |
- LIBEXECDIR/slapd \-f /var/tmp/slapd.conf \-d 255 |
45 |
+ slapd -f /var/tmp/slapd.conf -d 255 |
46 |
.ft |
47 |
.fi |
48 |
.LP |
49 |
@@ -336,7 +336,7 @@ To test whether the configuration file is correct or not, type: |
50 |
.LP |
51 |
.nf |
52 |
.ft tt |
53 |
- LIBEXECDIR/slapd \-Tt |
54 |
+ slapd -Tt |
55 |
.ft |
56 |
.fi |
57 |
.LP |
58 |
-- |
59 |
1.8.1.4 |
60 |
|