diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2023-10-04 07:42:10 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-10-06 05:30:35 +0200 |
commit | f01f5137ceba65baf34ceac5a298c12ac01b1fef (patch) | |
tree | 7557f67f9f776f2e3dba781e5fba3f0830418db8 /ssh_config.5 | |
parent | crank version numbers (diff) | |
download | openssh-f01f5137ceba65baf34ceac5a298c12ac01b1fef.tar.xz openssh-f01f5137ceba65baf34ceac5a298c12ac01b1fef.zip |
upstream: spelling fix;
OpenBSD-Commit-ID: 493f95121567e5ab0d9dd1150f873b5535ca0195
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 367305d2c..ac85e790e 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.387 2023/10/04 04:03:50 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.388 2023/10/04 05:42:10 jmc Exp $ .Dd $Mdocdate: October 4 2023 $ .Dt SSH_CONFIG 5 .Os @@ -2211,7 +2211,7 @@ Note that some of these directives build commands for execution via the shell. Because .Xr ssh 1 performs no filtering or escaping of characters that have special meaning in -shell commands (e.g. quotes), it is the user's reposibility to ensure that +shell commands (e.g. quotes), it is the user's responsibility to ensure that the arguments passed to .Xr ssh 1 do not contain such characters and that tokens are appropriately quoted |