view dtd/error.dtd @ 740:46d70031bea9

Documented the recently added "auto" parameter of the "worker_processes" directive.
author Andrey Belov <defan@nginx.com>
date Tue, 23 Oct 2012 09:11:30 +0000
parents be54c443235a
children
line wrap: on
line source

<!--
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  error        EMPTY >
<!ATTLIST  error
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
>