Skip to content

Commit 901857f

Browse files
committed
minor terminology fix in User docs
Passwords are hashed, not encrypted.
1 parent d9a7904 commit 901857f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unistd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@ feature! {
29372937
pub struct User {
29382938
/// Username
29392939
pub name: String,
2940-
/// User password (probably encrypted)
2940+
/// User password (probably hashed)
29412941
pub passwd: CString,
29422942
/// User ID
29432943
pub uid: Uid,

0 commit comments

Comments
 (0)