From ff74f7cdda7b08da6fe7c8bbcca990305fd6b547 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 4 May 2020 23:31:59 -0400 Subject: rc: allow unquoted = in command arguments dd fans rejoice! Also helps with commands like go test -run=x. --- man/man1/rc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/man1') 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 * -- cgit v1.2.3