Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-04-03 23:16:10 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-04-03 23:16:10 +0400
commitecdcf15712b184af397c6440baa4f4b3f9e263c3 (patch)
tree20544174c605f18e94a9fbd6c4fe407f7c485fcd /winsup/doc
parentfba41a7c3d73ca63c839c47e8c13fd177a6d418d (diff)
2012-04-03 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.12): Fix layout of flock example.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml4
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index fe4ae3a0e..abec3b319 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -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.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index e66107c16..b1f907f87 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -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>