From 6c234a7385ea338d4fbccea4204e2153c05b26aa Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 31 Mar 2019 11:56:12 +0200 Subject: [PATCH] docs: Remove a table This was html, and I don't think it helped all that much, so let's remove it instead of translating to rst. [ci skip] --- sphinx_doc_src/index.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index 4df9dd268..f6b72f568 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -101,11 +101,6 @@ Arguments → Program → Return Values - the arguments become options or switches paired with data: the switches influence the behaviour of the command - the return value shrinks to an **exit code**: this exit code is 0 when the command executes normally and between 1 and 255 otherwise. - -
Input Stream ⇒|Shell Command|⇒ Output Stream -
switch and data as arguments →→ exit code -
- This leads to another way of programming and especially of combining commands: There are two ways to combine shell commands: