diff options
author | 1998-07-12 05:32:53 +0000 | |
---|---|---|
committer | 1998-07-12 05:32:53 +0000 | |
commit | b1075a6052293d1cb8f01e458770d138d7cdaf5c (patch) | |
tree | e1f55998cdd89130a03e2834e6316d7593bea44b | |
parent | add no escape option (-n) (diff) | |
download | wireguard-openbsd-b1075a6052293d1cb8f01e458770d138d7cdaf5c.tar.xz wireguard-openbsd-b1075a6052293d1cb8f01e458770d138d7cdaf5c.zip |
document -n
-rw-r--r-- | usr.bin/tip/tip.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index 1583cfc6aab..5fc407ca7c7 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.2 1996/06/26 05:40:46 deraadt Exp $ +.\" $OpenBSD: tip.1,v 1.3 1998/07/12 05:32:53 todd Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -43,11 +43,11 @@ .Nd connect to a remote system .Sh SYNOPSIS .Nm tip -.Op Fl v +.Op Fl nv .Fl Ns Ns Ar speed .Ar system\-name .Nm tip -.Op Fl v +.Op Fl nv .Fl Ns Ns Ar speed .Ar phone\-number .\" .Nm cu @@ -80,6 +80,10 @@ Available Option: .Bl -tag -width indent .It Fl v Set verbose mode. +.Pp +.Bl -tag -width indent +.It Fl n +No escape (disable tilde). .El .Pp Typed characters are normally transmitted directly to the remote |