diff options
author | 2009-02-22 23:59:25 +0000 | |
---|---|---|
committer | 2009-02-22 23:59:25 +0000 | |
commit | 9cbc0b320271698b3fc8ef0221f474f426934b9c (patch) | |
tree | 17e340661d07f25c78b91d968c4f2491ed184043 /usr.bin/ssh/sshd_config.5 | |
parent | don't advertise experimental options (diff) | |
download | wireguard-openbsd-9cbc0b320271698b3fc8ef0221f474f426934b9c.tar.xz wireguard-openbsd-9cbc0b320271698b3fc8ef0221f474f426934b9c.zip |
missing period
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-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 451e89ae9d6..9faf4d216cc 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -34,7 +34,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.101 2009/02/22 23:50:57 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.102 2009/02/22 23:59:25 djm Exp $ .Dd $Mdocdate: February 22 2009 $ .Dt SSHD_CONFIG 5 .Os @@ -614,7 +614,7 @@ Available keywords are .Cm X11DisplayOffset , .Cm X11Forwarding and -.Cm X11UseLocalHost +.Cm X11UseLocalHost . .It Cm MaxAuthTries Specifies the maximum number of authentication attempts permitted per connection. |