summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-04-19 00:55:19 +0000
committerDJ Delorie <dj@redhat.com>2000-04-19 00:55:19 +0000
commit05357ffef2e0c5c5715d868500bc001d6f39800a (patch)
tree673605aeacde7664087cc1486da3ac44ecccd659 /winsup/cygwin
parent25ba8f306f3099caf8397859019e936b90510e8d (diff)
downloadcygnal-05357ffef2e0c5c5715d868500bc001d6f39800a.tar.gz
cygnal-05357ffef2e0c5c5715d868500bc001d6f39800a.tar.bz2
cygnal-05357ffef2e0c5c5715d868500bc001d6f39800a.zip
clean up SGML for latest version of jade/docbook
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/misc-std.sgml5
-rw-r--r--winsup/cygwin/posix.sgml14
2 files changed, 15 insertions, 4 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
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml
index 5d00f5709..80e9c6e97 100644
--- a/winsup/cygwin/posix.sgml
+++ b/winsup/cygwin/posix.sgml
@@ -10,27 +10,32 @@ _exit, kill, sigemptyset, sigfillset, sigaddset, sigdelset,
sigismember, sigaction, pthread_sigmask, sigprocmask, sigpending,
sigsuspend, alarm, pause, sleep, pthread_kill, pthread_sigmask
+</para></sect2>
<sect2><title>Process Environment (Section 4) </title><para>
getpid, getppid, getuid, geteuid, getgid, getegid, setuid, setgid,
getgroups, getlogin, getpgrp, setsid, setpgid, uname, time, times,
getenv, ctermid, ttyname, isatty, sysconf
+</para></sect2>
<sect2><title>Files and Directories (Section 5) </title><para>
opendir, readdir, rewinddir, closedir, chdir, getcwd, open, creat,
umask, link, mkdir, unlink, rmdir, rename, stat, fstat, access, chmod,
fchmod, chown, utime, ftruncate, pathconf, fpathconf
+</para></sect2>
<sect2><title>Input and Output Primitives (Section 6) </title><para>
pipe, dup, dup2, close, read, write, fcntl, lseek, fsync
+</para></sect2>
<sect2><title>Device- and Class-Specific Functions (Section 7) </title><para>
cfgetispeed, cfgetospeed, cfsetispeed, cfsetospeed, tcdrain, tcflow,
tcflush, tcgetattr, tcgetpgrp, tcsendbreak, tcsetattr, tcsetpgrp
+</para></sect2>
<sect2><title>Language-Specific Services for the C Programming Language (Section 8) </title><para>
abort, exit, fclose, fdopen, fflush, fgetc, fgets, fileno, fopen,
@@ -39,32 +44,37 @@ getc, getchar, gets, perror, printf, putc, putchar, puts, remove,
rewind, scanf, setlocale, siglongjmp, sigsetjmp, tmpfile, tmpnam,
tzset
+</para></sect2>
<sect2><title>System Databases (Section 9) </title><para>
getgrgid, getgrnam, getpwnam, getpwuid
+</para></sect2>
<sect2><title>Synchronization (Section 11) </title><para>
sem_init, sem_destroy, sem_wait, sem_trywait, sem_post,
pthread_mutex_init, pthread_mutex_destroy, pthread_mutex_lock,
pthread_mutex_trylock, pthread_mutex_unlock
+</para></sect2>
<sect2><title>Memory Management (Section 12) </title><para>
mmap, mprotect, msync, munmap
+</para></sect2>
<sect2><title>Thread Management (Section 16) </title><para>
pthread_attr_init, pthread_attr_destroy, pthread_attr_setstacksize,
pthread_attr_getstacksize, pthread_create, pthread_exit, pthread_self,
pthread_equal
+</para></sect2>
<sect2><title>Thread-Specific Data Functions (Section 17) </title><para>
pthread_key_create, pthread_setspecific, pthread_getspecific,
pthread_key_delete
-</sect2>
+</para></sect2>
<sect2><title>Implementation Details</title>
@@ -85,4 +95,4 @@ files.</para>
</sect2>
-</sect1> \ No newline at end of file
+</sect1>