Bug 5560 - DOCS: Right format of multiple packages section ai_manifest is not clear
: DOCS: Right format of multiple packages section ai_manifest is not clear
Status: RESOLVED FIXED
Product: opensolaris
documentation
: 200811
: ANY/Generic OpenSolaris
: P3 major (vote)
: in-200906
Assigned To: Barbara Lundquist
:
:
: jsc-qa
:
:
:
  Show dependency treegraph
 
Reported: 2008-12-02 07:49 UTC by Rudolf Kutina
Modified: 2009-04-07 16:21 UTC (History)
6 users (show)

See Also:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description Rudolf Kutina 2008-12-02 07:49:35 UTC
In docs from Now/17 are variants:

<ai_packages>
 <package_name>SUNWaa</package_name>
</ai_packages>
<ai_packages>
 <package_name>SUNWbb</package_name>
</ai_packages>

<ai_packages>
 <package_name>SUNWaa SUNWbb</package_name>
</ai_packages>

But clear xml way is:

<ai_packages>
 <package_name>SUNWaa</package_name>
 <package_name>SUNWbb</package_name>
</ai_packages>
Comment 1 virginia.wray 2008-12-17 13:36:04 UTC
Reclassifying this as a documentation bug.
Comment 2 Barbara Lundquist 2009-04-07 15:53:08 UTC
fixed in manifests and in docs