diff options
author | 2014-03-31 07:06:20 +0000 | |
---|---|---|
committer | 2014-03-31 07:06:20 +0000 | |
commit | a0eee1efa3614d92f52fcf5e2c605df745d9e9bb (patch) | |
tree | 72b0981c1d24fa76cac74a90ec10e5296af8009b | |
parent | the hardware expects ahci_cmd_table to be 128 byte aligned (diff) | |
download | wireguard-openbsd-a0eee1efa3614d92f52fcf5e2c605df745d9e9bb.tar.xz wireguard-openbsd-a0eee1efa3614d92f52fcf5e2c605df745d9e9bb.zip |
revert previous: i was wrong;
thanks thomas klausner for noticing
-rw-r--r-- | bin/ls/ls.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 0843cd80599..4a500d8420b 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.68 2014/03/30 07:26:12 jmc Exp $ +.\" $OpenBSD: ls.1,v 1.69 2014/03/31 07:06:20 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 30 2014 $ +.Dd $Mdocdate: March 31 2014 $ .Dt LS 1 .Os .Sh NAME @@ -59,9 +59,8 @@ 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. -.Pp -Directory and non-directory operands are sorted separately and in +non-directory operands are displayed first; directory +and non-directory operands are sorted separately and in lexicographical order. By default, .Nm |