Module Name: othersrc
Committed By: agc
Date: Sun Sep 18 18:24:26 UTC 2011
Modified Files:
othersrc/external/bsd/hmac/dist: hmac.1
Log Message:
sync man page with reality
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/hmac/dist/hmac.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/hmac/dist/hmac.1
diff -u othersrc/external/bsd/hmac/dist/hmac.1:1.1.1.1 othersrc/external/bsd/hmac/dist/hmac.1:1.2
--- othersrc/external/bsd/hmac/dist/hmac.1:1.1.1.1 Thu Apr 14 04:52:46 2011
+++ othersrc/external/bsd/hmac/dist/hmac.1 Sun Sep 18 18:24:26 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: hmac.1,v 1.1.1.1 2011/04/14 04:52:46 agc Exp $
+.\" $NetBSD: hmac.1,v 1.2 2011/09/18 18:24:26 agc Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 12, 2011
+.Dd September 18, 2011
.Dt HMAC 1
.Os
.Sh NAME
@@ -102,10 +102,10 @@
.Sh EXAMPLES
.Bd -literal
% hmac -k ' ' -a sha256 Makefile
-sha256 (Makefile) = 9612652f4e2371dc41e75f7d1b80e305a7be54b171b6a6002ba5caa072f3e825
+hmac-sha256 (Makefile) = 9612652f4e2371dc41e75f7d1b80e305a7be54b171b6a6002ba5caa072f3e825
% hmac -a sha256 Makefile
hmac key:
-sha256 (Makefile) = 9612652f4e2371dc41e75f7d1b80e305a7be54b171b6a6002ba5caa072f3e825
+hmac-sha256 (Makefile) = 9612652f4e2371dc41e75f7d1b80e305a7be54b171b6a6002ba5caa072f3e825
% hmac -a sha256 < Makefile
hmac key:
9612652f4e2371dc41e75f7d1b80e305a7be54b171b6a6002ba5caa072f3e825