diff options
author | tjr <tjr@FreeBSD.org> | 2002-07-04 05:16:19 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-07-04 05:16:19 +0000 |
commit | 25aa3182cb959a623d1479fcdaf7cea9271c13b9 (patch) | |
tree | 61e0821670a7c065f50877c929844213990a0fd4 /usr.bin/sed | |
parent | 1ddb7388161b764b802bcdebf1e7f6f535677fea (diff) | |
download | FreeBSD-src-25aa3182cb959a623d1479fcdaf7cea9271c13b9.zip FreeBSD-src-25aa3182cb959a623d1479fcdaf7cea9271c13b9.tar.gz |
Update another mention of <CR><CR> I missed the first time around (rev 1.2)
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/TEST/hanoi.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/TEST/hanoi.sed b/usr.bin/sed/TEST/hanoi.sed index 5641a62..6a45dea 100644 --- a/usr.bin/sed/TEST/hanoi.sed +++ b/usr.bin/sed/TEST/hanoi.sed @@ -51,7 +51,7 @@ d } /^:[a-z]*:[a-z]*:[a-z]*:$/!{a\ Incorrect format: use\ -\ : string1 : string2 : string3 :<CR><CR>\ +\ : string1 : string2 : string3 :<CR>\ Try again. d } |