aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-05-04 23:31:59 -0400
committerRuss Cox <rsc@swtch.com>2020-05-04 23:41:15 -0400
commitff74f7cdda7b08da6fe7c8bbcca990305fd6b547 (patch)
treeb09483dbdbc9e6908e2744c680b8d19447ff72c7 /man/man1
parent7d6a248f2c68d70f58387afc69e73e695c3d940c (diff)
downloadplan9port-ff74f7cdda7b08da6fe7c8bbcca990305fd6b547.tar.gz
plan9port-ff74f7cdda7b08da6fe7c8bbcca990305fd6b547.tar.bz2
plan9port-ff74f7cdda7b08da6fe7c8bbcca990305fd6b547.zip
rc: allow unquoted = in command arguments
dd fans rejoice! Also helps with commands like go test -run=x.
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/rc.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/rc.1 b/man/man1/rc.1
index df7af05b..add334fa 100644
--- a/man/man1/rc.1
+++ b/man/man1/rc.1
@@ -109,7 +109,7 @@ The simplest kind of argument is the unquoted word:
a sequence of one or more characters none of which is a blank, tab,
newline, or any of the following:
.EX
- # ; & | ^ $ = ` ' { } ( ) < >
+ # ; & | ^ $ ` ' { } ( ) < >
.EE
An unquoted word that contains any of the characters
.B *