summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sftp.116
2 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fe2f77dd..f21706fe9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,9 @@
30 - djm@cvs.openbsd.org 2004/06/21 22:30:45 30 - djm@cvs.openbsd.org 2004/06/21 22:30:45
31 [sftp.c] 31 [sftp.c]
32 prefix ls option flags with LS_ 32 prefix ls option flags with LS_
33 - djm@cvs.openbsd.org 2004/06/21 22:41:31
34 [sftp.1]
35 document sort options
33 36
3420040620 3720040620
35 - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms. 38 - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.
@@ -1352,4 +1355,4 @@
1352 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1355 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1353 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1356 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1354 1357
1355$Id: ChangeLog,v 1.3425 2004/06/22 03:07:58 dtucker Exp $ 1358$Id: ChangeLog,v 1.3426 2004/06/22 03:08:21 dtucker Exp $
diff --git a/sftp.1 b/sftp.1
index fec67731b..3b035b1d4 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.56 2004/06/20 19:28:12 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.57 2004/06/21 22:41:31 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -307,6 +307,20 @@ The
307.Fl n 307.Fl n
308flag will produce a long listing with user and group information presented 308flag will produce a long listing with user and group information presented
309numerically. 309numerically.
310.Pp
311By default,
312.Ic ls
313listings are sorted in lexicographical order.
314This may be changed by specifying the
315.Fl S
316(sort by file size),
317.Fl t
318(sort by last modification time), or
319.Fl f
320(don't sort at all) flags.
321Additionally, the sort order may be reversed using the
322.Fl r
323flag.
310.It Ic lumask Ar umask 324.It Ic lumask Ar umask
311Set local umask to 325Set local umask to
312.Ar umask . 326.Ar umask .