| Summary: | Minor fix to sftp syntax | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Iain Morgan <imorgan> | ||||
| Component: | Documentation | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | trivial | CC: | djm | ||||
| Priority: | P2 | ||||||
| Version: | 5.1p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1481 | ||||||
| Attachments: |
|
||||||
put this on the openssh-5.2 list similar fix applied - thanks! Close bugs fixed/reviewed for openssh-5.2 release |
Created attachment 1565 [details] Correct the sftp syntax to match actual behaviour The second and third usage forms in the sftp(1) man page incorrectly indicate that a targe hostname is optional. An extraneous pair of square brackets should be removed. The attached patch fixes the syntax in the man page and in the sftp usage output.