diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-22 20:58:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-22 20:58:35 +0000 |
commit | 17e7728c49b73a5919d767877ffc329ffe4bc664 (patch) | |
tree | 2c7b35e1ba51de6ee66d511f0a78c421672bba0b /usr.bin | |
parent | 41024c7e5c292f28d56b2ee7832b9692405c1ff5 (diff) |
full stop in the wrong place;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 9c1559abce1..9e97701edc7 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,8 +33,8 @@ .\" (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.283 2019/01/23 20:48:52 dtucker Exp $ -.Dd $Mdocdate: January 23 2019 $ +.\" $OpenBSD: sshd_config.5,v 1.284 2019/03/22 20:58:34 jmc Exp $ +.Dd $Mdocdate: March 22 2019 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1086,7 +1086,7 @@ and .Cm RDomain representing the .Xr rdomain 4 -on which the connection was received.) +on which the connection was received). .Pp The match patterns may consist of single entries or comma-separated lists and may use the wildcard and negation operators described in the |