aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-19 13:54:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-19 13:54:26 +1300
commitaaac7a0927481249f177a69976d30eaa3af53f97 (patch)
tree7c9e84b2e5cbb325025b4be60520081a92da00a7 /man
parentRemove diff()/rcsdiff() function wrappers (diff)
downloaddotfiles-aaac7a0927481249f177a69976d30eaa3af53f97.tar.gz
dotfiles-aaac7a0927481249f177a69976d30eaa3af53f97.zip
Move pwgen() wrapper into pwg(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/pwg.1df16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/pwg.1df b/man/man1/pwg.1df
new file mode 100644
index 00000000..3bc2e777
--- /dev/null
+++ b/man/man1/pwg.1df
@@ -0,0 +1,16 @@
+.TH PWG 1df "December 2016" "Manual page for pwg"
+.SH NAME
+.B pwg
+\- generate just one secure password without symbols with pwgen(1)
+.SH SYNOPSIS
+.B pwg
+.SH DESCRIPTION
+.B pwg
+with no arguments runs pwgen(1) with the --secure options and arguments for one
+password of fifteen alphanumeric characters, to avoid pwgen(1)'s unusual
+default of generating very many relatively low-quality passwords, which is
+never what the author wants.
+.P
+If any arguments are provided, it simply passes these to pwgen(1) untouched.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>