Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh \\ -> \e



details:   https://anonhg.NetBSD.org/src/rev/52585fc56837
branches:  trunk
changeset: 752594:52585fc56837
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 01 21:53:58 2010 +0000

description:
\\ -> \e

diffstat:

 bin/sh/sh.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3b8a84eb4d66 -r 52585fc56837 bin/sh/sh.1
--- a/bin/sh/sh.1       Mon Mar 01 21:47:43 2010 +0000
+++ b/bin/sh/sh.1       Mon Mar 01 21:53:58 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.97 2010/01/01 21:46:31 wiz Exp $
+.\"    $NetBSD: sh.1,v 1.98 2010/03/01 21:53:58 joerg Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -1471,7 +1471,7 @@
        case $f in
        a | b)  flag=$f;;
        c)      carg=$OPTARG;;
-       \\?)    echo $USAGE; exit 1;;
+       \e?)    echo $USAGE; exit 1;;
        esac
 done
 shift `expr $OPTIND - 1`



Home | Main Index | Thread Index | Old Index