parent
b215c5d8fe
commit
b357afc0a0
|
@ -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 $
|
||||
|
|
6
sftp.1
6
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 .
|
||||
|
|
Loading…
Reference in New Issue