mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Remove one stray space.
This commit is contained in:
parent
3408dc1eb5
commit
451c8cdb06
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user