]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Call comma-separated lists as such to clarify semantics
authorkn@openbsd.org <kn@openbsd.org>
Fri, 16 Aug 2019 11:16:32 +0000 (11:16 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 29 Aug 2019 09:21:42 +0000 (19:21 +1000)
commitdc2ca588144f088a54febebfde3414568dc73d5f
treedc80779ae1927630fca5d540fbe7d0e5d1c6c53a
parentc4736f39e66729ce2bf5b06ee6b391e092b48f47
upstream: Call comma-separated lists as such to clarify semantics

Options such as Ciphers take values that may be a list of ciphers;  the
complete list, not indiviual elements, may be prefixed with a dash or plus
character to remove from or append to the default list respectively.

Users might read the current text as if each elment took an optional prefix,
so tweak the wording from "values" to "list" to prevent such ambiguity for
all options supporting this semantics (those that provide a list of
available elements via "ssh -Q ...").

Input and OK jmc

OpenBSD-Commit-ID: 4fdd175b0e5f5cb10ab3f26ccc38a93bb6515d57
ssh_config.5