base/asm-common.h (x86), and knock-on: Add macros for full-size regs.
[catacomb] / progs / mkphrase.1
index a40b18d..e98a178 100644 (file)
@@ -33,7 +33,7 @@
 mkphrase \- generate passphrases with guaranteed minimum entropy
 .SH SYNOPSIS
 .B mkphrase
-.RB [ \-p ]
+.RB [ \-Ap ]
 .RB [ \-b
 .IR bits ]
 .RB [ \-g
@@ -56,7 +56,9 @@ something like
 .BR /usr/share/dict/words ,
 though you can use anything you want.  Wordlist files are expected to
 contain whitespace-separated words.  Letters are smashed to lowercase;
-apostrophes are retained; other funny characters are ignored.
+apostrophes are retained (unless the
+.B \-A
+option is set); other funny characters are dropped.
 .PP
 Options provided are:
 .TP
@@ -75,6 +77,9 @@ Write a really brief usage summary for
 .B mkphrase
 to standard output and exit.
 .TP
+.BI "\-A, \-\-no-apostrophe"
+Don't treat apostrophe as a word character.
+.TP
 .BI "\-b, \-\-bits=" bits
 Set the minimum entropy for acceptable phrases.  The default is 128
 bits.  This might increase in future.