diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-05-11 16:19:21 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-05-11 16:19:21 +0000 |
commit | eeefccfcd1119d89fb81f86a93fd49bd9b5ff16b (patch) | |
tree | 33657da0aa639f80b4ad743f9685ae544f250dc7 /winsup/doc/calls.texinfo | |
parent | d542e8ffede35e4e5f58bae2cf1c01278a0220a6 (diff) | |
download | cygnal-eeefccfcd1119d89fb81f86a93fd49bd9b5ff16b.tar.gz cygnal-eeefccfcd1119d89fb81f86a93fd49bd9b5ff16b.tar.bz2 cygnal-eeefccfcd1119d89fb81f86a93fd49bd9b5ff16b.zip |
Preliminary update to FAQ to reflect latest net release.
(So far, just a new title, some minor updates, and a disclaimer in each
section that has to be updated for the net release, or at least looked at.)
Diffstat (limited to 'winsup/doc/calls.texinfo')
-rw-r--r-- | winsup/doc/calls.texinfo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/doc/calls.texinfo b/winsup/doc/calls.texinfo index 970efddfd..f0072ac94 100644 --- a/winsup/doc/calls.texinfo +++ b/winsup/doc/calls.texinfo @@ -22,6 +22,9 @@ Calls starting with "cygwin_" are Cygwin-specific calls. @section ANSI C Library Functions +@strong{(Please note: This section has not yet been updated for the latest +net release.)} + @itemize @code @item libc stdio (newlib/libc/stdio) @@ -203,6 +206,9 @@ Calls starting with "cygwin_" are Cygwin-specific calls. @section POSIX.1/96 Functions +@strong{(Please note: This section has not yet been updated for the latest +net release.)} + @item Process Primitives (Section 3) @itemize @code @item fork: P 3.1.1.1 @@ -531,6 +537,9 @@ Calls starting with "cygwin_" are Cygwin-specific calls. @section Misc Functions +@strong{(Please note: This section has not yet been updated for the latest +net release.)} + @item Networking (net.cc) (Standardized by POSIX 1.g, which is probably still in draft?) @itemize @code @item accept |