[elbe-devel] [PATCH v3 12/16] schema: mknod: Add attributes for documentation
Bastian Germann
bage at linutronix.de
Fri Oct 7 15:17:29 CEST 2022
Subject: same.
Am 23.09.22 um 16:03 schrieb Viraj Shah:
> * Update documentation for "mknod" finetuning action.
> * Fix indentation.
attribute and all its children have a different indentation in the opening and closing tags.
> 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
The value of the tags's text node ...
> + 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>
With the suggested changes:
Reviewed-by: Bastian Germann <bage at linutronix.de>
More information about the elbe-devel
mailing list