svn commit: r247057 - stable/9/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Wed Feb 20 21:49:53 UTC 2013


Author: jilles
Date: Wed Feb 20 21:49:52 2013
New Revision: 247057
URL: http://svnweb.freebsd.org/changeset/base/247057

Log:
  MFC r246507: sh: Fix a comment.

Modified:
  stable/9/bin/sh/parser.h
Directory Properties:
  stable/9/bin/sh/   (props changed)

Modified: stable/9/bin/sh/parser.h
==============================================================================
--- stable/9/bin/sh/parser.h	Wed Feb 20 21:16:50 2013	(r247056)
+++ stable/9/bin/sh/parser.h	Wed Feb 20 21:49:52 2013	(r247057)
@@ -39,7 +39,7 @@
 #define CTLENDVAR '\371'
 #define CTLBACKQ '\372'
 #define CTLQUOTE 01		/* ored with CTLBACKQ code if in quotes */
-/*	CTLBACKQ | CTLQUOTE == '\205' */
+/*	CTLBACKQ | CTLQUOTE == '\373' */
 #define	CTLARI	'\374'
 #define	CTLENDARI '\375'
 #define	CTLQUOTEMARK '\376'


More information about the svn-src-all mailing list