Module Name:    src
Committed By:   joerg
Date:           Mon Mar  1 21:53:59 UTC 2010

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

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/bin/sh/sh.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/sh/sh.1
diff -u src/bin/sh/sh.1:1.97 src/bin/sh/sh.1:1.98
--- src/bin/sh/sh.1:1.97	Fri Jan  1 21:46:31 2010
+++ src/bin/sh/sh.1	Mon Mar  1 21:53:58 2010
@@ -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`

Reply via email to