From 37a10d5c078336ebf09dbffe5a73a226bd794aa7 Mon Sep 17 00:00:00 2001 From: hanez Date: Mon, 8 Sep 2025 03:49:31 +0200 Subject: [PATCH] Some content update... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a2f0d6..bb931d5 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ gcc -Wall -DMAX_UID=1000 -DMIN_UID=1000 -o chkpwd chkpwd.c -lpam -lpam_misc ### chkpwr -A program to validate a string with a password rule. More to come... +A program that checks if an input string validates a password rule. More to come... look at the code! ## Links