From aaac7a0927481249f177a69976d30eaa3af53f97 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 19 Dec 2016 13:54:26 +1300 Subject: Move pwgen() wrapper into pwg(1df) --- man/man1/pwg.1df | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 man/man1/pwg.1df (limited to 'man') 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 -- cgit v1.2.3