Module Name: src
Committed By: pgoyette
Date: Fri Mar 29 20:58:58 UTC 2013
Modified Files:
src/share/man/man3: tree.3
Log Message:
Minor typo
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man3/tree.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man3/tree.3
diff -u src/share/man/man3/tree.3:1.7 src/share/man/man3/tree.3:1.8
--- src/share/man/man3/tree.3:1.7 Tue Dec 21 18:05:05 2010
+++ src/share/man/man3/tree.3 Fri Mar 29 20:58:58 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: tree.3,v 1.7 2010/12/21 18:05:05 njoly Exp $
+.\" $NetBSD: tree.3,v 1.8 2013/03/29 20:58:58 pgoyette Exp $
.\" $OpenBSD: tree.3,v 1.9 2003/05/20 09:13:38 jmc Exp $
.\"/*
.\" * Copyright 2002 Niels Provos <[email protected]>
@@ -228,7 +228,7 @@ macro, but should be used only once.
Finally,
the
.Fa CMP
-argument is the name of a function used to compare trees noded
+argument is the name of a function used to compare tree nodes
with each other.
The function takes two arguments of type
.Fa "struct TYPE *" .