summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAustin Keeley <austin.keeley@gmail.com>2023-04-16 09:32:35 -0400
committerAustin Keeley <austin.keeley@gmail.com>2023-04-16 09:32:35 -0400
commita17d0006f75488a3d8389b6b8689301d0b5aa867 (patch)
tree0d6f240f95737dd53e2ad0b969d9acda3614afde /src
parent1bfbb034cba446a370ba3c899a235b94fbcc2099 (diff)
downloadnix-a17d0006f75488a3d8389b6b8689301d0b5aa867.zip
Fixing link
Diffstat (limited to 'src')
-rw-r--r--src/unistd.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd.rs b/src/unistd.rs
index a10c17b5..7230c337 100644
--- a/src/unistd.rs
+++ b/src/unistd.rs
@@ -3706,7 +3706,7 @@ impl User {
/// Get a user by name.
///
/// Internally, this function calls
- /// [getpwnam_r(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html)
+ /// [getpwnam_r(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam_r.html)
///
/// # Examples
///