It might be desired to change some of the usage strings as well.

Index: ssh.1
===================================================================
RCS file: /cvs/src/usr.bin/ssh/ssh.1,v
retrieving revision 1.348
diff -u -p -r1.348 ssh.1
--- ssh.1       24 Jul 2014 22:57:10 -0000      1.348
+++ ssh.1       13 Aug 2014 04:42:30 -0000
@@ -307,7 +307,9 @@ made to
 port
 .Ar hostport
 from the remote machine.
-Port forwardings can also be specified in the configuration file.
+.Pp
+Port forwardings can also be specified in the configuration file
+.Pq see Cm LocalForward .
 IPv6 addresses can be specified by enclosing the address in square brackets.
 Only the superuser can forward privileged ports.
 By default, the local port is bound in accordance with the
@@ -324,6 +326,11 @@ indicates that the listening port be bou
 empty address or
 .Sq *
 indicates that the port should be available from all interfaces.
+.Pp
+The local and/or remote forward endpoints may also be
+.Xr unix 4
+domain sockets by specifying a pathname (that must contain at least
+one slash character) in place of the hostname and port.  
 .It Fl l Ar login_name
 Specifies the user to log in as on the remote machine.
 This also may be specified on a per-host basis in the configuration file.
@@ -522,7 +529,8 @@ port
 .Ar hostport
 from the local machine.
 .Pp
-Port forwardings can also be specified in the configuration file.
+Port forwardings can also be specified in the configuration file
+.Pq see Cm RemoteForward .
 Privileged ports can be forwarded only when
 logging in as root on the remote machine.
 IPv6 addresses can be specified by enclosing the address in square brackets.
@@ -552,6 +560,11 @@ to the client at run time.
 When used together with
 .Ic -O forward
 the allocated port will be printed to the standard output.
+.Pp
+The local and/or remote forward endpoints may also be
+.Xr unix 4
+domain sockets by specifying a pathname (that must contain at least
+one slash character) in place of the hostname and port.  
 .It Fl S Ar ctl_path
 Specifies the location of a control socket for connection sharing,
 or the string
Index: ssh_config.5
===================================================================
RCS file: /cvs/src/usr.bin/ssh/ssh_config.5,v
retrieving revision 1.191
diff -u -p -r1.191 ssh_config.5
--- ssh_config.5        15 Jul 2014 15:54:14 -0000      1.191
+++ ssh_config.5        13 Aug 2014 04:42:30 -0000
@@ -981,6 +988,11 @@ indicates that the listening port be bou
 empty address or
 .Sq *
 indicates that the port should be available from all interfaces.
+.Pp
+The local and/or remote forward endpoints may also be
+.Xr unix 4
+domain sockets by specifying a pathname (that must contain at least
+one slash character) in place of the hostname and port.  
 .It Cm LogLevel
 Gives the verbosity level that is used when logging messages from
 .Xr ssh 1 .
@@ -1204,6 +1216,11 @@ will only succeed if the server's
 .Cm GatewayPorts
 option is enabled (see
 .Xr sshd_config 5 ) .
+.Pp
+The local and/or remote forward endpoints may also be
+.Xr unix 4
+domain sockets by specifying a pathname (that must contain at least
+one slash character) in place of the hostname and port.  
 .It Cm RequestTTY
 Specifies whether to request a pseudo-tty for the session.
 The argument may be one of:

Reply via email to