~sircmpwn/rc-devel

rc(1): fix formatting v1 APPLIED

Max Schillinger: 1
 rc(1): fix formatting

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/rc-devel/patches/45987/mbox | git am -3
Learn more about email & git

[PATCH] rc(1): fix formatting Export this patch

---
 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
Thanks!

To git@git.sr.ht:~sircmpwn/rc
   a5426c6..f34f923  master -> master