all: rename module to pwdb

This commit is contained in:
ge
2026-02-20 18:28:03 +03:00
parent 38e266cded
commit 2d9ec0bf59
4 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# Access to the UNIX Password Database
`pwd` module provides thread-safe access to the UNIX user account and password
`pwdb` module provides thread-safe access to the UNIX user account and password
database.
See [passwd(5)](https://man7.org/linux/man-pages/man5/passwd.5.html),