Module Name:    src
Committed By:   joerg
Date:           Mon Apr  5 16:19:54 UTC 2010

Modified Files:
        src/bin/stty: stty.1

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/bin/stty/stty.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/stty/stty.1
diff -u src/bin/stty/stty.1:1.38 src/bin/stty/stty.1:1.39
--- src/bin/stty/stty.1:1.38	Mon Dec 14 07:35:44 2009
+++ src/bin/stty/stty.1	Mon Apr  5 16:19:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: stty.1,v 1.38 2009/12/14 07:35:44 wiz Exp $
+.\"	$NetBSD: stty.1,v 1.39 2010/04/05 16:19:54 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -324,7 +324,7 @@
 Otherwise control characters echo as themselves.
 .It Cm echoprt Pq Fl echoprt
 For printing terminals.
-If set, echo erased characters backwards within ``\\''
+If set, echo erased characters backwards within ``\e''
 and ``/''.
 Otherwise, disable this feature.
 .It Cm noflsh Pq Fl noflsh

Reply via email to