From 88a89d0a5223f9f83ca49620eeb605e620d2133c Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 14 Nov 2021 13:40:02 -0800 Subject: [PATCH] docs: remove an errant space --- doc_src/cmds/set.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/set.rst b/doc_src/cmds/set.rst index 446a19a45..b7b81dbab 100644 --- a/doc_src/cmds/set.rst +++ b/doc_src/cmds/set.rst @@ -47,7 +47,7 @@ These options control additional variable options: - ``-u`` or ``--unexport`` causes the specified shell variable to NOT be exported to child processes -- ``--path`` causes the specified variable to be treated as a path variable, meaning it will automatically be split on colons, and joined using colons when quoted (``echo "$PATH"``) or exported. +- ``--path`` causes the specified variable to be treated as a path variable, meaning it will automatically be split on colons, and joined using colons when quoted (``echo "$PATH"``) or exported. - ``--unpath`` causes the specified variable to not be treated as a path variable. Variables with a name ending in "PATH" are automatically path variables, so this can be used to treat such a variable normally.