From: Bruce Korb Date: Sat, 6 Dec 2014 15:08:55 +0000 (+0000) Subject: clarification X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8a82c9dc6a72e9a98f1df09f4cba9de379236ae;p=gcc.git clarification From-SVN: r218448 --- diff --git a/fixincludes/README b/fixincludes/README index 9b482102b28..3e4e63f4a78 100644 --- a/fixincludes/README +++ b/fixincludes/README @@ -162,7 +162,9 @@ MAKING CHANGES TO INCLHACK.DEF 4. There are currently four methods of fixing a file: 1. a series of sed expressions. Each will be an individual - "-e" argument to a single invocation of sed. + "-e" argument to a single invocation of sed. Unless you + need to use multiple or complex sed expressions, please + use the "replacement text" method instead. 2. a shell script. These scripts are _required_ to read all of stdin in order to avoid pipe stalls. They may choose to