diff options
author | Dug Song <dugsong@cvs.openbsd.org> | 2002-04-08 21:07:55 +0000 |
---|---|---|
committer | Dug Song <dugsong@cvs.openbsd.org> | 2002-04-08 21:07:55 +0000 |
commit | ef959076b13d78714791d8f21fce07808b49e6fc (patch) | |
tree | cc4cfa706f3af0f17d795ebdee7af826598c7070 /share/man | |
parent | eea572839f1284145cbd430ec76c78982f74b3d5 (diff) |
sync *_{MIN,MAX} synopsis with reality. ok provos@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/tree.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index ace2a07cbed..4683a2a9653 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tree.3,v 1.3 2002/03/25 21:53:39 frantzen Exp $ +.\" $OpenBSD: tree.3,v 1.4 2002/04/08 21:07:54 dugsong Exp $ .\"/* .\" * Copyright 2002 Niels Provos <provos@citi.umich.edu> .\" * All rights reserved. @@ -83,9 +83,9 @@ .Ft "struct TYPE *" .Fn SPLAY_NEXT "NAME" "SPLAY_HEAD *head" "struct TYPE *elm" .Ft "struct TYPE *" -.Fn SPLAY_MIN "NAME" "SPLAY_HEAD *head" "struct TYPE *elm" +.Fn SPLAY_MIN "NAME" "SPLAY_HEAD *head" .Ft "struct TYPE *" -.Fn SPLAY_MAX "NAME" "SPLAY_HEAD *head" "struct TYPE *elm" +.Fn SPLAY_MAX "NAME" "SPLAY_HEAD *head" .Ft "struct TYPE *" .Fn SPLAY_FIND "NAME" "SPLAY_HEAD *head" "struct TYPE *elm" .Ft "struct TYPE *" @@ -112,9 +112,9 @@ .Ft "struct TYPE *" .Fn RB_NEXT "NAME" "RB_HEAD *head" "struct TYPE *elm" .Ft "struct TYPE *" -.Fn RB_MIN "NAME" "RB_HEAD *head" "struct TYPE *elm" +.Fn RB_MIN "NAME" "RB_HEAD *head" .Ft "struct TYPE *" -.Fn RB_MAX "NAME" "RB_HEAD *head" "struct TYPE *elm" +.Fn RB_MAX "NAME" "RB_HEAD *head" .Ft "struct TYPE *" .Fn RB_FIND "NAME" "RB_HEAD *head" "struct TYPE *elm" .Ft "struct TYPE *" |