aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/tsearch.3
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2016-10-15 08:09:55 +0000
committerEd Schouten <ed@FreeBSD.org>2016-10-15 08:09:55 +0000
commit279d89406bfa0da3a98243ddfcad160e2be5d0bb (patch)
treec08277c74fc300924c8832abfad784e8165b6d1b /lib/libc/stdlib/tsearch.3
parent55ff82c0db20fe79c7be2a2e6c5e1ce99f33ffa6 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/tsearch.3')
-rw-r--r--lib/libc/stdlib/tsearch.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/tsearch.3 b/lib/libc/stdlib/tsearch.3
index f178c208ae349..493eff25deda3 100644
--- a/lib/libc/stdlib/tsearch.3
+++ b/lib/libc/stdlib/tsearch.3
@@ -142,10 +142,10 @@ The
.Fa posix_tnode
type is not part of
.St -p1003.1-2008 ,
-but it is expected to be standardized by future versions of the standard.
+but is expected to be standardized by future versions of the standard.
It is defined as
.Fa void
for source-level compatibility.
Using
.Fa posix_tnode
-makes it easier to distinguish between nodes and keys.
+makes distinguishing between nodes and keys easier.