svn commit: r226889 - head/usr.bin/sed

Doug Barton dougb at FreeBSD.org
Sat Oct 29 00:40:38 UTC 2011


On 10/28/2011 13:28, Andrey A. Chernov wrote:
> Author: ache
> Date: Fri Oct 28 20:28:13 2011
> New Revision: 226889
> URL: http://svn.freebsd.org/changeset/base/226889
> 
> Log:
>   Update '}' description to reflect reality (and POSIX)
>   
>   PR:             96236
>   Submitted by:   "Andreas Kohn" <andreas at syndrom23.de>
>   MFC after:      7 days
> 
> Modified:
>   head/usr.bin/sed/sed.1
> 
> Modified: head/usr.bin/sed/sed.1
> ==============================================================================
> --- head/usr.bin/sed/sed.1	Fri Oct 28 20:00:30 2011	(r226888)
> +++ head/usr.bin/sed/sed.1	Fri Oct 28 20:28:13 2011	(r226889)
> @@ -343,7 +343,7 @@ can be preceded by white space and can b
>  The function can be preceded by white space.
>  The terminating
>  .Dq }
> -must be preceded by a newline or optional white space.
> +must be preceded by a newline and optional white space.

Thanks for looking at this, but I'm not sure that this is an
improvement. "... must ... and optional ..." is very hard to parse. It
looks like what is meant is something like this:

must be preceded by a newline, and may also be preceded by white space.

Does that sound right? Also, if you're going to refer to POSIX it's nice
to actually quote the chapter and verse. That would have made it easier
for me to figure out what's going on here, for example. :)


hth,

Doug

-- 

	Nothin' ever doesn't change, but nothin' changes much.
			-- OK Go

	Breadth of IT experience, and depth of knowledge in the DNS.
	Yours for the right price.  :)  http://SupersetSolutions.com/



More information about the svn-src-head mailing list