typo fix.

This commit is contained in:
Johannes Findeisen 2024-08-10 07:20:56 +02:00
commit 1662842b55
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# checkpw # checkpw
checkpw is a program to check the validity of a users password on a Linux/PAM-based system. checkpw is a program that checks the validity of a users password on a Linux/PAM-based system.
# Installation: # Installation:

View file

@ -1,5 +1,5 @@
/* /*
* checkpw is a program to check the validity of a users password on a * checkpw is a program that checks the validity of a users password on a
* Linux/PAM-based system. * Linux/PAM-based system.
* *
* Usage: checkpw -u $USER -p $PASSWORD * Usage: checkpw -u $USER -p $PASSWORD

View file

@ -1,5 +1,5 @@
/* /*
* checkpw is a program to check the validity of a users password on a * checkpw is a program that checks the validity of a users password on a
* Linux/PAM-based system. * Linux/PAM-based system.
* *
* Usage: checkpw * Usage: checkpw