diff options
author | jmc <> | 2003-06-01 19:27:27 +0000 |
---|---|---|
committer | jmc <> | 2003-06-01 19:27:27 +0000 |
commit | 5796457847338c884c1863d78addddafce4fc02f (patch) | |
tree | 5977475523d1ea29b76fe3415cdb1d3a83522e71 /src/lib/libc/stdlib/tsearch.3 | |
parent | 986591b4f6cea288e444153e4adc77d36f27fa67 (diff) | |
download | openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.gz openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.bz2 openbsd-5796457847338c884c1863d78addddafce4fc02f.zip |
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
Diffstat (limited to 'src/lib/libc/stdlib/tsearch.3')
-rw-r--r-- | src/lib/libc/stdlib/tsearch.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/tsearch.3 b/src/lib/libc/stdlib/tsearch.3 index b000a0a8b1..585ba6fe81 100644 --- a/src/lib/libc/stdlib/tsearch.3 +++ b/src/lib/libc/stdlib/tsearch.3 | |||
@@ -23,7 +23,7 @@ | |||
23 | .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 23 | .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
24 | .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 24 | .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
25 | .\" | 25 | .\" |
26 | .\" $OpenBSD: tsearch.3,v 1.9 2000/08/09 15:51:21 aaron Exp $ | 26 | .\" $OpenBSD: tsearch.3,v 1.10 2003/06/01 19:27:27 jmc Exp $ |
27 | .\" | 27 | .\" |
28 | .Dd June 15, 1997 | 28 | .Dd June 15, 1997 |
29 | .Dt TSEARCH 3 | 29 | .Dt TSEARCH 3 |
@@ -99,9 +99,6 @@ a value from the enum | |||
99 | .Sy "typedef enum { preorder, postorder, endorder, leaf } VISIT;" | 99 | .Sy "typedef enum { preorder, postorder, endorder, leaf } VISIT;" |
100 | specifying the traversal type, and a node level (where level | 100 | specifying the traversal type, and a node level (where level |
101 | zero is the root of the tree). | 101 | zero is the root of the tree). |
102 | .Sh SEE ALSO | ||
103 | .Xr bsearch 3 , | ||
104 | .Xr lsearch 3 | ||
105 | .Sh RETURN VALUES | 102 | .Sh RETURN VALUES |
106 | The | 103 | The |
107 | .Fn tsearch | 104 | .Fn tsearch |
@@ -125,3 +122,6 @@ or the datum cannot be found. | |||
125 | The | 122 | The |
126 | .Fn twalk | 123 | .Fn twalk |
127 | function returns no value. | 124 | function returns no value. |
125 | .Sh SEE ALSO | ||
126 | .Xr bsearch 3 , | ||
127 | .Xr lsearch 3 | ||