chmod: man page fixes

* man/chmod.x: Mention -6000 too.  Use .BR to fix trailing period.
This commit is contained in:
Paul Eggert 2020-06-23 08:41:20 -07:00
parent 6de819a2e3
commit eac715a412

View File

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