diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-05-25 06:10:24 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-05-25 06:10:24 +0000 |
commit | c57b66f6c3983373df2b9d5d64817835238b103f (patch) | |
tree | 5eb1311b1f6683b353f6f95891d684e32e6f6e4d /winsup/cygwin/posix.sgml | |
parent | 7750cea91f072905f9e863de9115887bae46e1ef (diff) | |
download | newlib-c57b66f6c3983373df2b9d5d64817835238b103f.zip newlib-c57b66f6c3983373df2b9d5d64817835238b103f.tar.gz newlib-c57b66f6c3983373df2b9d5d64817835238b103f.tar.bz2 |
* posix.sgml (std-notes): Add missing <para>.
Diffstat (limited to 'winsup/cygwin/posix.sgml')
-rw-r--r-- | winsup/cygwin/posix.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index ac08351..8e509f6 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -1446,8 +1446,8 @@ by keeping track of the current root and accomodating this in the file related function calls. A real chroot functionality is not supported by Windows however.</para> -<function>clock_setres</function>, <function>clock_settime</function>, and -<function>timer_create</function> only support CLOCK_REALTIME.</para> +<para><function>clock_setres</function>, <function>clock_settime</function>, +and <function>timer_create</function> only support CLOCK_REALTIME.</para> <para>BSD file locks created via <function>flock</function> are not propagated to the parent process and sibling processes. The locks are |