[elbe-devel] [PATCH v2 12/17] schema: dbsfed.xsd: mknod

Viraj Shah viraj.shah at linutronix.de
Tue Aug 30 15:39:15 CEST 2022


* Update documentation for "mknod" finetuning action.

Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
---
 schema/dbsfed.xsd | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 33c49d0ba..dfe61c96c 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2749,12 +2749,20 @@
   <complexType name="mknod">
     <annotation>
       <documentation>
-        describes a mknod operaition in finetuning
+	describes a mknod operation in finetuning to make block or character
+        special files.
       </documentation>
     </annotation>
     <simpleContent>
       <extension base="rfs:string">
-        <attribute name="opts" type="string" use="required" />
+        <attribute name="opts" type="string" use="required">
+	 <annotation>
+	  <documentation>
+           "opts" 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