diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-08-10 00:27:15 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-08-10 11:14:06 +1000 |
commit | ef100a2c5a8ed83afac0b8f36520815803da227a (patch) | |
tree | 536ffdb222153e93d2ad0664a933154e380f2e3d /PROTOCOL | |
parent | ed7bd5d93fe14c7bd90febd29b858ea985d14d45 (diff) |
upstream: fix numbering
OpenBSD-Commit-ID: bc7a1764dff23fa4c5ff0e3379c9c4d5b63c9596
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -428,7 +428,7 @@ The values of the f_flag bitmask are as follows: | |||
428 | Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are | 428 | Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are |
429 | advertised in the SSH_FXP_VERSION hello with version "2". | 429 | advertised in the SSH_FXP_VERSION hello with version "2". |
430 | 430 | ||
431 | 10. sftp: Extension request "hardlink@openssh.com" | 431 | 3.5. sftp: Extension request "hardlink@openssh.com" |
432 | 432 | ||
433 | This request is for creating a hard link to a regular file. This | 433 | This request is for creating a hard link to a regular file. This |
434 | request is implemented as a SSH_FXP_EXTENDED request with the | 434 | request is implemented as a SSH_FXP_EXTENDED request with the |
@@ -444,7 +444,7 @@ link(oldpath, newpath) and will respond with a SSH_FXP_STATUS message. | |||
444 | This extension is advertised in the SSH_FXP_VERSION hello with version | 444 | This extension is advertised in the SSH_FXP_VERSION hello with version |
445 | "1". | 445 | "1". |
446 | 446 | ||
447 | 10. sftp: Extension request "fsync@openssh.com" | 447 | 3.6. sftp: Extension request "fsync@openssh.com" |
448 | 448 | ||
449 | This request asks the server to call fsync(2) on an open file handle. | 449 | This request asks the server to call fsync(2) on an open file handle. |
450 | 450 | ||
@@ -458,4 +458,4 @@ respond with a SSH_FXP_STATUS message. | |||
458 | This extension is advertised in the SSH_FXP_VERSION hello with version | 458 | This extension is advertised in the SSH_FXP_VERSION hello with version |
459 | "1". | 459 | "1". |
460 | 460 | ||
461 | $OpenBSD: PROTOCOL,v 1.32 2018/02/19 00:55:02 djm Exp $ | 461 | $OpenBSD: PROTOCOL,v 1.33 2018/08/10 00:27:15 djm Exp $ |