Skip to content

Commit

Permalink
Fixing link
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkeeley committed Apr 16, 2023
1 parent 1bfbb03 commit a17d000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unistd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit a17d000

Please sign in to comment.