diff options
author | 2016-06-17 06:33:30 +0000 | |
---|---|---|
committer | 2016-06-17 06:33:30 +0000 | |
commit | cc205a51467904ed69f25579ee13c910ad4730dc (patch) | |
tree | d258e0785abe71f0719114685011b4e4caee6f25 | |
parent | translate OpenSSL error codes to something more meaninful; (diff) | |
download | wireguard-openbsd-cc205a51467904ed69f25579ee13c910ad4730dc.tar.xz wireguard-openbsd-cc205a51467904ed69f25579ee13c910ad4730dc.zip |
grammar fix;
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 7c06edbb955..8625f6ceae7 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_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: sshd_config.5,v 1.224 2016/06/17 05:03:40 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.225 2016/06/17 06:33:30 jmc Exp $ .Dd $Mdocdate: June 17 2016 $ .Dt SSHD_CONFIG 5 .Os @@ -192,7 +192,7 @@ This option must be followed by one or more comma-separated lists of authentication method names, or by the single string .Dq any to indicate the default behaviour of accepting any single authentication -methods. +method. if the default is overridden, then successful authentication requires completion of every method in at least one of these lists. .Pp |