From ec9b6c38ae30a86cad83de5c8fa11e6c02016d53 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 1 Jan 2025 08:43:08 +0100 Subject: [PATCH] Added basic man page. --- checkpw.1 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 checkpw.1 diff --git a/checkpw.1 b/checkpw.1 new file mode 100644 index 0000000..2a88fb9 --- /dev/null +++ b/checkpw.1 @@ -0,0 +1,24 @@ +.TH man 1 "01 Jan 2025" "checkpw 1.1.0" "checkpw man page" +.SH NAME +checkpw \- checks the validity of a users password on a UNIX/PAM-based system. +.SH SYNOPSIS +checkpw [OPTION]... +.SH DESCRIPTION +checkpw is a program that checks the validity of a users password on a UNIX/PAM-based system. +.SH OPTIONS +The options which apply to the checkpw command are: + + -u Set username. + -p Set password. + -v Enable verbose mode. + -V Print program version. + -h Show this help. + +checkpw runs in an interactive mode when no username and/or password are set. A missing username and/or password will then be asked for program execution. + +.SH SEE ALSO +pam(3), pam_authenticate(3), PAM(8) +.SH BUGS +No known bugs. +.SH AUTHOR +Johannes Findeisen (you@hanez.org)