summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-22 12:31:23 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-22 12:31:23 +1000
commitb357afc0a03a4238a01acf5d9641ebda9f71d500 (patch)
tree4e53d992a4a53a5f3fbbafa8cd26b3c1209dd57e
parentb215c5d8fec624a18751f03cfb416a340b07fa15 (diff)
- djm@cvs.openbsd.org 2004/06/20 19:28:12
[sftp.1] mention new -n flag
-rw-r--r--ChangeLog5
-rw-r--r--sftp.16
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5df566f6..21dd9679 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
[sftp.c]
make "ls -l" listings print user/group names, add "ls -n" to show uid/gid
(like /bin/ls); idea & ok markus@
+ - djm@cvs.openbsd.org 2004/06/20 19:28:12
+ [sftp.1]
+ mention new -n flag
20040620
- (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.
@@ -1329,4 +1332,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3419 2004/06/22 02:30:53 dtucker Exp $
+$Id: ChangeLog,v 1.3420 2004/06/22 02:31:23 dtucker Exp $
diff --git a/sftp.1 b/sftp.1
index 7f0ef112..fec67731 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.55 2004/06/13 15:03:02 djm Exp $
+.\" $OpenBSD: sftp.1,v 1.56 2004/06/20 19:28:12 djm Exp $
.\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\"
@@ -303,6 +303,10 @@ If the
.Fl l
flag is specified, then display additional details including permissions
and ownership information.
+The
+.Fl n
+flag will produce a long listing with user and group information presented
+numerically.
.It Ic lumask Ar umask
Set local umask to
.Ar umask .