Skip to content

Commit 492e1c1

Browse files
grinapogitbot
authored and
gitbot
committed
Remove one stray space.
1 parent 6dc72fd commit 492e1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/unix/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ impl DirBuilderExt for fs::DirBuilder {
986986
/// Changing the owner typically requires privileges, such as root or a specific capability.
987987
/// Changing the group typically requires either being the owner and a member of the group, or
988988
/// having privileges.
989-
///
989+
///
990990
/// Be aware that changing owner clears the `suid` and `sgid` permission bits in most cases
991991
/// according to POSIX, usually even if the user is root. The sgid is not cleared when
992992
/// the file is non-group-executable. See: <https://www.man7.org/linux/man-pages/man2/chown.2.html>

0 commit comments

Comments
 (0)