diff options
author | benno <benno@FreeBSD.org> | 2009-11-04 04:12:56 +0000 |
---|---|---|
committer | benno <benno@FreeBSD.org> | 2009-11-04 04:12:56 +0000 |
commit | 00142187e9607efb1e2e8519bfa410766565eb55 (patch) | |
tree | d3c206439b89642965859f5cad82f08d7adc4eda /share | |
parent | 4ba0c7ba2ff88ea35926add44eb3f6e4a43cb6d2 (diff) | |
download | FreeBSD-src-00142187e9607efb1e2e8519bfa410766565eb55.zip FreeBSD-src-00142187e9607efb1e2e8519bfa410766565eb55.tar.gz |
Fix typo (noded -> nodes).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/tree.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index aa53eb1..46efbbb 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -384,7 +384,7 @@ macros, but should be used only once. Finally, the .Fa CMP -argument is the name of a function used to compare tree noded +argument is the name of a function used to compare tree nodes with each other. The function takes two arguments of type .Vt "struct TYPE *" . |