Subject: bin/4161: Typo in usr.bin/ftp/cmds.c
To: None <gnats-bugs@gnats.netbsd.org>
From: None <mason@primenet.com.au>
List: netbsd-bugs
Date: 09/26/1997 14:39:30
>Number: 4161
>Category: bin
>Synopsis: Typo in usr.bin/ftp/cmds.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people (Utility Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Sep 26 07:50:02 1997
>Last-Modified:
>Originator: Geoff Wing
>Organization:
Geoff Wing [mason@primenet.com.au] Phone : +61-3-9818 2977
Technical Manager: PrimeNet Computer Consultants Facsimile: +61-3-9768 2909
Web: <URL:http://www.primenet.com.au/> Mobile : 0412 162 441
[ Boulderdash: <URL:http://ciips.ee.uwa.edu.au/~williams/bd/> ]
>Release: -current
>Environment:
System: NetBSD coral.primenet.com.au 1.2G NetBSD 1.2G (CORAL) #15: Tue Sep 9 21:10:53 EST 1997 mason@coral.primenet.com.au:/src/netbsd/src/sys/arch/i386/compile/CORAL i386
>Description:
Typo in ftp text with "restart" command
>How-To-Repeat:
Use ftp with "restart" command. "toinitiate" is not an English word.
>Fix:
*** cmds.c.org Sun Sep 21 14:51:08 1997
--- cmds.c Sat Sep 27 00:22:18 1997
***************
*** 1998,2004 ****
puts("restart: offset not specified.");
else {
restart_point = atol(argv[1]);
! printf("Restarting at %qd. Execute get, put or append to"
"initiate transfer\n", (long long)restart_point);
}
}
--- 1998,2004 ----
puts("restart: offset not specified.");
else {
restart_point = atol(argv[1]);
! printf("Restarting at %qd. Execute get, put or append to "
"initiate transfer\n", (long long)restart_point);
}
}
>Audit-Trail:
>Unformatted: