From 4ebf2afeb3e8ebbee0123b3db2c7c8cae043424e Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Sun, 30 Sep 2018 13:18:28 +0200 Subject: [PATCH] native_posix: doc: Remove legacy shell links Remove the links to the now non-existant legacy shell documentation and clarify a bit paragraphs (as the legacy shell is not default anymore) Signed-off-by: Alberto Escolar Piedras --- boards/posix/native_posix/doc/board.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/posix/native_posix/doc/board.rst b/boards/posix/native_posix/doc/board.rst index 16d6d798662..bbecdf93cd4 100644 --- a/boards/posix/native_posix/doc/board.rst +++ b/boards/posix/native_posix/doc/board.rst @@ -451,9 +451,9 @@ The following peripherals are currently provided with this board: - Redirect any :c:func:`printk` write to the native host application's ``stdout``. - - Feed any input from the native application ``stdin`` to a possible - running legacy shell. For more information refer to the section - `Legacy shell support`_. + - If the legacy shell is compiled with your application, redirect the + native application's ``stdin`` to the legacy shell for any input. + For more information refer to the section `Legacy shell support`_. **Real time clock** The real time clock model provides a model of a constantly powered clock. @@ -554,9 +554,9 @@ installed in the system. Legacy shell support ******************** -When the legacy :ref:`Shell` subsystem is compiled with your application, +When the legacy shell subsystem is compiled with your application, the native standard input (``stdin``) will be redirected to the shell. -You may use the shell interactively through the console, +You may use this shell interactively through the console, by piping another process output to it, or by feeding it a file. When using it interactively you may want to select the option