DocBook validation corrections

<editor/> cannot contain bare name, needs <firstname/> and <surname/>
<note/> must have some sort of child, selected <para/>
This commit is contained in:
Martin A. Brown 2016-01-16 22:25:41 -08:00
parent f21f003192
commit 44b2209aa6
1 changed files with 9 additions and 3 deletions

View File

@ -17,8 +17,14 @@
<address><email>ramana &lt;&gt; intraperson dot com</email></address>
</affiliation>
</author>
<editor> Rahul Sundaram </editor>
<editor>Machtelt Garrels</editor>
<editor>
<firstname>Rahul</firstname>
<surname>Sundaram</surname>
</editor>
<editor>
<firstname>Machtelt</firstname>
<surname>Garrels</surname>
</editor>
<!-- All dates specified in ISO "YYYY-MM-DD" format -->
<pubdate>2004-09-23</pubdate>
@ -401,7 +407,7 @@ This work is licensed under the Creative Commons Attribution License. To view a
<para><emphasis role="bold">Autodir</emphasis> demands some extra requirements from the backup program being used: when the backup is working on the <emphasis>real directory</emphasis>, with corresponding expired <emphasis>virtual directory</emphasis>, and that <emphasis>virtual directory</emphasis> is requested again by an application while the backup is running, the backup process is killed. First a <literal>SIGTERM</literal> is sent to gracefully stop it. But if it does not shut down in time - and it has one second to do this - a <literal>SIGKILL</literal> will be sent, which is guaranteed to stop the backup.</para>
<note>Only when the backup has stopped the application is given access to the requested <emphasis>virtual directory</emphasis>.</note>
<note><para>Only when the backup has stopped the application is given access to the requested <emphasis>virtual directory</emphasis>.</para></note>
<important><para>Whatever backup is used, it should be able to recover from this signal gracefully, not causing unrecoverable side effects.</para></important>