Revision: 77135
          http://sourceforge.net/p/brlcad/code/77135
Author:   starseeker
Date:     2020-09-13 21:11:59 +0000 (Sun, 13 Sep 2020)
Log Message:
-----------
Mention alphanum search output sorting in man page.

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/mann/search.xml

Modified: brlcad/trunk/doc/docbook/system/mann/search.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/search.xml     2020-09-13 17:29:04 UTC 
(rev 77134)
+++ brlcad/trunk/doc/docbook/system/mann/search.xml     2020-09-13 21:11:59 UTC 
(rev 77135)
@@ -51,7 +51,27 @@
       <emphasis remap="I">before</emphasis> the paths and are used to control 
settings
       that apply globally to <command>search</command>'s behavior and 
reporting during
       the execution of the search.
+    </para>
 
+    <para>
+      The results of the search command will be sorted according to David 
Koelle's
+      "alphanum" algorithm, which is basically a human-intuitive ordering for
+      strings with letters and numbers.  For example, a result returning d1.r, 
d10.r and d2.r
+      will be sorted as:
+      
+      <literallayout>
+d1.r
+d2.r
+d10.r
+      </literallayout>
+
+      instead of the default ASCII character ordering, which would look like:
+      
+      <literallayout>
+d1.r
+d10.r
+d2.r
+      </literallayout>
     </para>
   </refsection>
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to