docs: Fixed incorrect XML attribute name in virtio kbase

Signed-off-by: Jaak Ristioja <jaak@ristioja.ee>
This commit is contained in:
Jaak Ristioja 2020-05-29 23:41:40 +03:00
parent 6f60d2a850
commit f6c79ca2af
No known key found for this signature in database
GPG Key ID: 64BDA03A632612EB

View File

@ -143,5 +143,5 @@ More optional elements can be specified
<driver type='virtiofs' queue='1024'/>
<binary path='/usr/libexec/virtiofsd' xattr='on'>
<cache mode='always'/>
<lock posix_lock='on' flock='on'/>
<lock posix='on' flock='on'/>
</binary>