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" <andr...@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/

_______________________________________________
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-unsubscr...@freebsd.org"

Reply via email to