diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2002-12-09 22:46:12 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2002-12-09 22:46:12 +0000 |
commit | c5b03361b1861d29fec0af725a91b6ac90fe9f74 (patch) | |
tree | b7c1371686d56fdf317d1366621ec8c84d184035 /share | |
parent | 2a8153e81b60df61908389ba53a9e4bb1ad7f655 (diff) |
Correct typo. 'commited' -> 'committed'. Also got rid of obsolete
todo-style comment about missing free(9) etc.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/hash.9 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man9/hash.9 b/share/man/man9/hash.9 index e8350e6e153..378a7273bdd 100644 --- a/share/man/man9/hash.9 +++ b/share/man/man9/hash.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hash.9,v 1.3 2002/11/08 08:08:47 mpech Exp $ +.\" $OpenBSD: hash.9,v 1.4 2002/12/09 22:46:11 cloder Exp $ .\" .\" Copyright (c) 2001 Tobias Weingartner .\" All rights reserved. @@ -132,7 +132,6 @@ sample_use(char *str, int len) } .Ed .Sh SEE ALSO -.\" Not written yet, comming I hope .Xr free 9 .Xr hashinit 9 , .Xr malloc 9 , @@ -149,12 +148,12 @@ be revisited. .Sh HISTORY The .Nm -functions were first commited to +functions were first committed to .Nx 1.6 . The .Ox versions were written and massaged for .Ox 2.3 by Tobias Weingartner, -and finally commited for +and finally committed for .Ox 3.2 . |