Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 14:20:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/25542: commit references a PR
Message-ID:  <201001171420.o0HEK2Ob025368@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR bin/25542; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/25542: commit references a PR
Date: Sun, 17 Jan 2010 14:12:02 +0000 (UTC)

 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,
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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