diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2022-11-07 01:53:02 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2022-11-07 01:53:02 +0000 |
commit | 71aa1de1f00b20a9e6e542f8562c1469ce6c018f (patch) | |
tree | 8b7fb30dddb05ad3392a79e74fa1265774f298a4 /usr.bin/ssh/PROTOCOL | |
parent | 079941ccc68343241f45e4a554061c5b2b6c689f (diff) |
Fix typo. From pablomh via -portable github PR#344.
Diffstat (limited to 'usr.bin/ssh/PROTOCOL')
-rw-r--r-- | usr.bin/ssh/PROTOCOL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/PROTOCOL b/usr.bin/ssh/PROTOCOL index aa089e9a86a..0aeefbb1a7d 100644 --- a/usr.bin/ssh/PROTOCOL +++ b/usr.bin/ssh/PROTOCOL @@ -637,7 +637,7 @@ https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-extensions-00#se 4.12. sftp: Extension request "users-groups-by-id@openssh.com" -This request asks the server to returns user and/or group names that +This request asks the server to return user and/or group names that correspond to one or more IDs (e.g. as returned from a SSH_FXP_STAT request). This may be used by the client to provide usernames in directory listings. @@ -712,4 +712,4 @@ master instance and later clients. OpenSSH extends the usual agent protocol. These changes are documented in the PROTOCOL.agent file. -$OpenBSD: PROTOCOL,v 1.47 2022/09/19 10:40:52 djm Exp $ +$OpenBSD: PROTOCOL,v 1.48 2022/11/07 01:53:01 dtucker Exp $ |