From eac715a412a7684d8471cd787cb7ccad5e4e6769 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 23 Jun 2020 08:41:20 -0700 Subject: [PATCH] chmod: man page fixes * man/chmod.x: Mention -6000 too. Use .BR to fix trailing period. --- man/chmod.x | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.47.2