doc: missing </dir> in release notes 14.05

This commit is contained in:
Martin Stein 2016-02-23 16:28:54 +01:00 committed by Christian Helmuth
parent 9e6f3be806
commit 5a0bae2ad7
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ are mapped to VFS directories. For example
! ... ! ...
! <config> ! <config>
! ... ! ...
! <libc> <vfs> <dir name="ram"> <fs label="ram" /> </vfs> </libc> ! <libc> <vfs> <dir name="ram"> <fs label="ram" /> </dir> </vfs> </libc>
! <share host="/ram/miezekatze" guest="miezekatze" /> ! <share host="/ram/miezekatze" guest="miezekatze" />
! ... ! ...
! </config> ! </config>