diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2002-06-21 19:14:15 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2002-06-21 19:14:15 +0000 |
commit | 20a0d9035e6ea7bfba6bc69cdb8fe5d98801f660 (patch) | |
tree | da397bb18092556ab4ae19ba7f1ec16af9b015d1 | |
parent | 7ef5f2e34ca8573458c33673eec963c126fb29a3 (diff) |
Alphabetise. From Mike Pechkin.
-rw-r--r-- | share/man/man9/hash.9 | 4 | ||||
-rw-r--r-- | share/man/man9/hashinit.9 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/hash.9 b/share/man/man9/hash.9 index 35ee946990c..e58305bd530 100644 --- a/share/man/man9/hash.9 +++ b/share/man/man9/hash.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hash.9,v 1.1 2002/06/21 07:40:14 weingart Exp $ +.\" $OpenBSD: hash.9,v 1.2 2002/06/21 19:14:14 weingart Exp $ .\" .\" Copyright (c) 2001 Tobias Weingartner .\" All rights reserved. @@ -134,9 +134,9 @@ sample_use(char *str, int len) .Pp .Sh SEE ALSO .\" Not written yet, comming I hope +.Xr free 9 .Xr hashinit 9 , .Xr malloc 9 , -.Xr free 9 .Sh LIMITATIONS The .Fn hash32 diff --git a/share/man/man9/hashinit.9 b/share/man/man9/hashinit.9 index e0987865197..462822d6cb3 100644 --- a/share/man/man9/hashinit.9 +++ b/share/man/man9/hashinit.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hashinit.9,v 1.1 2002/06/21 07:40:14 weingart Exp $ +.\" $OpenBSD: hashinit.9,v 1.2 2002/06/21 19:14:14 weingart Exp $ .\" .\" Copyright (c) 2001 Tobias Weingartner .\" All rights reserved. @@ -65,9 +65,9 @@ The .Fn hashinit function returns a pointer to the allocated and initialized hash table. .Sh SEE ALSO +.Xr free 9 .Xr hash 9 , .Xr malloc 9 , -.Xr free 9 .Sh LIMITATIONS The .Fn hashinit |