diff options
author | 2000-11-30 07:04:02 +0000 | |
---|---|---|
committer | 2000-11-30 07:04:02 +0000 | |
commit | e29f9a36d08b9165893f8519b4dd71f4c6feeb03 (patch) | |
tree | 7d2922864bb684d22be2b36fcb60569db738796a | |
parent | check -T before isatty() (diff) | |
download | wireguard-openbsd-e29f9a36d08b9165893f8519b4dd71f4c6feeb03.tar.xz wireguard-openbsd-e29f9a36d08b9165893f8519b4dd71f4c6feeb03.zip |
-T is for both protocols
-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 5a1871c4c53..93f87e2d601 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.68 2000/11/12 19:50:38 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.69 2000/11/30 07:04:02 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -475,7 +475,7 @@ This can be used to execute arbitrary screen-based programs on a remote machine, which can be very useful, e.g., when implementing menu services. .It Fl T -Disable pseudo-tty allocation (protocol version 2 only). +Disable pseudo-tty allocation. .It Fl v Verbose mode. Causes |