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@
This commit is contained in:
bentley@openbsd.org 2014-11-15 14:41:03 +00:00 committed by Damien Miller
parent fc30256136
commit da8af83d3f

12
sshd.8
View File

@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.277 2014/08/30 15:33:50 sobrado Exp $ .\" $OpenBSD: sshd.8,v 1.278 2014/11/15 14:41:03 bentley Exp $
.Dd $Mdocdate: August 30 2014 $ .Dd $Mdocdate: November 15 2014 $
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
.Sh NAME .Sh NAME
@ -604,10 +604,10 @@ Disables execution of
Forbids X11 forwarding when this key is used for authentication. Forbids X11 forwarding when this key is used for authentication.
Any X11 forward requests by the client will return an error. Any X11 forward requests by the client will return an error.
.It Cm permitopen="host:port" .It Cm permitopen="host:port"
Limit local Limit local port forwarding with
.Li ``ssh -L'' .Xr ssh 1
port forwarding such that it may only connect to the specified host and .Fl L
port. such that it may only connect to the specified host and port.
IPv6 addresses can be specified by enclosing the address in square brackets. IPv6 addresses can be specified by enclosing the address in square brackets.
Multiple Multiple
.Cm permitopen .Cm permitopen