---
doc/rc.1.scd | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/rc.1.scd b/doc/rc.1.scd
index 0b10fb4..15f2c0f 100644
--- a/doc/rc.1.scd
+++ b/doc/rc.1.scd
@@ -76,8 +76,8 @@ follows:
| \\v
: VT
: vertical tab
-| \\\\
-: \\
+| \\\\
+: \\
: backslash
| \\'
: '
@@ -174,7 +174,7 @@ The following variables are defined by the shell automatically:
| $0, $1, $2, ...
: String representing the numbered argument\*
| $ifs
-: Field separator, default " \t\n"
+: Field separator, default " \\t\\n"
| $pid
: Process ID of the shell itself
| $status
--
2.42.0