typo fix.
This commit is contained in:
parent
680a7e312c
commit
1662842b55
3 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue