mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 23:35:36 -08:00
a pesky comma rendered the text describing how output is sorted relevant
only to the "if more than one operand is given" scenario; replace it with a full stop and start a new paragraph; ok millert
This commit is contained in:
parent
4201af8e4b
commit
38f6e38cd4
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: ls.1,v 1.67 2014/03/28 18:33:26 jmc Exp $
|
||||
.\" $OpenBSD: ls.1,v 1.68 2014/03/30 07:26:12 jmc Exp $
|
||||
.\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
|
||||
@ -33,7 +33,7 @@
|
||||
.\"
|
||||
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
|
||||
.\"
|
||||
.Dd $Mdocdate: March 28 2014 $
|
||||
.Dd $Mdocdate: March 30 2014 $
|
||||
.Dt LS 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -59,8 +59,9 @@ information.
|
||||
If no operands are given, the contents of the current
|
||||
directory are displayed.
|
||||
If more than one operand is given,
|
||||
non-directory operands are displayed first; directory
|
||||
and non-directory operands are sorted separately and in
|
||||
non-directory operands are displayed first.
|
||||
.Pp
|
||||
Directory and non-directory operands are sorted separately and in
|
||||
lexicographical order.
|
||||
By default,
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user