Skip to content

Commit

Permalink
Remove one stray space.
Browse files Browse the repository at this point in the history
  • Loading branch information
grinapo committed Nov 14, 2024
1 parent 3408dc1 commit 451c8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/unix/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ impl DirBuilderExt for fs::DirBuilder {
/// Changing the owner typically requires privileges, such as root or a specific capability.
/// Changing the group typically requires either being the owner and a member of the group, or
/// having privileges.
///
///
/// Be aware that changing owner clears the `suid` and `sgid` permission bits in most cases
/// according to POSIX, usually even if the user is root. The sgid is not cleared when
/// the file is non-group-executable. See: <https://www.man7.org/linux/man-pages/man2/chown.2.html>
Expand Down

0 comments on commit 451c8cd

Please sign in to comment.