diff options
Diffstat (limited to 'winsup/cygwin/dtable.sgml')
-rw-r--r-- | winsup/cygwin/dtable.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/dtable.sgml b/winsup/cygwin/dtable.sgml index 9f292ee73..73d8b78cc 100644 --- a/winsup/cygwin/dtable.sgml +++ b/winsup/cygwin/dtable.sgml @@ -2,7 +2,7 @@ <sect1 id="func-cygwin-attach-handle-to-fd"> <title>cygwin_attach_handle_to_fd</title> -<funcsynopsis> +<funcsynopsis><funcprototype> <funcdef>extern "C" int <function>cygwin_attach_handle_to_fd</function></funcdef> <paramdef>char *<parameter>name</parameter></paramdef> @@ -10,7 +10,7 @@ <paramdef>HANDLE <parameter>handle</parameter></paramdef> <paramdef>int <parameter>bin</parameter></paramdef> <paramdef>int <parameter>access</parameter></paramdef> -</funcsynopsis> +</funcprototype></funcsynopsis> <para>This function can be used to turn a Win32 "handle" into a posix-style file handle. <parameter>fd</parameter> may be -1 to |