diff options
author | Vincent Labrecque <vincent@cvs.openbsd.org> | 2002-03-19 00:07:46 +0000 |
---|---|---|
committer | Vincent Labrecque <vincent@cvs.openbsd.org> | 2002-03-19 00:07:46 +0000 |
commit | 27de44bc1dfdb5a73cc6c5df69878cbd925aaec1 (patch) | |
tree | 1bc38a00e8474545504cc1a2af3ac1ab636194f0 /share | |
parent | 66acfb9570abf23de0f198f8eefe5430c1422e9e (diff) |
Free/tree typos.
ok provos@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/tree.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index 09363869a64..cda712670c8 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tree.3,v 1.1 2002/02/24 19:42:46 provos Exp $ +.\" $OpenBSD: tree.3,v 1.2 2002/03/19 00:07:45 vincent Exp $ .\"/* .\" * Copyright 2002 Niels Provos <provos@citi.umich.edu> .\" * All rights reserved. @@ -238,7 +238,7 @@ from the tree pointed by .Pp The .Fn SPLAY_FIND -macro can be used to find a particular element in the free. +macro can be used to find a particular element in the tree. .Bd -literal -offset indent struct TYPE find, *res; find.key = 30; @@ -352,7 +352,7 @@ from the tree pointed by .Pp The .Fn RB_FIND -macro can be used to find a particular element in the free. +macro can be used to find a particular element in the tree. .Bd -literal -offset indent struct TYPE find, *res; find.key = 30; |