summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sftp.16
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5df566f6e..21dd96798 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
7 [sftp.c] 7 [sftp.c]
8 make "ls -l" listings print user/group names, add "ls -n" to show uid/gid 8 make "ls -l" listings print user/group names, add "ls -n" to show uid/gid
9 (like /bin/ls); idea & ok markus@ 9 (like /bin/ls); idea & ok markus@
10 - djm@cvs.openbsd.org 2004/06/20 19:28:12
11 [sftp.1]
12 mention new -n flag
10 13
1120040620 1420040620
12 - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms. 15 - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.
@@ -1329,4 +1332,4 @@
1329 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1332 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1330 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1333 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1331 1334
1332$Id: ChangeLog,v 1.3419 2004/06/22 02:30:53 dtucker Exp $ 1335$Id: ChangeLog,v 1.3420 2004/06/22 02:31:23 dtucker Exp $
diff --git a/sftp.1 b/sftp.1
index 7f0ef1121..fec67731b 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.55 2004/06/13 15:03:02 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.56 2004/06/20 19:28:12 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -303,6 +303,10 @@ If the
303.Fl l 303.Fl l
304flag is specified, then display additional details including permissions 304flag is specified, then display additional details including permissions
305and ownership information. 305and ownership information.
306The
307.Fl n
308flag will produce a long listing with user and group information presented
309numerically.
306.It Ic lumask Ar umask 310.It Ic lumask Ar umask
307Set local umask to 311Set local umask to
308.Ar umask . 312.Ar umask .