]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2001/07/19 00:41:44
authormouring <mouring>
Sun, 22 Jul 2001 20:41:59 +0000 (20:41 +0000)
committermouring <mouring>
Sun, 22 Jul 2001 20:41:59 +0000 (20:41 +0000)
     [ssh.1]
     escape chars are below now

ChangeLog
ssh.1

index 7c8181d9c6b3b11022c87cd2327dcbd4c7be1bfc..ae449fa58a769eafe0e03916f82561a7aa2ad480 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
    - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
      [ssh-agent.c]
      chdir("/") from bbraun@synack.net; ok markus@
+   - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
+     [ssh.1]
+     escape chars are below now
 
 20010719
  - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
diff --git a/ssh.1 b/ssh.1
index 05112812c39710572fc830c99166c47e3c06ef6f..0cc56ae8c880937f436eca15d95b7aa69143a69b 100644 (file)
--- a/ssh.1
+++ b/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.118 2001/06/26 17:25:34 markus Exp $
+.\" $OpenBSD: ssh.1,v 1.119 2001/07/19 00:41:44 stevesk Exp $
 .Dd September 25, 1999
 .Dt SSH 1
 .Os
@@ -273,7 +273,7 @@ through the use of an escape character.
 .Pp
 A single tilde character can be sent as
 .Ic ~~
-(or by following the tilde by a character other than those described above).
+or by following the tilde by a character other than those described below.
 The escape character must always follow a newline to be interpreted as
 special.
 The escape character can be changed in configuration files using the
This page took 0.084676 seconds and 5 git commands to generate.