]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2004/06/21 22:41:31
authordtucker <dtucker>
Tue, 22 Jun 2004 03:08:21 +0000 (03:08 +0000)
committerdtucker <dtucker>
Tue, 22 Jun 2004 03:08:21 +0000 (03:08 +0000)
     [sftp.1]
     document sort options

ChangeLog
sftp.1

index 9b4281168e8c1eb4867ef05610b8367a85aa5fc1..0b105383c508826bf8c9029d760d65e333089397 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,9 @@
    - djm@cvs.openbsd.org 2004/06/21 22:30:45
      [sftp.c]
      prefix ls option flags with LS_
+   - djm@cvs.openbsd.org 2004/06/21 22:41:31
+     [sftp.1]
+     document sort options
 
 20040620
  - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.
diff --git a/sftp.1 b/sftp.1
index fec67731b5849d4e2b29e0d5df6b912ea7725ecd..3b035b1d407a1cf5f82741be7d441f951d0628a3 100644 (file)
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.56 2004/06/20 19:28:12 djm Exp $
+.\" $OpenBSD: sftp.1,v 1.57 2004/06/21 22:41:31 djm Exp $
 .\"
 .\" Copyright (c) 2001 Damien Miller.  All rights reserved.
 .\"
@@ -307,6 +307,20 @@ The
 .Fl n
 flag will produce a long listing with user and group information presented
 numerically.
+.Pp
+By default,
+.Ic ls
+listings are sorted in lexicographical order.
+This may be changed by specifying the
+.Fl S
+(sort by file size),
+.Fl t
+(sort by last modification time), or
+.Fl f
+(don't sort at all) flags.
+Additionally, the sort order may be reversed using the
+.Fl r
+flag.
 .It Ic lumask Ar umask
 Set local umask to
 .Ar umask .
This page took 0.256233 seconds and 5 git commands to generate.