From 303dbd7dc731f5cdfeb34feb29377dd177cd3e60 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 11 Sep 1987 18:39:59 -0800 Subject: [PATCH 1/1] document S and T if execute bit not set; bug report 4.3BSD/bin/57 SCCS-vsn: bin/ls/ls.1 6.5 --- usr/src/bin/ls/ls.1 | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/usr/src/bin/ls/ls.1 b/usr/src/bin/ls/ls.1 index 8787348943..5dd76cfd47 100644 --- a/usr/src/bin/ls/ls.1 +++ b/usr/src/bin/ls/ls.1 @@ -2,7 +2,7 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)ls.1 6.4 (Berkeley) %G% +.\" @(#)ls.1 6.5 (Berkeley) %G% .\" .TH LS 1 "" .UC @@ -180,21 +180,19 @@ if the file is executable; .B \- if the indicated permission is not granted. .PP -The group-execute permission character is given -as -.B s -if the file has the set-group-id bit set; -likewise the user-execute permission character is given -as -.B s -if the file has the set-user-id bit set. +The group-execute permission character is given as \fBs\fP if the file has +the set-group-id bit set; likewise the user-execute permission character is +given as \fBs\fP if the file has the set-user-id bit set. These are given +as \fBS\fP (capitalized) if the corresponding execute permission is NOT +set. .PP The last character of the mode (normally `x' or `\-') is .B t if the 1000 bit of the mode is on. See .IR chmod (1) -for the meaning of this mode. +for the meaning of this mode. This is given as \fBT\fP (capitalized) if the +corresponding execute permission is NOT set. .PP When the sizes of the files in a directory are listed, a total count of blocks, -- 2.20.1