mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 04:50:46 -07:00
replaced underscore with dash
This commit is contained in:
parent
d7e394094d
commit
ed47fc3a9e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
/* */
|
/* */
|
||||||
/* This program compare user pasword from input with /etc/shadow */
|
/* This program compare user pasword from input with /etc/shadow */
|
||||||
/* To compile run: */
|
/* To compile run: */
|
||||||
/* "gcc -lcrypt v_check_user_password.c -o v-check-user-password" */
|
/* "gcc -lcrypt v-check-user-password.c -o v-check-user-password" */
|
||||||
/* */
|
/* */
|
||||||
/* Thanks to: bogolt, richie and burus */
|
/* Thanks to: bogolt, richie and burus */
|
||||||
/* */
|
/* */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue