Updated the description section for the dump_setpath routine.

This commit is contained in:
Wade A Smith
1998-08-11 22:34:41 +00:00
parent 2dd561a3f6
commit c40ad43d4e

View File

@@ -70,8 +70,22 @@ The directory entry specified resides on a read-only file system.
@subheading DESCRIPTION:
If {_POSIX_DUMP} is defined:
The @code{dump_setpath} function defines the pathname where process
dumps are written.
dumps are written. The pathname pointed to by @code{path} shall
define where a process dump file will be written if the calling
process terminates with a dump file. The @code{path} argument
shall not name a directory.
If the @code{path} argument is NULL, the system shall not write a
process dump file if the calling process terminates with a dump
file. If the @code{dump_setpath} function fails, the pathname for
writing process dumps shall not change.
Otherwise:
The @code{dump_setpath} function shall fail.
@subheading NOTES: