ls(1) manpage corrections
-Add missing '-n' option to synopsis. -MINIX 3 does support symbolic links now. Thanks to River Tarnell for the patch.
This commit is contained in:
parent
a415b68523
commit
86d89ed3f1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
.SH NAME
|
||||
ls \- list the contents of a directory
|
||||
.SH SYNOPSIS
|
||||
\fBls\fP [\fB\-acdfghilpqrstu1ACDFLMRTX\fP] [\fIname\fP...]
|
||||
\fBls\fP [\fB\-acdfghilnpqrstu1ACDFLMRTX\fP] [\fIname\fP...]
|
||||
.SH DESCRIPTION
|
||||
For each file argument, list it. For each directory argument, list its
|
||||
contents. The current working directory is listed when no files are named.
|
||||
|
@ -30,7 +30,7 @@ and
|
|||
.PP
|
||||
Files whose names start with a dot are by default not listed.
|
||||
.PP
|
||||
Note that standard MINIX 3 doesn't have symbolic links or sockets and
|
||||
Note that standard MINIX 3 doesn't have sockets, and
|
||||
.B \-u
|
||||
and
|
||||
.B \-c
|
||||
|
|
Loading…
Reference in a new issue