[elbe-devel] [PATCH v4 12/16] schema: mknod: Add documentation for attributes

Viraj Shah viraj.shah at linutronix.de
Tue Oct 18 16:50:58 CEST 2022


* Update documentation for "mknod" finetuning action.
* Fix indentation.
Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
Reviewed-by: Bastian Germann <bage at linutronix.de>
---
 schema/dbsfed.xsd | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 016c83459..4f2580407 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2758,12 +2758,22 @@
   <complexType name="mknod">
     <annotation>
       <documentation>
-        describes a mknod operaition in finetuning
+        Describes a mknod operation in finetuning to make block or character
+        special files.
+        The value of tag's text node is the special block or character file on
+        which mknod needs to be operated.
       </documentation>
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="opts" type="string" use="required" />
+        <attribute name="opts" type="string" use="required">
+          <annotation>
+            <documentation>
+              This attribute makes node of type, major number, minor number for a
+              given file.
+            </documentation>
+          </annotation>
+        </attribute>
       </extension>
     </simpleContent>
   </complexType>
-- 
2.30.2



More information about the elbe-devel mailing list