summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorbentley@openbsd.org <bentley@openbsd.org>2014-11-15 14:41:03 +0000
committerDamien Miller <djm@mindrot.org>2014-11-17 11:19:33 +1100
commitda8af83d3f7ec00099963e455010e0ed1d7d0140 (patch)
treeef357779b338c17d2a8d882715b536d7f7a7ab7e /sshd.8
parentfc302561369483bb755b17f671f70fb894aec01d (diff)
upstream commit
Reduce instances of `` '' in manuals. troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sshd.8 b/sshd.8
index 2e427f77e..3c53f7cd6 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd.8,v 1.277 2014/08/30 15:33:50 sobrado Exp $ 36.\" $OpenBSD: sshd.8,v 1.278 2014/11/15 14:41:03 bentley Exp $
37.Dd $Mdocdate: August 30 2014 $ 37.Dd $Mdocdate: November 15 2014 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -604,10 +604,10 @@ Disables execution of
604Forbids X11 forwarding when this key is used for authentication. 604Forbids X11 forwarding when this key is used for authentication.
605Any X11 forward requests by the client will return an error. 605Any X11 forward requests by the client will return an error.
606.It Cm permitopen="host:port" 606.It Cm permitopen="host:port"
607Limit local 607Limit local port forwarding with
608.Li ``ssh -L'' 608.Xr ssh 1
609port forwarding such that it may only connect to the specified host and 609.Fl L
610port. 610such that it may only connect to the specified host and port.
611IPv6 addresses can be specified by enclosing the address in square brackets. 611IPv6 addresses can be specified by enclosing the address in square brackets.
612Multiple 612Multiple
613.Cm permitopen 613.Cm permitopen