Commit b8a82c9d by Bruce Korb

clarification

From-SVN: r218448
parent 7fb66c15
...@@ -162,7 +162,9 @@ MAKING CHANGES TO INCLHACK.DEF ...@@ -162,7 +162,9 @@ MAKING CHANGES TO INCLHACK.DEF
4. There are currently four methods of fixing a file: 4. There are currently four methods of fixing a file:
1. a series of sed expressions. Each will be an individual 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 2. a shell script. These scripts are _required_ to read all
of stdin in order to avoid pipe stalls. They may choose to of stdin in order to avoid pipe stalls. They may choose to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment