diff options
author | Russ Cox <rsc@swtch.com> | 2020-05-04 23:31:59 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2020-05-04 23:41:15 -0400 |
commit | ff74f7cdda7b08da6fe7c8bbcca990305fd6b547 (patch) | |
tree | b09483dbdbc9e6908e2744c680b8d19447ff72c7 /man/man1 | |
parent | 7d6a248f2c68d70f58387afc69e73e695c3d940c (diff) | |
download | plan9port-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.1 | 2 |
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 * |