1
Fork 0

Remove one stray space.

This commit is contained in:
Peter Gervai 2024-11-14 22:01:13 +01:00
parent 3408dc1eb5
commit 451c8cdb06

View file

@ -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>