diff options
Diffstat (limited to 'winsup/doc/new-features.sgml')
-rw-r--r-- | winsup/doc/new-features.sgml | 4 |
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> |