diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 23:41:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 23:41:55 +0000 |
commit | e24d7f7d9cb27af3bddd0e9c84ca471a63d53a52 (patch) | |
tree | 900e201a091df25acd83c16a8faf4352514e217a /usr.bin | |
parent | b8bf89cba77de8ca7efaed56d417fcdae131ad47 (diff) |
more macro simplification;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 | ||||
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index fbaaed5a2c6..e6f4b4a54ff 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (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: ssh.1,v 1.204 2005/03/02 11:45:01 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.205 2005/03/07 23:41:54 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -585,7 +585,7 @@ Port forwardings can also be specified in the configuration file. IPv6 addresses can be specified with an alternative syntax: .Sm off .Xo -.Oo Ar bind_address No / Oc +.Op Ar bind_address No / .Ar port No / Ar host No / .Ar hostport .Xc @@ -761,7 +761,7 @@ IPv6 addresses can be specified by enclosing the address in square braces or using an alternative syntax: .Sm off .Xo -.Oo Ar bind_address No / Oc +.Op Ar bind_address No / .Ar host No / Ar port No / .Ar hostport .Xc . diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 32778edbbc5..06db04c27a7 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (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: ssh_config.5,v 1.46 2005/03/01 14:55:23 jmc Exp $ +.\" $OpenBSD: ssh_config.5,v 1.47 2005/03/07 23:41:54 jmc Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -504,12 +504,12 @@ The first argument must be a port number, and the second must be .Xc . IPv6 addresses can be specified by enclosing addresses in square brackets or by using an alternative syntax: -.Xo .Sm off -.Oo Ar bind_address No / Oc +.Xo +.Op Ar bind_address No / .Ar host No / Ar port -.Sm on .Xc . +.Sm on Multiple forwardings may be specified, and additional forwardings can be given on the command line. Only the superuser can forward privileged ports. @@ -641,12 +641,12 @@ The first argument must be a port number, and the second must be .Xc . IPv6 addresses can be specified by enclosing any addresses in square brackets or by using the alternative syntax: -.Xo .Sm off -.Oo Ar bind_address No / Oc +.Xo +.Op Ar bind_address No / .Ar host No / Ar port -.Sm on .Xc . +.Sm on Multiple forwardings may be specified, and additional forwardings can be given on the command line. Only the superuser can forward privileged ports. |