]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/slapo-valsort.5
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
[openldap] / doc / man / man5 / slapo-valsort.5
index 3b483bb9c4576eaa128bc2f094dbe95badee24d2..132878ab8d21d7bd5e6b535a3ef72a52dafd3a1f 100644 (file)
@@ -1,9 +1,9 @@
 .TH SLAPO-VALSORT 5 "RELEASEDATE" "OpenLDAP LDVERSION"
 .TH SLAPO-VALSORT 5 "RELEASEDATE" "OpenLDAP LDVERSION"
-.\" Copyright 2005-2007 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 2005-2011 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .\" $OpenLDAP$
 .SH NAME
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .\" $OpenLDAP$
 .SH NAME
-slapo-valsort \- Value Sorting overlay
+slapo\-valsort \- Value Sorting overlay to slapd
 .SH SYNOPSIS
 ETCDIR/slapd.conf
 .SH DESCRIPTION
 .SH SYNOPSIS
 ETCDIR/slapd.conf
 .SH DESCRIPTION
@@ -29,7 +29,7 @@ They should appear after the
 .B overlay
 directive.
 .TP
 .B overlay
 directive.
 .TP
-valsort-attr <\fIattribute\fP> <\fIbaseDN\fP> (<\fIsort-method\fP> | weighted [<\fIsort-method\fP>])
+valsort\-attr <\fIattribute\fP> <\fIbaseDN\fP> (<\fIsort-method\fP> | weighted [<\fIsort-method\fP>])
 Configure a sorting method for the specified
 .I attribute
 in the subtree rooted at
 Configure a sorting method for the specified
 .I attribute
 in the subtree rooted at
@@ -37,11 +37,11 @@ in the subtree rooted at
 The 
 .I sort-method
 may be one of
 The 
 .I sort-method
 may be one of
-.BR alpha-ascend ,
-.BR alpha-descend ,
-.BR numeric-ascend ,
+.BR alpha\-ascend ,
+.BR alpha\-descend ,
+.BR numeric\-ascend ,
 or
 or
-.BR numeric-descend .
+.BR numeric\-descend .
 If the special
 .B weighted
 method is specified, a secondary
 If the special
 .B weighted
 method is specified, a secondary
@@ -60,7 +60,7 @@ for an attribute with a syntax other than Integer or NumericString.
        suffix dc=example,dc=com
        ...
        overlay valsort
        suffix dc=example,dc=com
        ...
        overlay valsort
-       valsort-attr member ou=groups,dc=example,dc=com alpha-ascend
+       valsort\-attr member ou=groups,dc=example,dc=com alpha\-ascend
 .fi
 
 .SH FILES
 .fi
 
 .SH FILES
@@ -68,7 +68,8 @@ for an attribute with a syntax other than Integer or NumericString.
 \fIETCDIR/slapd.conf\fP
 default \fBslapd\fP configuration file
 .SH SEE ALSO
 \fIETCDIR/slapd.conf\fP
 default \fBslapd\fP configuration file
 .SH SEE ALSO
-.BR slapd.conf (5).
+.BR slapd.conf (5),
+.BR slapd\-config (5).
 .SH ACKNOWLEDGEMENTS
 .P
 This module was written in 2005 by Howard Chu of Symas Corporation. The
 .SH ACKNOWLEDGEMENTS
 .P
 This module was written in 2005 by Howard Chu of Symas Corporation. The