diff options
author | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2006-02-06 15:54:08 +0000 |
---|---|---|
committer | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2006-02-06 15:54:08 +0000 |
commit | 10de7bfefd643f3e4cc63a7c928cc539c7bf6343 (patch) | |
tree | d081594fff8d175e8d08882a4e521271be7064d6 /usr.bin | |
parent | f9ba4f3e73778a6e3047fd9b50a35e97ec9fe007 (diff) |
- typo fix
ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index f4c677628ce..89500813905 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.253 2006/01/30 13:37:49 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.254 2006/02/06 15:54:07 msf Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -1087,7 +1087,7 @@ is set to .Dq forced-commands-only : .Bd -literal -offset 2n tunnel="1",command="sh /etc/netstart tun1" ssh-rsa ... jane -tunnel="2",command="sh /etc/netstart tun1" ssh-rsa ... john +tunnel="2",command="sh /etc/netstart tun2" ssh-rsa ... john .Ed .Pp Since a SSH-based setup entails a fair amount of overhead, |