aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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
|[