More complete shells generated.

This commit is contained in:
Joel Sherrill
1998-08-04 19:25:14 +00:00
parent 7fc5d54e27
commit 16bed8add3
18 changed files with 1245 additions and 277 deletions

View File

@@ -19,7 +19,7 @@ dirs:
COMMON_FILES=../common/cpright.texi
GENERATED_FILES= \
adminiface.texi base.texi cancel.texi clock.texi cond.texi confspace.texi \
adminiface.texi cancel.texi clock.texi cond.texi confspace.texi \
cspecific.texi device.texi dumpcontrol.texi eventlog.texi files.texi \
io.texi key.texi memorymgmt.texi message.texi mutex.texi procenv.texi \
process.texi sched.texi semaphores.texi signal.texi systemdb.texi \

View File

@@ -31,7 +31,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection admin_shutdown - XXX
@subsection admin_shutdown -
@subheading CALLING SEQUENCE:
@@ -47,6 +47,12 @@ int admin_shutdown(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -1,98 +0,0 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@ifinfo
@node Mutex Manager, Mutex Manager Introduction, Preface, Top
@end ifinfo
@chapter Mutex Manager
@ifinfo
@menu
* Mutex Manager Introduction::
* Mutex Manager Background::
* Mutex Manager Operations::
* Mutex Manager Directives::
@end menu
@end ifinfo
@ifinfo
@node Mutex Manager Introduction, Mutex Manager Background, Mutex Manager, Mutex Manager
@end ifinfo
@section Introduction
The mutex manager ...
The directives provided by the mutex manager are:
@itemize @bullet
@item @code{sigaddset} -
@item @code{sigdelset} -
@item @code{sigfillset} -
@item @code{sigismember} -
@item @code{sigemptyset} -
@item @code{sigaction} -
@item @code{pthread_kill} -
@item @code{pthread_sigmask} -
@item @code{kill} -
@item @code{sigwait} -
@end itemize
@ifinfo
@node Mutex Manager Background, Mutex Manager Operations, Mutex Manager Introduction, Mutex Manager
@end ifinfo
@section Background
@ifinfo
@node Mutex Manager Operations, Mutex Manager Directives, Mutex Manager Background, Mutex Manager
@end ifinfo
@section Operations
@ifinfo
@node Mutex Manager Directives, sigaddset, Mutex Manager Operations, Mutex Manager
@end ifinfo
@section Directives
@ifinfo
@menu
* sigaddset::
* sigdelset::
* sigfillset::
* sigismember::
* sigemptyset::
* sigaction::
* pthread_kill::
* pthread_sigmask::
* kill::
* sigwait::
@end menu
@end ifinfo
This section details the mutex manager's directives.
A subsection is dedicated to each of this manager's directives
and describes the calling sequence, related constants, usage,
and status codes.
@page
@ifinfo
@node sigaddset, sigdelset, Mutex Manager Directives, Mutex Manager Directives
@end ifinfo
@subsection sigaddset
@subheading CALLING SEQUENCE:
@example
int sigaddset(
sigset_t *set,
int signo
);
@end example
@subheading STATUS CODES:
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -35,7 +35,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection pthread_cancel - XXX
@subsection pthread_cancel -
@subheading CALLING SEQUENCE:
@@ -51,12 +51,18 @@ int pthread_cancel(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection pthread_setcancelstate - XXX
@subsection pthread_setcancelstate -
@subheading CALLING SEQUENCE:
@@ -72,12 +78,18 @@ int pthread_setcancelstate(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection pthread_setcanceltype - XXX
@subsection pthread_setcanceltype -
@subheading CALLING SEQUENCE:
@@ -93,12 +105,18 @@ int pthread_setcanceltype(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection pthread_testcancel - XXX
@subsection pthread_testcancel -
@subheading CALLING SEQUENCE:
@@ -114,12 +132,18 @@ int pthread_testcancel(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection pthread_cleanup_push - XXX
@subsection pthread_cleanup_push -
@subheading CALLING SEQUENCE:
@@ -135,6 +159,12 @@ int pthread_cleanup_push(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -16,7 +16,7 @@ configuration space manager is ...
The directives provided by the configuration space manager are:
@itemize @bullet
@item @code{cfg_mount} -
@item @code{cfg_mount} - Mount a Configuration Space
@item @code{cfg_unmount} -
@item @code{cfg_mknod} -
@item @code{cfg_get} -
@@ -42,13 +42,17 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection cfg_mount - XXX
@subsection cfg_mount - Mount a Configuration Space
@subheading CALLING SEQUENCE:
@ifset is-C
@example
int cfg_mount(
const char *file,
const char *cfgpath,
log_facility_t notification,
int logdes
);
@end example
@end ifset
@@ -58,12 +62,18 @@ int cfg_mount(
@subheading STATUS CODES:
@table @b
@item EPERM
The caller does not have the appropriate privilege.
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_unmount - XXX
@subsection cfg_unmount -
@subheading CALLING SEQUENCE:
@@ -79,12 +89,18 @@ int cfg_unmount(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_mknod - XXX
@subsection cfg_mknod -
@subheading CALLING SEQUENCE:
@@ -100,12 +116,18 @@ int cfg_mknod(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_get - XXX
@subsection cfg_get -
@subheading CALLING SEQUENCE:
@@ -121,12 +143,18 @@ int cfg_get(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_set - XXX
@subsection cfg_set -
@subheading CALLING SEQUENCE:
@@ -142,12 +170,18 @@ int cfg_set(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_link - XXX
@subsection cfg_link -
@subheading CALLING SEQUENCE:
@@ -163,12 +197,18 @@ int cfg_link(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_unlink - XXX
@subsection cfg_unlink -
@subheading CALLING SEQUENCE:
@@ -184,12 +224,18 @@ int cfg_unlink(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_open - XXX
@subsection cfg_open -
@subheading CALLING SEQUENCE:
@@ -205,12 +251,18 @@ int cfg_open(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_read - XXX
@subsection cfg_read -
@subheading CALLING SEQUENCE:
@@ -226,12 +278,18 @@ int cfg_read(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_children - XXX
@subsection cfg_children -
@subheading CALLING SEQUENCE:
@@ -247,12 +305,18 @@ int cfg_children(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_mark - XXX
@subsection cfg_mark -
@subheading CALLING SEQUENCE:
@@ -268,12 +332,18 @@ int cfg_mark(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfg_close - XXX
@subsection cfg_close -
@subheading CALLING SEQUENCE:
@@ -289,6 +359,12 @@ int cfg_close(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -51,7 +51,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection setlocale - XXX
@subsection setlocale -
@subheading CALLING SEQUENCE:
@@ -67,12 +67,18 @@ int setlocale(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection fileno - XXX
@subsection fileno -
@subheading CALLING SEQUENCE:
@@ -88,12 +94,18 @@ int fileno(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection fdopen - XXX
@subsection fdopen -
@subheading CALLING SEQUENCE:
@@ -109,12 +121,18 @@ int fdopen(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection flcokfile - XXX
@subsection flcokfile -
@subheading CALLING SEQUENCE:
@@ -130,12 +148,18 @@ int flcokfile(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection ftrylockfile - XXX
@subsection ftrylockfile -
@subheading CALLING SEQUENCE:
@@ -151,12 +175,18 @@ int ftrylockfile(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection funlockfile - XXX
@subsection funlockfile -
@subheading CALLING SEQUENCE:
@@ -172,12 +202,18 @@ int funlockfile(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getc_unlocked - XXX
@subsection getc_unlocked -
@subheading CALLING SEQUENCE:
@@ -193,12 +229,18 @@ int getc_unlocked(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getchar_unlocked - XXX
@subsection getchar_unlocked -
@subheading CALLING SEQUENCE:
@@ -214,12 +256,18 @@ int getchar_unlocked(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection putc_unlocked - XXX
@subsection putc_unlocked -
@subheading CALLING SEQUENCE:
@@ -235,12 +283,18 @@ int putc_unlocked(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection putchar_unlocked - XXX
@subsection putchar_unlocked -
@subheading CALLING SEQUENCE:
@@ -256,12 +310,18 @@ int putchar_unlocked(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection setjmp - XXX
@subsection setjmp -
@subheading CALLING SEQUENCE:
@@ -277,12 +337,18 @@ int setjmp(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection longjmp - XXX
@subsection longjmp -
@subheading CALLING SEQUENCE:
@@ -298,12 +364,18 @@ int longjmp(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sigsetjmp - XXX
@subsection sigsetjmp -
@subheading CALLING SEQUENCE:
@@ -319,12 +391,18 @@ int sigsetjmp(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection siglongjmp - XXX
@subsection siglongjmp -
@subheading CALLING SEQUENCE:
@@ -340,12 +418,18 @@ int siglongjmp(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection tzset - XXX
@subsection tzset -
@subheading CALLING SEQUENCE:
@@ -361,12 +445,18 @@ int tzset(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection strtok_r - XXX
@subsection strtok_r -
@subheading CALLING SEQUENCE:
@@ -382,12 +472,18 @@ int strtok_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection asctime_r - XXX
@subsection asctime_r -
@subheading CALLING SEQUENCE:
@@ -403,12 +499,18 @@ int asctime_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection ctime_r - XXX
@subsection ctime_r -
@subheading CALLING SEQUENCE:
@@ -424,12 +526,18 @@ int ctime_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection gmtime_r - XXX
@subsection gmtime_r -
@subheading CALLING SEQUENCE:
@@ -445,12 +553,18 @@ int gmtime_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection localtime_r - XXX
@subsection localtime_r -
@subheading CALLING SEQUENCE:
@@ -466,12 +580,18 @@ int localtime_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection rand_r - XXX
@subsection rand_r -
@subheading CALLING SEQUENCE:
@@ -487,6 +607,12 @@ int rand_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -42,7 +42,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection cfgetispeed - XXX
@subsection cfgetispeed -
@subheading CALLING SEQUENCE:
@@ -58,12 +58,18 @@ int cfgetispeed(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfgetospeed - XXX
@subsection cfgetospeed -
@subheading CALLING SEQUENCE:
@@ -79,12 +85,18 @@ int cfgetospeed(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfsetispeed - XXX
@subsection cfsetispeed -
@subheading CALLING SEQUENCE:
@@ -100,12 +112,18 @@ int cfsetispeed(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection cfsetospeed - XXX
@subsection cfsetospeed -
@subheading CALLING SEQUENCE:
@@ -121,12 +139,18 @@ int cfsetospeed(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection tcgetattr - XXX
@subsection tcgetattr -
@subheading CALLING SEQUENCE:
@@ -142,12 +166,18 @@ int tcgetattr(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection tcsetattr - XXX
@subsection tcsetattr -
@subheading CALLING SEQUENCE:
@@ -163,12 +193,18 @@ int tcsetattr(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection tcsendbreak - XXX
@subsection tcsendbreak -
@subheading CALLING SEQUENCE:
@@ -184,12 +220,18 @@ int tcsendbreak(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection tcdrain - XXX
@subsection tcdrain -
@subheading CALLING SEQUENCE:
@@ -205,12 +247,18 @@ int tcdrain(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection tcflush - XXX
@subsection tcflush -
@subheading CALLING SEQUENCE:
@@ -226,12 +274,18 @@ int tcflush(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection tcflow - XXX
@subsection tcflow -
@subheading CALLING SEQUENCE:
@@ -247,12 +301,18 @@ int tcflow(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection tcgetpgrp - XXX
@subsection tcgetpgrp -
@subheading CALLING SEQUENCE:
@@ -268,12 +328,18 @@ int tcgetpgrp(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection tcsetpgrp - XXX
@subsection tcsetpgrp -
@subheading CALLING SEQUENCE:
@@ -289,6 +355,12 @@ int tcsetpgrp(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -31,7 +31,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection dump_setpath - XXX
@subsection dump_setpath -
@subheading CALLING SEQUENCE:
@@ -47,6 +47,12 @@ int dump_setpath(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -42,7 +42,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection log_write - XXX
@subsection log_write -
@subheading CALLING SEQUENCE:
@@ -58,12 +58,18 @@ int log_write(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_open - XXX
@subsection log_open -
@subheading CALLING SEQUENCE:
@@ -79,12 +85,18 @@ int log_open(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_read - XXX
@subsection log_read -
@subheading CALLING SEQUENCE:
@@ -100,12 +112,18 @@ int log_read(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_notify - XXX
@subsection log_notify -
@subheading CALLING SEQUENCE:
@@ -121,12 +139,18 @@ int log_notify(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_close - XXX
@subsection log_close -
@subheading CALLING SEQUENCE:
@@ -142,12 +166,18 @@ int log_close(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_seek - XXX
@subsection log_seek -
@subheading CALLING SEQUENCE:
@@ -163,12 +193,18 @@ int log_seek(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_severity_before - XXX
@subsection log_severity_before -
@subheading CALLING SEQUENCE:
@@ -184,12 +220,18 @@ int log_severity_before(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_facilityemptyset - XXX
@subsection log_facilityemptyset -
@subheading CALLING SEQUENCE:
@@ -205,12 +247,18 @@ int log_facilityemptyset(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_facilityfillset - XXX
@subsection log_facilityfillset -
@subheading CALLING SEQUENCE:
@@ -226,12 +274,18 @@ int log_facilityfillset(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_facilityaddset - XXX
@subsection log_facilityaddset -
@subheading CALLING SEQUENCE:
@@ -247,12 +301,18 @@ int log_facilityaddset(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_facilitydelset - XXX
@subsection log_facilitydelset -
@subheading CALLING SEQUENCE:
@@ -268,12 +328,18 @@ int log_facilitydelset(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection log_facilityismember - XXX
@subsection log_facilityismember -
@subheading CALLING SEQUENCE:
@@ -289,6 +355,12 @@ int log_facilityismember(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -56,7 +56,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection opendir - XXX
@subsection opendir -
@subheading CALLING SEQUENCE:
@@ -72,12 +72,18 @@ int opendir(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection readdir - XXX
@subsection readdir -
@subheading CALLING SEQUENCE:
@@ -93,12 +99,18 @@ int readdir(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection readdir_r - XXX
@subsection readdir_r -
@subheading CALLING SEQUENCE:
@@ -114,12 +126,18 @@ int readdir_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection rewinddir - XXX
@subsection rewinddir -
@subheading CALLING SEQUENCE:
@@ -135,12 +153,18 @@ int rewinddir(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection closedir - XXX
@subsection closedir -
@subheading CALLING SEQUENCE:
@@ -156,12 +180,18 @@ int closedir(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection chdir - XXX
@subsection chdir -
@subheading CALLING SEQUENCE:
@@ -177,12 +207,18 @@ int chdir(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getcwd - XXX
@subsection getcwd -
@subheading CALLING SEQUENCE:
@@ -198,12 +234,18 @@ int getcwd(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection open - XXX
@subsection open -
@subheading CALLING SEQUENCE:
@@ -219,12 +261,18 @@ int open(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection creat - XXX
@subsection creat -
@subheading CALLING SEQUENCE:
@@ -240,12 +288,18 @@ int creat(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection umask - XXX
@subsection umask -
@subheading CALLING SEQUENCE:
@@ -261,12 +315,18 @@ int umask(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection link - XXX
@subsection link -
@subheading CALLING SEQUENCE:
@@ -282,12 +342,18 @@ int link(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mkdir - XXX
@subsection mkdir -
@subheading CALLING SEQUENCE:
@@ -303,12 +369,18 @@ int mkdir(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mkfifo - XXX
@subsection mkfifo -
@subheading CALLING SEQUENCE:
@@ -324,12 +396,18 @@ int mkfifo(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection unlink - XXX
@subsection unlink -
@subheading CALLING SEQUENCE:
@@ -345,12 +423,18 @@ int unlink(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection rmdir - XXX
@subsection rmdir -
@subheading CALLING SEQUENCE:
@@ -366,12 +450,18 @@ int rmdir(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection rename - XXX
@subsection rename -
@subheading CALLING SEQUENCE:
@@ -387,12 +477,18 @@ int rename(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection stat - XXX
@subsection stat -
@subheading CALLING SEQUENCE:
@@ -408,12 +504,18 @@ int stat(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection fstat - XXX
@subsection fstat -
@subheading CALLING SEQUENCE:
@@ -429,12 +531,18 @@ int fstat(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection access - XXX
@subsection access -
@subheading CALLING SEQUENCE:
@@ -450,12 +558,18 @@ int access(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection chmod - XXX
@subsection chmod -
@subheading CALLING SEQUENCE:
@@ -471,12 +585,18 @@ int chmod(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection fchmod - XXX
@subsection fchmod -
@subheading CALLING SEQUENCE:
@@ -492,12 +612,18 @@ int fchmod(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection chown - XXX
@subsection chown -
@subheading CALLING SEQUENCE:
@@ -513,12 +639,18 @@ int chown(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection utime - XXX
@subsection utime -
@subheading CALLING SEQUENCE:
@@ -534,12 +666,18 @@ int utime(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection ftrunctate - XXX
@subsection ftrunctate -
@subheading CALLING SEQUENCE:
@@ -555,12 +693,18 @@ int ftrunctate(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection pathconf - XXX
@subsection pathconf -
@subheading CALLING SEQUENCE:
@@ -576,12 +720,18 @@ int pathconf(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection fpathconf - XXX
@subsection fpathconf -
@subheading CALLING SEQUENCE:
@@ -597,6 +747,12 @@ int fpathconf(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -155,7 +155,7 @@ echo ""
for routine in ${ROUTINES}
do
echo "@page"
echo "@subsection ${routine} - XXX"
echo "@subsection ${routine} - "
echo ""
echo "@subheading CALLING SEQUENCE:"
echo ""
@@ -171,6 +171,12 @@ do
echo ""
echo "@subheading STATUS CODES:"
echo ""
echo "@table @b"
echo "@item E"
echo "The"
echo ""
echo "@end table"
echo ""
echo "@subheading DESCRIPTION:"
echo ""
echo "@subheading NOTES:"

View File

@@ -48,7 +48,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection pipe - XXX
@subsection pipe -
@subheading CALLING SEQUENCE:
@@ -64,12 +64,18 @@ int pipe(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection dup - XXX
@subsection dup -
@subheading CALLING SEQUENCE:
@@ -85,12 +91,18 @@ int dup(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection dup2 - XXX
@subsection dup2 -
@subheading CALLING SEQUENCE:
@@ -106,12 +118,18 @@ int dup2(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection close - XXX
@subsection close -
@subheading CALLING SEQUENCE:
@@ -127,12 +145,18 @@ int close(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection read - XXX
@subsection read -
@subheading CALLING SEQUENCE:
@@ -148,12 +172,18 @@ int read(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection write - XXX
@subsection write -
@subheading CALLING SEQUENCE:
@@ -169,12 +199,18 @@ int write(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection fcntl - XXX
@subsection fcntl -
@subheading CALLING SEQUENCE:
@@ -190,12 +226,18 @@ int fcntl(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection lseek - XXX
@subsection lseek -
@subheading CALLING SEQUENCE:
@@ -211,12 +253,18 @@ int lseek(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection fsynch - XXX
@subsection fsynch -
@subheading CALLING SEQUENCE:
@@ -232,12 +280,18 @@ int fsynch(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection fdatasynch - XXX
@subsection fdatasynch -
@subheading CALLING SEQUENCE:
@@ -253,12 +307,18 @@ int fdatasynch(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection aio_read - XXX
@subsection aio_read -
@subheading CALLING SEQUENCE:
@@ -274,12 +334,18 @@ int aio_read(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection aio_write - XXX
@subsection aio_write -
@subheading CALLING SEQUENCE:
@@ -295,12 +361,18 @@ int aio_write(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection lio_listio - XXX
@subsection lio_listio -
@subheading CALLING SEQUENCE:
@@ -316,12 +388,18 @@ int lio_listio(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection aio_error - XXX
@subsection aio_error -
@subheading CALLING SEQUENCE:
@@ -337,12 +415,18 @@ int aio_error(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection aio_return - XXX
@subsection aio_return -
@subheading CALLING SEQUENCE:
@@ -358,12 +442,18 @@ int aio_return(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection aio_cancel - XXX
@subsection aio_cancel -
@subheading CALLING SEQUENCE:
@@ -379,12 +469,18 @@ int aio_cancel(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection aio_suspend - XXX
@subsection aio_suspend -
@subheading CALLING SEQUENCE:
@@ -400,12 +496,18 @@ int aio_suspend(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection aio_fsync - XXX
@subsection aio_fsync -
@subheading CALLING SEQUENCE:
@@ -421,6 +523,12 @@ int aio_fsync(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -40,7 +40,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection mlockall - XXX
@subsection mlockall -
@subheading CALLING SEQUENCE:
@@ -56,12 +56,18 @@ int mlockall(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection munlockall - XXX
@subsection munlockall -
@subheading CALLING SEQUENCE:
@@ -77,12 +83,18 @@ int munlockall(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mlock - XXX
@subsection mlock -
@subheading CALLING SEQUENCE:
@@ -98,12 +110,18 @@ int mlock(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection munlock - XXX
@subsection munlock -
@subheading CALLING SEQUENCE:
@@ -119,12 +137,18 @@ int munlock(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mmap - XXX
@subsection mmap -
@subheading CALLING SEQUENCE:
@@ -140,12 +164,18 @@ int mmap(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection munmap - XXX
@subsection munmap -
@subheading CALLING SEQUENCE:
@@ -161,12 +191,18 @@ int munmap(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mprotect - XXX
@subsection mprotect -
@subheading CALLING SEQUENCE:
@@ -182,12 +218,18 @@ int mprotect(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection msync - XXX
@subsection msync -
@subheading CALLING SEQUENCE:
@@ -203,12 +245,18 @@ int msync(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection shm_open - XXX
@subsection shm_open -
@subheading CALLING SEQUENCE:
@@ -224,12 +272,18 @@ int shm_open(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection shm_unlink - XXX
@subsection shm_unlink -
@subheading CALLING SEQUENCE:
@@ -245,6 +299,12 @@ int shm_unlink(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -38,7 +38,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection mq_open - XXX
@subsection mq_open -
@subheading CALLING SEQUENCE:
@@ -54,12 +54,18 @@ int mq_open(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mq_close - XXX
@subsection mq_close -
@subheading CALLING SEQUENCE:
@@ -75,12 +81,18 @@ int mq_close(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mq_unlink - XXX
@subsection mq_unlink -
@subheading CALLING SEQUENCE:
@@ -96,12 +108,18 @@ int mq_unlink(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mq_send - XXX
@subsection mq_send -
@subheading CALLING SEQUENCE:
@@ -117,12 +135,18 @@ int mq_send(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mq_receive - XXX
@subsection mq_receive -
@subheading CALLING SEQUENCE:
@@ -138,12 +162,18 @@ int mq_receive(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mq_notify - XXX
@subsection mq_notify -
@subheading CALLING SEQUENCE:
@@ -159,12 +189,18 @@ int mq_notify(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mq_setattr - XXX
@subsection mq_setattr -
@subheading CALLING SEQUENCE:
@@ -180,12 +216,18 @@ int mq_setattr(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection mq_getattr - XXX
@subsection mq_getattr -
@subheading CALLING SEQUENCE:
@@ -201,6 +243,12 @@ int mq_getattr(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -52,7 +52,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection getpid - XXX
@subsection getpid -
@subheading CALLING SEQUENCE:
@@ -68,12 +68,18 @@ int getpid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getppid - XXX
@subsection getppid -
@subheading CALLING SEQUENCE:
@@ -89,12 +95,18 @@ int getppid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getuid - XXX
@subsection getuid -
@subheading CALLING SEQUENCE:
@@ -110,12 +122,18 @@ int getuid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection geteuid - XXX
@subsection geteuid -
@subheading CALLING SEQUENCE:
@@ -131,12 +149,18 @@ int geteuid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getgid - XXX
@subsection getgid -
@subheading CALLING SEQUENCE:
@@ -152,12 +176,18 @@ int getgid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getegid - XXX
@subsection getegid -
@subheading CALLING SEQUENCE:
@@ -173,12 +203,18 @@ int getegid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection setuid - XXX
@subsection setuid -
@subheading CALLING SEQUENCE:
@@ -194,12 +230,18 @@ int setuid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection setgid - XXX
@subsection setgid -
@subheading CALLING SEQUENCE:
@@ -215,12 +257,18 @@ int setgid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getgroups - XXX
@subsection getgroups -
@subheading CALLING SEQUENCE:
@@ -236,12 +284,18 @@ int getgroups(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getlogin - XXX
@subsection getlogin -
@subheading CALLING SEQUENCE:
@@ -257,12 +311,18 @@ int getlogin(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getlogin_r - XXX
@subsection getlogin_r -
@subheading CALLING SEQUENCE:
@@ -278,12 +338,18 @@ int getlogin_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getpgrp - XXX
@subsection getpgrp -
@subheading CALLING SEQUENCE:
@@ -299,12 +365,18 @@ int getpgrp(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection setsid - XXX
@subsection setsid -
@subheading CALLING SEQUENCE:
@@ -320,12 +392,18 @@ int setsid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection setpgid - XXX
@subsection setpgid -
@subheading CALLING SEQUENCE:
@@ -341,12 +419,18 @@ int setpgid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection uname - XXX
@subsection uname -
@subheading CALLING SEQUENCE:
@@ -362,12 +446,18 @@ int uname(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection times - XXX
@subsection times -
@subheading CALLING SEQUENCE:
@@ -383,12 +473,18 @@ int times(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getenv - XXX
@subsection getenv -
@subheading CALLING SEQUENCE:
@@ -404,12 +500,18 @@ int getenv(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection ctermid - XXX
@subsection ctermid -
@subheading CALLING SEQUENCE:
@@ -425,12 +527,18 @@ int ctermid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection ttyname - XXX
@subsection ttyname -
@subheading CALLING SEQUENCE:
@@ -446,12 +554,18 @@ int ttyname(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection ttyname_r - XXX
@subsection ttyname_r -
@subheading CALLING SEQUENCE:
@@ -467,12 +581,18 @@ int ttyname_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection isatty - XXX
@subsection isatty -
@subheading CALLING SEQUENCE:
@@ -488,12 +608,18 @@ int isatty(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sysconf - XXX
@subsection sysconf -
@subheading CALLING SEQUENCE:
@@ -509,6 +635,12 @@ int sysconf(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -41,7 +41,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection fork - XXX
@subsection fork -
@subheading CALLING SEQUENCE:
@@ -57,12 +57,18 @@ int fork(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection execl - XXX
@subsection execl -
@subheading CALLING SEQUENCE:
@@ -78,12 +84,18 @@ int execl(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection execv - XXX
@subsection execv -
@subheading CALLING SEQUENCE:
@@ -99,12 +111,18 @@ int execv(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection execle - XXX
@subsection execle -
@subheading CALLING SEQUENCE:
@@ -120,12 +138,18 @@ int execle(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection execve - XXX
@subsection execve -
@subheading CALLING SEQUENCE:
@@ -141,12 +165,18 @@ int execve(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection execlp - XXX
@subsection execlp -
@subheading CALLING SEQUENCE:
@@ -162,12 +192,18 @@ int execlp(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection execvp - XXX
@subsection execvp -
@subheading CALLING SEQUENCE:
@@ -183,12 +219,18 @@ int execvp(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection pthread_atfork - XXX
@subsection pthread_atfork -
@subheading CALLING SEQUENCE:
@@ -204,12 +246,18 @@ int pthread_atfork(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection wait - XXX
@subsection wait -
@subheading CALLING SEQUENCE:
@@ -225,12 +273,18 @@ int wait(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection waitpid - XXX
@subsection waitpid -
@subheading CALLING SEQUENCE:
@@ -246,12 +300,18 @@ int waitpid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection _exit - XXX
@subsection _exit -
@subheading CALLING SEQUENCE:
@@ -267,6 +327,12 @@ int _exit(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -39,7 +39,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection sem_init - XXX
@subsection sem_init -
@subheading CALLING SEQUENCE:
@@ -55,12 +55,18 @@ int sem_init(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sem_destroy - XXX
@subsection sem_destroy -
@subheading CALLING SEQUENCE:
@@ -76,12 +82,18 @@ int sem_destroy(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sem_open - XXX
@subsection sem_open -
@subheading CALLING SEQUENCE:
@@ -97,12 +109,18 @@ int sem_open(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sem_close - XXX
@subsection sem_close -
@subheading CALLING SEQUENCE:
@@ -118,12 +136,18 @@ int sem_close(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sem_unlink - XXX
@subsection sem_unlink -
@subheading CALLING SEQUENCE:
@@ -139,12 +163,18 @@ int sem_unlink(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sem_wait - XXX
@subsection sem_wait -
@subheading CALLING SEQUENCE:
@@ -160,12 +190,18 @@ int sem_wait(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sem_trywait - XXX
@subsection sem_trywait -
@subheading CALLING SEQUENCE:
@@ -181,12 +217,18 @@ int sem_trywait(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sem_post - XXX
@subsection sem_post -
@subheading CALLING SEQUENCE:
@@ -202,12 +244,18 @@ int sem_post(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection sem_getvalue - XXX
@subsection sem_getvalue -
@subheading CALLING SEQUENCE:
@@ -223,6 +271,12 @@ int sem_getvalue(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:

View File

@@ -38,7 +38,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
@subsection getgrgid - XXX
@subsection getgrgid -
@subheading CALLING SEQUENCE:
@@ -54,12 +54,18 @@ int getgrgid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getgrgid_r - XXX
@subsection getgrgid_r -
@subheading CALLING SEQUENCE:
@@ -75,12 +81,18 @@ int getgrgid_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getgrnam - XXX
@subsection getgrnam -
@subheading CALLING SEQUENCE:
@@ -96,12 +108,18 @@ int getgrnam(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getgrnam_r - XXX
@subsection getgrnam_r -
@subheading CALLING SEQUENCE:
@@ -117,12 +135,18 @@ int getgrnam_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getpwuid - XXX
@subsection getpwuid -
@subheading CALLING SEQUENCE:
@@ -138,12 +162,18 @@ int getpwuid(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getpwuid_r - XXX
@subsection getpwuid_r -
@subheading CALLING SEQUENCE:
@@ -159,12 +189,18 @@ int getpwuid_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getpwnam - XXX
@subsection getpwnam -
@subheading CALLING SEQUENCE:
@@ -180,12 +216,18 @@ int getpwnam(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES:
@page
@subsection getpwnam_r - XXX
@subsection getpwnam_r -
@subheading CALLING SEQUENCE:
@@ -201,6 +243,12 @@ int getpwnam_r(
@subheading STATUS CODES:
@table @b
@item E
The
@end table
@subheading DESCRIPTION:
@subheading NOTES: