Reflect the change in rev. 1.44 of process.c.

Add $FreeBSD$ to please commit_prep.pl.
This commit is contained in:
Yaroslav Tykhiy 2007-04-05 13:31:17 +00:00
parent 49718b0c43
commit 0d68e7fead
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168386

View file

@ -1,4 +1,5 @@
# @(#)POSIX 8.1 (Berkeley) 6/6/93
# $FreeBSD$
Comments on the IEEE P1003.2 Draft 12
Part 2: Shell and Utilities
@ -117,10 +118,14 @@ All uses of "POSIX" refer to section 4.55, Draft 12 of POSIX 1003.2.
1,3c\
text
Historic implementations, and this implementation, do not output
the text in the above example. The general rule, therefore,
is that a range whose second address is never matched extends to
the end of the input.
Historic implementations did not output the text in the above
example. Therefore it was believed that a range whose second
address was never matched extended to the end of the input.
However, the current practice adopted by this implementation,
as well as by those from GNU and SUN, is as follows: The text
from the 'c' command still isn't output because the second address
isn't actually matched; but the range is reset after all. In the
above example, only the first line of the input will be deleted.
13. Historical implementations allow an output suppressing #n at the
beginning of -e arguments as well as in a script file. POSIX