From: Paul Eggert Date: Tue, 23 Jun 2020 15:41:20 +0000 (-0700) Subject: chmod: man page fixes X-Git-Tag: v9.0~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac715a412a7684d8471cd787cb7ccad5e4e6769;p=thirdparty%2Fcoreutils.git chmod: man page fixes * man/chmod.x: Mention -6000 too. Use .BR to fix trailing period. --- diff --git a/man/chmod.x b/man/chmod.x index 89643dea84..4002e1e78e 100644 --- a/man/chmod.x +++ b/man/chmod.x @@ -96,10 +96,12 @@ symbolic modes like and .BR g\-s . To clear these bits for directories with a numeric mode requires -an additional leading zero, or leading = like -.B 00755 -, or -.B =755 . +an additional leading zero like +.BR 00755 , +leading minus like +.BR \-6000 , +or leading equals like +.BR =755 . .SH "RESTRICTED DELETION FLAG OR STICKY BIT" The restricted deletion flag or sticky bit is a single bit, whose interpretation depends on the file type. For directories, it prevents