manual: params don't have errors
Signed-off-by: Indan Zupancic <indan@nul.nu>
This commit is contained in:
parent
74b4768a59
commit
cae4662a45
2 changed files with 1 additions and 2 deletions
|
|
@ -26,6 +26,7 @@
|
|||
<description>
|
||||
VM Attributes for the mapping. <docref>Possible values for this type are given in <autoref label="ch:vspace"/> .</docref>
|
||||
</description>
|
||||
</param>
|
||||
<error name="seL4_DeleteFirst">
|
||||
<description>
|
||||
A mapping already exists for this level in <texttt text="vspace"/> at <texttt text="vaddr."/>
|
||||
|
|
@ -54,7 +55,6 @@
|
|||
Or, <texttt text="_service"/> is already mapped in a VSpace.
|
||||
</description>
|
||||
</error>
|
||||
</param>
|
||||
</method>
|
||||
<method id="ARMPageTableUnmap" name="Unmap" manual_label="pagetable_unmap">
|
||||
<brief>
|
||||
|
|
|
|||
|
|
@ -128,7 +128,6 @@
|
|||
<xsd:complexType name="ParamType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="description" minOccurs="0" maxOccurs="1" type="DescriptionType"/>
|
||||
<xsd:element name="error" minOccurs="0" maxOccurs="unbounded" type="ErrorType"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="type" type="xsd:string" use="required"/>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue