diff options
author | 2017-10-26 06:44:01 +0000 | |
---|---|---|
committer | 2017-10-26 06:44:01 +0000 | |
commit | 0ab27afec8ad692ed4d71de4956354202cf0c7a6 (patch) | |
tree | de1e292af9b3ed49511ae39667b9aed82880dc76 | |
parent | Use .arch_extension sec and virt to use smc and hvc instructions when (diff) | |
download | wireguard-openbsd-0ab27afec8ad692ed4d71de4956354202cf0c7a6.tar.xz wireguard-openbsd-0ab27afec8ad692ed4d71de4956354202cf0c7a6.zip |
mark up the rdomain keyword;
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 8f5d2ee2d1d..d6b2711c14b 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.259 2017/10/25 06:18:06 jmc Exp $ -.Dd $Mdocdate: October 25 2017 $ +.\" $OpenBSD: sshd_config.5,v 1.260 2017/10/26 06:44:01 jmc Exp $ +.Dd $Mdocdate: October 26 2017 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -912,25 +912,25 @@ The following forms may be used: .Sm off .Ar hostname | address .Sm on -.Op rdomain Ar domain +.Op Cm rdomain Ar domain .It .Cm ListenAddress .Sm off .Ar hostname : port .Sm on -.Op rdomain Ar domain +.Op Cm rdomain Ar domain .It .Cm ListenAddress .Sm off .Ar IPv4_address : port .Sm on -.Op rdomain Ar domain +.Op Cm rdomain Ar domain .It .Cm ListenAddress .Sm off .Oo Ar hostname | address Oc : Ar port .Sm on -.Op rdomain Ar domain +.Op Cm rdomain Ar domain .El .Pp The optional |