aboutsummaryrefslogtreecommitdiff
path: root/bin/ls/ls.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls/ls.1')
-rw-r--r--bin/ls/ls.19
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 253eb4d72b33..6b29b1fce924 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -146,7 +146,8 @@ If the
option is specified, print the file size allocation in kilobytes,
not blocks. This option overrides the environment variable BLOCKSIZE.
.It Fl l
-(The lowercase letter ``ell.'') List in long format. (See below.)
+(The lowercase letter ``ell.'') List in long format.
+(See below.)
If the output is to a terminal, a total sum for all the file
sizes is output on a line before the long listing.
.It Fl n
@@ -327,7 +328,8 @@ The file is executable or the directory is
searchable.
.It Sy \-
The file is neither readable, writable, executable,
-nor set-user-ID nor set-group-ID mode, nor sticky. (See below.)
+nor set-user-ID nor set-group-ID mode, nor sticky.
+(See below.)
.El
.Pp
These next two apply only to the third character in the last group
@@ -337,7 +339,8 @@ These next two apply only to the third character in the last group
The sticky bit is set
(mode
.Li 1000 ) ,
-but not execute or search permission. (See
+but not execute or search permission.
+(See
.Xr chmod 1
or
.Xr sticky 8 . )