Remove one stray space.
This commit is contained in:
parent
3408dc1eb5
commit
451c8cdb06
1 changed files with 1 additions and 1 deletions
|
@ -985,7 +985,7 @@ impl DirBuilderExt for fs::DirBuilder {
|
||||||
/// Changing the owner typically requires privileges, such as root or a specific capability.
|
/// 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
|
/// Changing the group typically requires either being the owner and a member of the group, or
|
||||||
/// having privileges.
|
/// having privileges.
|
||||||
///
|
///
|
||||||
/// Be aware that changing owner clears the `suid` and `sgid` permission bits in most cases
|
/// 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
|
/// 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>
|
/// the file is non-group-executable. See: <https://www.man7.org/linux/man-pages/man2/chown.2.html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue