
On 5/14/21 11:29 PM, Jonathon Jongsma wrote:
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> --- docs/formatnode.html.in | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/docs/formatnode.html.in b/docs/formatnode.html.in index 3065570405..9a505f0fe9 100644 --- a/docs/formatnode.html.in +++ b/docs/formatnode.html.in @@ -384,6 +384,10 @@ The order that they appear in the xml definition determines the order that they will be written to the device. </dd> + <dt><code>uuid</code></dt> + <dd> + This element represents the UUID of the mediated device. + </dd> <dt><code>start</code></dt> <dd> This element represents the start policy for the device. It
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> and pushed because this is independent of the rest. Michal