Commit Diff


commit - 9f6cd5e39233d6cb0c1b1f9d7a2ffab192ecba46
commit + f0d622973aaa1584a01f7f61de8cc24c326152e6
blob - 08edb6e5d243efb43555c4a0ac9f0220f4aa0ef5
blob + 14e58559373990f61735e77e0f6389168e3c5e09
--- COPYING
+++ COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2022 by Alexander Andreevich Arkhipov <src@mineeyes.cyou>
+Copyright (c) 2022-2023 by Alexander Andreevich Arkhipov <aa_src@manpager.net>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted.
blob - b3b424fd6a8dfb8c8e8f29c5d51c914ea9ecea8f
blob + 57886c53a5d3c08f0490ea274d3639a304dfd5fb
--- README
+++ README
@@ -9,5 +9,4 @@ config.mk as necessary and run `make', followed by `ma
 DEPENDENCIES
 
 gpass relies on libsodium to guarantee cryptographic randomness of the chosen
-words. It also depends on some BSD extersions. Those should be available on most
-system in a package "libbsd".
+words.
blob - 6f197901741cf623e175f395bf35e414ddc9c6a8
blob + 2d966aa18333fca3597904016ed72f75eaa5bec1
--- gpass.1
+++ gpass.1
@@ -13,7 +13,8 @@
 The utility
 .Nm
 outputs a secure passphrase by randomly choosing an appropriate number of lines
-from a newline-separated dictionary file. The options are as follows:
+from a dictionary file, containing whitespace-separated words.
+The options are as follows:
 .Bl -tag -width Ds
 .It Fl d Ar dict
 Use the dictionary
@@ -21,7 +22,8 @@ Use the dictionary
 .It Fl e Ar bits
 Generate a passphrase with at least the specified number of
 .Ar bits
-of entropy. Default is 70.
+of entropy.
+Default is 70.
 .It Fl n Ar num
 Generate
 .Ar num
@@ -38,5 +40,8 @@ is specified.
 .Bl -tag -width Ds
 .It Pa PREFIX/share/gpass/eff.long
 The default dictionary file.
+.El
+.Sh AUTHORS
+.An Alexander Arkhipov Aq Mt aa_src@manpager.net .
 .Sh EXIT STATUS
 .Ex -std