diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-10-04 05:42:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-10-04 05:42:11 +0000 |
commit | 6e1b7e8b90b890517016b44d32e54844428c9a60 (patch) | |
tree | 10857f8886c6b791935ce7d19d9eeebc89c47d8e /usr.bin/ssh/ssh_config.5 | |
parent | 10c91841603f15a4322e970224d10dbc796fce6d (diff) |
spelling fix;
Diffstat (limited to 'usr.bin/ssh/ssh_config.5')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 84ec99d7a8f..118d4dbb161 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/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 @@ -2212,7 +2212,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 |