summaryrefslogtreecommitdiffstats
path: root/spec/if/acfg/appl-needs-simple-console-driver.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/acfg/appl-needs-simple-console-driver.yml')
-rw-r--r--spec/if/acfg/appl-needs-simple-console-driver.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/if/acfg/appl-needs-simple-console-driver.yml b/spec/if/acfg/appl-needs-simple-console-driver.yml
index db5f9aea..2f3e8ed3 100644
--- a/spec/if/acfg/appl-needs-simple-console-driver.yml
+++ b/spec/if/acfg/appl-needs-simple-console-driver.yml
@@ -13,13 +13,13 @@ links:
uid: group-devdrv
name: CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
notes: |
- This device driver is responsible for providing the ``/dev/console``
+ This device driver is responsible for providing the :file:`/dev/console`
device file. This device is used to initialize the standard input, output,
and error file descriptors.
- This device driver reads via ``getchark()``.
+ This device driver reads via ${../rtems/io/getchark:/name}.
- This device driver writes via ``rtems_putc()``.
+ This device driver writes via ${../rtems/io/putc:/name}.
The Termios framework is not used. There is no support to change device
settings, e.g. baud, stop bits, parity, etc.
@@ -28,7 +28,7 @@ notes: |
* ${appl-needs-console-driver:/name},
- * ${appl-needs-simple-console-driver:/name}, and
+ * ``CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER``, and
* ${appl-needs-simple-task-console-driver:/name}