From a17d0006f75488a3d8389b6b8689301d0b5aa867 Mon Sep 17 00:00:00 2001 From: Austin Keeley Date: Sun, 16 Apr 2023 09:32:35 -0400 Subject: Fixing link --- src/unistd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 /// -- cgit v1.2.3