Looks good to me...

Thanks,

Darren.

On 03/03/2012 18:34, Drew Fisher wrote:
> Good morning!
> 
> Could I get a quick look at the following pdiffs for a trivial bug?
> 
> 7146023 Typos in examples in target.dtd
> 
> The only changes happen within comments in the DTD files.  There is no 
> impact to actual DTD code.
> 
> Thanks!
> 
> -Drew
> 
> 
> 
> 
> 
> diff -r 118f135d9d1e usr/src/lib/install_manifest/dtd/target.dtd
> --- a/usr/src/lib/install_manifest/dtd/target.dtd       Thu Mar 01 
> 18:26:58 2012 -0800
> +++ b/usr/src/lib/install_manifest/dtd/target.dtd       Sat Mar 03 
> 11:31:26 2012 -0700
> @@ -237,13 +237,13 @@
> </pool_options>
> <dataset_options>
> <option name="atime" value="on"/>
> - <option name="compression" value="lzbj"/>
> + <option name="compression" value="lzjb"/>
> </dataset_options>
> 
>       would result in a call to zpool like:
> 
>           zpool create -o altroot=/a -o autoexpand=off -o delegation=off \
> -            -O atime=on -O compression=lzbj
> +            -O atime=on -O compression=lzjb
> 
>   -->
> <!ELEMENT pool_options (option+)>
> @@ -255,8 +255,8 @@
> 
> <options>
> <option name="atime" value="on"/>
> - <option name="compression" value="lzbj"/>
> - <options>
> + <option name="compression" value="lzjb"/>
> + </options>
>   -->
> <!ELEMENT options (option+)>
> 
> diff -r 118f135d9d1e usr/src/lib/install_manifest/test/manifests/target.dtd
> --- a/usr/src/lib/install_manifest/test/manifests/target.dtd    Thu Mar 
> 01 18:26:58 2012 -0800
> +++ b/usr/src/lib/install_manifest/test/manifests/target.dtd    Sat Mar 
> 03 11:31:26 2012 -0700
> @@ -215,7 +215,7 @@
>        Both of these types of properties can be set in the option string.
>        For example:
> 
> --o altroot=/a -o autoexpand=off -o delegation=off -O atime=on -O 
> compression=lzbj
> +-o altroot=/a -o autoexpand=off -o delegation=off -O atime=on -O 
> compression=lzjb
>   -->
> <!ELEMENT pool_options (options)>
> <!ELEMENT dataset_options (options)>
> 
> _______________________________________________
> caiman-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to