From c40ad43d4e2d3c17493b9d0a7e02f66a3f6666b0 Mon Sep 17 00:00:00 2001 From: Wade A Smith Date: Tue, 11 Aug 1998 22:34:41 +0000 Subject: Updated the description section for the dump_setpath routine. --- doc/new_chapters/dumpcontrol.t | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'doc/new_chapters') diff --git a/doc/new_chapters/dumpcontrol.t b/doc/new_chapters/dumpcontrol.t index cfc30a3665..d196251cb4 100644 --- a/doc/new_chapters/dumpcontrol.t +++ b/doc/new_chapters/dumpcontrol.t @@ -70,8 +70,22 @@ The directory entry specified resides on a read-only file system. @subheading DESCRIPTION: -The @code{dump_setpath} function defines the pathname where process -dumps are written. +If {_POSIX_DUMP} is defined: + + The @code{dump_setpath} function defines the pathname where process + 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: -- cgit v1.2.3