summaryrefslogtreecommitdiffstats
path: root/winsup/doc/new-features.sgml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-04-03 19:16:10 +0000
committerCorinna Vinschen <corinna@vinschen.de>2012-04-03 19:16:10 +0000
commitecdcf15712b184af397c6440baa4f4b3f9e263c3 (patch)
tree20544174c605f18e94a9fbd6c4fe407f7c485fcd /winsup/doc/new-features.sgml
parentfba41a7c3d73ca63c839c47e8c13fd177a6d418d (diff)
downloadcygnal-ecdcf15712b184af397c6440baa4f4b3f9e263c3.tar.gz
cygnal-ecdcf15712b184af397c6440baa4f4b3f9e263c3.tar.bz2
cygnal-ecdcf15712b184af397c6440baa4f4b3f9e263c3.zip
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/new-features.sgml')
-rw-r--r--winsup/doc/new-features.sgml4
1 files changed, 2 insertions, 2 deletions
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>