Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 14:11:43 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org
Subject:   svn commit: r202484 - stable/6/bin/sh
Message-ID:  <201001171411.o0HEBhOC046394@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sun Jan 17 14:11:42 2010
New Revision: 202484
URL: http://svn.freebsd.org/changeset/base/202484

Log:
  Log:
  MFC r197371: Mention that NUL characters are not allowed in sh(1) input.
  
  PR: bin/25542

Modified:
  stable/6/bin/sh/sh.1
Directory Properties:
  stable/6/bin/sh/   (props changed)

Modified: stable/6/bin/sh/sh.1
==============================================================================
--- stable/6/bin/sh/sh.1	Sun Jan 17 13:49:18 2010	(r202483)
+++ stable/6/bin/sh/sh.1	Sun Jan 17 14:11:42 2010	(r202484)
@@ -370,6 +370,10 @@ introduces a comment if used at the begi
 The word starting with
 .Ql #
 and the rest of the line are ignored.
+.Pp
+.Tn ASCII
+.Dv NUL
+characters (character code 0) are not allowed in shell input.
 .Ss Quoting
 Quoting is used to remove the special meaning of certain characters
 or words to the shell, such as operators, whitespace, keywords,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001171411.o0HEBhOC046394>