view xsls/development.xsls @ 585:e83b551cb90e

Documented what WINCH signal does when sent to a worker process.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 12 Jul 2012 05:04:37 +0000
parents be54c443235a
children
line wrap: on
line source

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

X:stylesheet {

X:output method="text";

X:template = "/versions" { !{ normalize-space(development) } }

}