Module Name: othersrc Committed By: wiz Date: Tue Jun 21 15:40:22 UTC 2011
Modified Files: othersrc/external/bsd/hashtree/dist: hashtree.1 Log Message: Fix a typo. Markup nit. Remove trailing whitespace, and uncustomary dot at end of SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/hashtree/dist/hashtree.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/external/bsd/hashtree/dist/hashtree.1 diff -u othersrc/external/bsd/hashtree/dist/hashtree.1:1.1.1.1 othersrc/external/bsd/hashtree/dist/hashtree.1:1.2 --- othersrc/external/bsd/hashtree/dist/hashtree.1:1.1.1.1 Tue Jun 21 14:51:37 2011 +++ othersrc/external/bsd/hashtree/dist/hashtree.1 Tue Jun 21 15:40:22 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: hashtree.1,v 1.1.1.1 2011/06/21 14:51:37 agc Exp $ +.\" $NetBSD: hashtree.1,v 1.2 2011/06/21 15:40:22 wiz Exp $ .\" .\" Copyright (c) 2011 Alistair Crooks <a...@netbsd.org> .\" All rights reserved. @@ -56,7 +56,7 @@ .Dv level of digests, a further set of digests is calculated on the first set of digests, -thereby forming a pyranmid of digests. +thereby forming a pyramid of digests. This process stops when there is only one digest in a level. .Pp The resulting complete digest is output with the first level at @@ -90,14 +90,16 @@ .Dv md5 , .Dv rmd160 , .Dv sha256 , -.Dv sha1 , and +.Dv sha1 , +and .Dv md5 . In addition, HMAC sums can be specified: possible values are: .Dv hmacsha1 , .Dv hmacrmd160 , .Dv hmacsha256 , -.Dv hmacsha1 , and +.Dv hmacsha1 , +and .Dv hmacmd5 . .Pp The following options are available: @@ -140,7 +142,7 @@ .Bd -literal % hashtree -n 1 dist/hashtree.c HASHTREE/sha1/1/10358/10358 (dist/hashtree.c) = 253f185d39783fd29ca6a7936fee4b50e3775f39 -% sha1 dist/hashtree.c +% sha1 dist/hashtree.c SHA1 (dist/hashtree.c) = 253f185d39783fd29ca6a7936fee4b50e3775f39 % hashtree dist/hashtree.c HASHTREE/sha1/2/10358/1024 (dist/hashtree.c) = 6a765d5809534fa75fd2f4f2f88168e65cb1182f91ac14db77b0052ae083743c10ed0ccea98ebf44a945eb72ee0303a8b5b89a2a590ec2e684418942bae3e0be34567bd12721167239fdf641c24ec51b59426924a32760adf11370aca375d60a97364613f93e1e44f848a3557c141b7422aa7e63fef99ff4e056124513c228c9a33e0dff08e6baa2903f959f428dd60f9a6390b0d4108d0826713d33ab6e5520fe20e61ac700659eb5e6a1cf5653da05d65c0d792cd3affaadd037372cfbf7085e14caea50dd89e2790cd982824fec985e2a97fcbbc415e91c27dc4f3089ec446784262269677aa1736fba2e5a768114 @@ -157,7 +159,7 @@ .Xr rmd160 3 , .Xr sha1 3 , .Xr sha256 3 , -.Xr sha512 3 . +.Xr sha512 3 .Sh HISTORY The .Nm