aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-11-09 17:31:32 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-09 17:31:32 +0200
commita2c5d3328350bda4d8f99220bb51925e490e5a07 (patch)
tree1401c7056f4b97e94f9853dc0b150bea5bfeb1e9 /man
parentProperly run commands on ExitSuccess/ExitFailure (diff)
downloadrshell-a2c5d3328350bda4d8f99220bb51925e490e5a07.tar.xz
Update manpage
Diffstat (limited to 'man')
-rw-r--r--man/rs.1.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/rs.1.scd b/man/rs.1.scd
index 2036f7a..c9c423e 100644
--- a/man/rs.1.scd
+++ b/man/rs.1.scd
@@ -14,9 +14,9 @@ This is yet another shell
| ;
: Run command regardless of the previous command's exit status.
| ||
-:[ Run command if the previous command has failed. (todo)
+:[ Run command if the previous command has failed.
| &&
-:[ Run command if the previous command has succeeded. (todo)
+:[ Run command if the previous command has succeeded.
## Builtins
|[