summaryrefslogtreecommitdiff
path: root/spec/if/acfg/max-file-descriptors.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/acfg/max-file-descriptors.yml')
-rw-r--r--spec/if/acfg/max-file-descriptors.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/if/acfg/max-file-descriptors.yml b/spec/if/acfg/max-file-descriptors.yml
index dd6baed7..28970764 100644
--- a/spec/if/acfg/max-file-descriptors.yml
+++ b/spec/if/acfg/max-file-descriptors.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
appl-config-option-type: integer
constraints:
- max: '``SIZE_MAX``'
+ max: ${../c/size_max:/name}
min: 0
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
@@ -21,6 +21,6 @@ links:
name: CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
notes: |
The default value of three file descriptors allows RTEMS to support standard
- input, output, and error I/O streams on ``/dev/console``.
+ input, output, and error I/O streams on :file:`/dev/console`.
text: ''
type: interface