Date: Sun, 1 Mar 1998 23:23:40 +0900 (JST) From: hnokubi@yyy.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: docs/5883: some small bugs in ftp.1 Message-ID: <199803011427.XAA03744@mail.yyy.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 5883 >Category: docs >Synopsis: some small bugs in ftp.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 1 06:40:01 PST 1998 >Last-Modified: >Originator: NOKUBI Hirotaka >Organization: NEC Microcomputer Technology >Release: FreeBSD 2.2.5-STABLE i386 >Environment: FreeBSD sassaby.nokubi.or.jp 2.2.5-STABLE FreeBSD 2.2.5-STABLE #1: Thu Jan 1 21:55:59 JST 1998 h-nokubi@sassaby.nokubi.or.jp:/usr/obj/usr/src/sys/compile/SASSABY i386 >Description: When I updated doc/ja/man/man1/ftp.1, I found some small bugs in ftp.1. Because I'm not so good at English, I'm not sure about some of following fixes. But, some are exactly bug. So please correct these. Thanks. >How-To-Repeat: >Fix: Index: ftp.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.4.2.2 diff -u -r1.4.2.2 ftp.1 --- ftp.1 1998/01/28 02:27:56 1.4.2.2 +++ ftp.1 1998/03/01 12:16:00 @@ -611,7 +611,7 @@ .Ar outpattern , as in the example: `nmap $1 sed "s/ *$//" > $1' . Use the `\e' character to prevent special treatment -of the `$','[','[', and `,' characters. +of the `$','[',']', and `,' characters. .It Ic ntrans Op Ar inchars Op Ar outchars Set or unset the filename character translation mechanism. If no arguments are specified, the filename character @@ -728,7 +728,7 @@ Answer .Sq yes to the current file, and turn off prompt mode -(as is +(as if .Dq prompt off had been given). .El @@ -850,10 +850,10 @@ .Ux systems, marker is usually a byte offset into the file. -+.It Ic restrict +.It Ic restrict Toggle data port range restrictions. When not operating in passive mode, the -.Nm ftp , +.Nm client program requests that the remote server open a connection back to the client host on a separate data port. In previous versions, that remote port fell in the range 1024..4999. However, most firewall setups @@ -1145,8 +1145,8 @@ .Nm then forks a shell, using .Xr popen 3 -with the argument supplied, and reads (writes) from the stdout -(stdin). +with the argument supplied, and reads (writes) from the stdin +(stdout). If the shell command includes spaces, the argument must be quoted; e.g. \*(Lq" ls -lt"\*(Rq. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803011427.XAA03744>