diff options
author | DJ Delorie <dj@redhat.com> | 2000-04-19 00:55:19 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-04-19 00:55:19 +0000 |
commit | 05357ffef2e0c5c5715d868500bc001d6f39800a (patch) | |
tree | 673605aeacde7664087cc1486da3ac44ecccd659 /winsup/cygwin/misc-std.sgml | |
parent | 25ba8f306f3099caf8397859019e936b90510e8d (diff) | |
download | cygnal-05357ffef2e0c5c5715d868500bc001d6f39800a.tar.gz cygnal-05357ffef2e0c5c5715d868500bc001d6f39800a.tar.bz2 cygnal-05357ffef2e0c5c5715d868500bc001d6f39800a.zip |
clean up SGML for latest version of jade/docbook
Diffstat (limited to 'winsup/cygwin/misc-std.sgml')
-rw-r--r-- | winsup/cygwin/misc-std.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/misc-std.sgml b/winsup/cygwin/misc-std.sgml index de47d14d2..01ac231cd 100644 --- a/winsup/cygwin/misc-std.sgml +++ b/winsup/cygwin/misc-std.sgml @@ -5,7 +5,7 @@ standards:</para> -<sect2><title>Networking</title><para> +<sect2><title>Networking</title> <para>(Standardized by POSIX 1.g, which is probably still in draft?)</para> @@ -38,6 +38,7 @@ strsignal, strtosigno, swab, syslog, timezone, truncate, ttyslot, unlockpt, unsetenv, usleep, utimes, vfork, vhangup, wait3, wait4, wcscmp, wcslen, wprintf, writev +</para></sect2> <sect2><title>Implementation Notes</title> <para> <function>initgroups</function> does nothing</para> @@ -59,7 +60,7 @@ An increment above REALTIME_PRIORITY_CLASS results in the process staying at that priority. Likewise, a decrement to IDLE_PRIORITY_CLASS has it stay at that priority. Note that in the Win32 API, there are 32 priorities. So currently we only give access -to four of these through <function>nice</function>. +to four of these through <function>nice</function>.</para> <para> <function>seteuid</function> and <function>setegid</function> always return 0 and set errno to |