man/ronin-bitflip.1 in ronin-2.0.5 vs man/ronin-bitflip.1 in ronin-2.1.0.rc1
- old
+ new
@@ -1,127 +1,101 @@
-.\" Generated by kramdown-man 0.1.8
+.\" Generated by kramdown-man 1.0.1
.\" https://github.com/postmodern/kramdown-man#readme
.TH ronin-bitflip 1 "2023-02-01" Ronin "User Manuals"
-.LP
+.SH NAME
+.PP
+ronin\-bitflip \- Prints every bit\-flip of the given string(s)
.SH SYNOPSIS
-.LP
-.HP
+.PP
\fBronin bitflip\fR \[lB]\fIoptions\fP\[rB] \[lB]\fISTRING\fP \.\.\.\[rB]
-.LP
.SH DESCRIPTION
-.LP
.PP
Prints every bit\-flip of the given string(s)\.
-.LP
.SH ARGUMENTS
-.LP
.TP
\fISTRING\fP
A string value to print all of the bit\-flips of\.
-.LP
.SH OPTIONS
-.LP
.TP
-\fB-f\fR, \fB--file\fR \fIFILE\fP
+\fB\-f\fR, \fB\-\-file\fR \fIFILE\fP
Optional file to read values from\.
-.LP
.TP
-\fB-N\fR, \fB--numeric\fR
+\fB\-N\fR, \fB\-\-numeric\fR
Searches for numeric characters (0\-9)\.
-.LP
.TP
-\fB-O\fR, \fB--octal\fR
+\fB\-O\fR, \fB\-\-octal\fR
Searches for octal characters (0\-7)\.
-\fB-X\fR, \fB--upper-hex\fR
+\fB\-X\fR, \fB\-\-upper\-hex\fR
+.RS
+.PP
Searches for uppercase hexadecimal (0\-9, A\-F)\.
-.LP
+.RE
.TP
-\fB-x\fR, \fB--lower-hex\fR
+\fB\-x\fR, \fB\-\-lower\-hex\fR
Searches for lowercase hexadecimal (0\-9, a\-f)\.
-.LP
.TP
-\fB-H\fR, \fB--hex\fR
+\fB\-H\fR, \fB\-\-hex\fR
Searches for hexadecimal chars (0\-9, a\-f, A\-F)\.
-.LP
.TP
-\fB--upper-alpha\fR
+\fB\-\-upper\-alpha\fR
Searches for uppercase alpha chars (A\-Z)\.
-.LP
.TP
-\fB--lower-alpha\fR
+\fB\-\-lower\-alpha\fR
Searches for lowercase alpha chars (a\-z)\.
-.LP
.TP
-\fB-A\fR, \fB--alpha\fR
+\fB\-A\fR, \fB\-\-alpha\fR
Searches for alpha chars (a\-z, A\-Z)\.
-.LP
.TP
-\fB--alpha-num\fR
+\fB\-\-alpha\-num\fR
Searches for alpha\-numeric chars (a\-z, A\-Z, 0\-9)\.
-.LP
.TP
-\fB-P\fR, \fB--punct\fR
+\fB\-P\fR, \fB\-\-punct\fR
Searches for punctuation chars\.
-.LP
.TP
-\fB-S\fR, \fB--symbols\fR
+\fB\-S\fR, \fB\-\-symbols\fR
Searches for symbolic chars\.
-.LP
.TP
-\fB-s\fR, \fB--space\fR
+\fB\-s\fR, \fB\-\-space\fR
Searches for all whitespace chars\.
-.LP
.TP
-\fB-v\fR, \fB--visible\fR
+\fB\-v\fR, \fB\-\-visible\fR
Searches for all visible chars\.
-.LP
.TP
-\fB-p\fR, \fB--printable\fR
+\fB\-p\fR, \fB\-\-printable\fR
Searches for all printable chars\.
-.LP
.TP
-\fB-C\fR, \fB--control\fR
+\fB\-C\fR, \fB\-\-control\fR
Searches for all control chars (\ex00\-\ex1f, \ex7f)\.
-.LP
.TP
-\fB-a\fR, \fB--signed-ascii\fR
+\fB\-a\fR, \fB\-\-signed\-ascii\fR
Searches for all signed ASCII chars (\ex00\-\ex7f)\.
-.LP
.TP
-\fB--ascii\fR
+\fB\-\-ascii\fR
Searches for all ASCII chars (\ex00\-\exff)\.
-.LP
.TP
-\fB-c\fR, \fB--chars\fR \fICHARS\fP
+\fB\-c\fR, \fB\-\-chars\fR \fICHARS\fP
Searches for all chars in the custom char\-set\.
-.LP
.TP
-\fB-i\fR, \fB--include-chars\fR \fICHARS\fP
+\fB\-i\fR, \fB\-\-include\-chars\fR \fICHARS\fP
Include the additional chars to the char\-set\.
-.LP
.TP
-\fB-e\fR, \fB--exclude-chars\fR \fICHARS\fP
+\fB\-e\fR, \fB\-\-exclude\-chars\fR \fICHARS\fP
Exclude the additional chars from the char\-set\.
-.LP
.TP
-\fB--prepend\fR \fISTRING\fP
+\fB\-\-prepend\fR \fISTRING\fP
Prepends another \fISTRING\fP to each bit\-flipped value\.
-.LP
.TP
-\fB--append\fR \fISTRING\fP
+\fB\-\-append\fR \fISTRING\fP
Appends another \fISTRING\fP to each bit\-flipped value\.
-.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\-typo(1) ronin\-homoglyph(1)
\ No newline at end of file
+.BR ronin\-bitsquat (1)
+.BR ronin\-typo (1)
+.BR ronin\-homoglyph (1)