]> sourceware.org Git - newlib-cygwin.git/commitdiff
2012-04-03 Corinna Vinschen <corinna@vinschen.de>
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 3 Apr 2012 19:16:10 +0000 (19:16 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 3 Apr 2012 19:16:10 +0000 (19:16 +0000)
* new-features.sgml (ov-new1.7.12): Fix layout of flock example.

winsup/doc/ChangeLog
winsup/doc/new-features.sgml

index fe4ae3a0e34615974adf8157699dc7c79aa223a5..abec3b3192818ad0a9df28a88ec74033bde494ad 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-03  Corinna Vinschen  <corinna@vinschen.de>
+
+       * new-features.sgml (ov-new1.7.12): Fix layout of flock example.
+
 2012-03-30  Corinna Vinschen  <corinna@vinschen.de>
 
        * new-features.sgml (ov-new1.7.12): Fix typo.
index e66107c16019cbdc7805e238b48395f5c46da9a2..b1f907f8726825a224da8ee91c5cc1d5ac7fdd49 100644 (file)
@@ -16,12 +16,12 @@ Add virtual /proc/PID/mountinfo file.
 <listitem><para>
 flock now additionally supports the following scenario, which requires
   to propagate locks to the parent process:
-
+   <screen>
     (
       flock -n 9 || exit 1
       # ... commands executed under lock ...
     } 9>/var/lock/mylockfile
-
+   </screen>
   Only propagation to the direct parent process is supported so far,
   not to grand parents or sibling processes.
 </para></listitem>
This page took 0.036504 seconds and 5 git commands to generate.