summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/confspace.t
diff options
context:
space:
mode:
authorWade A Smith <warm38@juno.com>1998-08-26 14:13:48 +0000
committerWade A Smith <warm38@juno.com>1998-08-26 14:13:48 +0000
commit3e6eb1dd20eb58a12009511bf1b3973d3819ae7e (patch)
treec9effb8e83cfc44b51575f99455a677d97183210 /doc/new_chapters/confspace.t
parentIncorporated the "#include <admin.h>" statement in file (diff)
downloadrtems-3e6eb1dd20eb58a12009511bf1b3973d3819ae7e.tar.bz2
Incorporated the "#include cfg.h" statement in document
Diffstat (limited to 'doc/new_chapters/confspace.t')
-rw-r--r--doc/new_chapters/confspace.t24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/new_chapters/confspace.t b/doc/new_chapters/confspace.t
index 38c4af7a63..af19830802 100644
--- a/doc/new_chapters/confspace.t
+++ b/doc/new_chapters/confspace.t
@@ -65,6 +65,8 @@ and status codes.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_mount(
const char *file,
const char *cfgpath,
@@ -137,6 +139,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_unmount(
const char *cfgpath
);
@@ -201,6 +205,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_mknod(
const char *cfgpath,
mode_t mode,
@@ -276,6 +282,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_get(
const char *cfgpath
cfg_value_t *value
@@ -331,6 +339,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_set(
const char *cfgpath
cfg_value_t *value
@@ -386,6 +396,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_link(
const char *src
const char *dest
@@ -477,6 +489,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_unlink(
const char *cfgpath
);
@@ -555,6 +569,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_open(
const char *pathnames[],
int options,
@@ -690,6 +706,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_read(
CFG *cfgp,
CFGENT **node
@@ -907,6 +925,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_children(
CFG *cfgp,
int options,
@@ -977,6 +997,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_mark(
CFG *cfgp,
CFGENT *f,
@@ -1067,6 +1089,8 @@ this service is available.
@ifset is-C
@example
+#include <cfg.h>
+
int cfg_close(
CFG *cfgp
);