[elbe-devel] [PATCH v1 15/16] schema: dbsfed.xsd: mknod

Viraj Shah viraj.shah at linutronix.de
Thu Aug 25 15:49:38 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 160856bf9..c704aeb7c 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2722,12 +2722,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