summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade A Smith <warm38@juno.com>1998-09-21 15:27:03 +0000
committerWade A Smith <warm38@juno.com>1998-09-21 15:27:03 +0000
commit219aedad8fe5b6ecc4495ad75a6ecfac880e7d62 (patch)
treeefc873af6f2f6073f74fbc3e205c4c898de21b01
parentDescribed the constants used by the admin_type in the background section (diff)
downloadrtems-219aedad8fe5b6ecc4495ad75a6ecfac880e7d62.tar.bz2
Modified sentences in the file to avoid using "shall" statements.
-rw-r--r--doc/new_chapters/dumpcontrol.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/new_chapters/dumpcontrol.t b/doc/new_chapters/dumpcontrol.t
index 2095bc3285..7e967d2938 100644
--- a/doc/new_chapters/dumpcontrol.t
+++ b/doc/new_chapters/dumpcontrol.t
@@ -82,15 +82,15 @@ 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. 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.
+dumps are written. The pathname pointed to by @code{path} defines
+where a process dump file is written if the calling process
+terminates with a dump file. The @code{path} argument does not
+name a directory.
-If the @code{path} argument is NULL, the system shall not write a
+If the @code{path} argument is NULL, the system does 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.
+writing process dumps does not change.
@subheading NOTES: