diff options
author | naddy <> | 2022-03-31 17:27:26 +0000 |
---|---|---|
committer | naddy <> | 2022-03-31 17:27:26 +0000 |
commit | 086b95c9573f2c3a1b0b5652129686eb64beeb7e (patch) | |
tree | dd215ed7ee26566711b4b3f92093356c3f542d9e /src/lib/libc/stdlib/tsearch.3 | |
parent | 609f16ba617e874a45ceef4f2e8463f010e5dbe7 (diff) | |
download | openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.tar.gz openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.tar.bz2 openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.zip |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
Diffstat (limited to 'src/lib/libc/stdlib/tsearch.3')
-rw-r--r-- | src/lib/libc/stdlib/tsearch.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/tsearch.3 b/src/lib/libc/stdlib/tsearch.3 index cd90435614..a7ab985013 100644 --- a/src/lib/libc/stdlib/tsearch.3 +++ b/src/lib/libc/stdlib/tsearch.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tsearch.3,v 1.21 2019/01/25 00:19:25 millert Exp $ | 1 | .\" $OpenBSD: tsearch.3,v 1.22 2022/03/31 17:27:16 naddy Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> | 3 | .\" Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: January 25 2019 $ | 17 | .Dd $Mdocdate: March 31 2022 $ |
18 | .Dt TSEARCH 3 | 18 | .Dt TSEARCH 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -63,7 +63,7 @@ except that if no match is found, | |||
63 | is inserted into the tree and a pointer to it is returned. | 63 | is inserted into the tree and a pointer to it is returned. |
64 | If | 64 | If |
65 | .Fa rootp | 65 | .Fa rootp |
66 | points to a null value a new binary search tree is created. | 66 | points to a null value, a new binary search tree is created. |
67 | .Pp | 67 | .Pp |
68 | .Fn tdelete | 68 | .Fn tdelete |
69 | deletes a node from the specified binary search tree and returns | 69 | deletes a node from the specified binary search tree and returns |