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

Viraj Shah viraj.shah at linutronix.de
Fri Sep 23 16:03:12 CEST 2022


* Update documentation for "mknod" finetuning action.
* Fix indentation.
Signed-off-by: Viraj Shah <viraj.shah 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 0682cbc5c..129ea6112 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2760,12 +2760,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 the tag 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