man/ronin-hmac.1 in ronin-2.0.5 vs man/ronin-hmac.1 in ronin-2.1.0.rc1

- old
+ new

@@ -1,66 +1,53 @@ -.\" Generated by kramdown-man 0.1.8 +.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-hmac 1 "2023-02-01" Ronin "User Manuals" -.LP +.SH NAME +.PP +ronin\-hmac \- Calculates a Hash\-based Message Authentication Code (HMAC) .SH SYNOPSIS -.LP -.HP +.PP \fBronin hmac\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB] -.LP .SH DESCRIPTION -.LP .PP Calculates a Hash\-based Message Authentication Code (HMAC) for data\. -.LP .SH ARGUMENTS -.LP .TP \fIFILE\fP The optional file to read and process\. If no \fIFILE\fP arguments are given, input will be read from \fBstdin\fR\. -.LP .SH OPTIONS -.LP .TP -\fB-f\fR, \fB--file\fR \fIFILE\fP +\fB\-f\fR, \fB\-\-file\fR \fIFILE\fP Optional file to process\. -.LP .TP -\fB--string\fR \fISTRING\fP +\fB\-\-string\fR \fISTRING\fP Optional string to process\. -.LP .TP -\fB-M\fR, \fB--multiline\fR +\fB\-M\fR, \fB\-\-multiline\fR Process each line of input separately\. -.LP .TP -\fB-n\fR, \fB--keep-newlines\fR +\fB\-n\fR, \fB\-\-keep\-newlines\fR Preserves newlines at the end of each line\. -.LP .TP -\fB-H\fR,\fB--hash\fR \fBmd5\fR\[or]\fBsha1\fR\[or]\fBsha256\fR\[or]\fBsha512\fR +\fB\-H\fR,\fB\-\-hash\fR \fBmd5\fR\[or]\fBsha1\fR\[or]\fBsha256\fR\[or]\fBsha512\fR Hash algorithm to use\. Defaults to \fBsha1\fR if the option is not given\. -.LP .TP -\fB-k\fR, \fB--key\fR \fIKEY\fP +\fB\-k\fR, \fB\-\-key\fR \fIKEY\fP The key string to use\. -.LP .TP -\fB-k\fR, \fB--key-file\fR \fIFILE\fP +\fB\-k\fR, \fB\-\-key\-file\fR \fIFILE\fP The file to read the key string from\. -.LP .TP -\fB-h\fR, \fB--help\fR +\fB\-h\fR, \fB\-\-help\fR Print help information\. -.LP .SH AUTHOR -.LP .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME -.LP .SH SEE ALSO -.LP .PP -ronin\-md5(1), ronin\-sha1(1), ronin\-sha256(1), ronin\-sha512(1) \ No newline at end of file +.BR ronin\-md5 (1) +.BR ronin\-sha1 (1) +.BR ronin\-sha256 (1) +.BR ronin\-sha512 (1)