diff options
author | Nicolas Palix <npalix.work@gmail.com> | 2010-10-24 17:37:33 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:32:23 -0400 |
commit | 9dcf7990c2b8afe865d59f809a35a84d10f241f8 (patch) | |
tree | 79c7a69671d33bc79e01465b3f7b0ab80e423b26 /Documentation/coccinelle.txt | |
parent | 97c1cf8fdbce332bfacc3e38aae3fe2af1369906 (diff) |
Coccinelle: Fix documentation
A file used as example has been moved elsewhere.
Update the documentation accordingly
Signed-off-by: Nicolas Palix <npalix.work@gmail.com>
Reported-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Documentation/coccinelle.txt')
-rw-r--r-- | Documentation/coccinelle.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/coccinelle.txt b/Documentation/coccinelle.txt index de51a3eb17b3..4a276ea7001c 100644 --- a/Documentation/coccinelle.txt +++ b/Documentation/coccinelle.txt | |||
@@ -139,7 +139,7 @@ Example: | |||
139 | 139 | ||
140 | Running | 140 | Running |
141 | 141 | ||
142 | make coccicheck MODE=report COCCI=scripts/coccinelle/err_cast.cocci | 142 | make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci |
143 | 143 | ||
144 | will execute the following part of the SmPL script. | 144 | will execute the following part of the SmPL script. |
145 | 145 | ||
@@ -177,7 +177,7 @@ identified. | |||
177 | Example: | 177 | Example: |
178 | 178 | ||
179 | Running | 179 | Running |
180 | make coccicheck MODE=patch COCCI=scripts/coccinelle/err_cast.cocci | 180 | make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci |
181 | 181 | ||
182 | will execute the following part of the SmPL script. | 182 | will execute the following part of the SmPL script. |
183 | 183 | ||
@@ -221,7 +221,7 @@ NOTE: The diff-like output generated is NOT an applicable patch. The | |||
221 | Example: | 221 | Example: |
222 | 222 | ||
223 | Running | 223 | Running |
224 | make coccicheck MODE=context COCCI=scripts/coccinelle/err_cast.cocci | 224 | make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci |
225 | 225 | ||
226 | will execute the following part of the SmPL script. | 226 | will execute the following part of the SmPL script. |
227 | 227 | ||
@@ -256,7 +256,7 @@ diff -u -p /home/user/linux/crypto/ctr.c /tmp/nothing | |||
256 | Example: | 256 | Example: |
257 | 257 | ||
258 | Running | 258 | Running |
259 | make coccicheck MODE=org COCCI=scripts/coccinelle/err_cast.cocci | 259 | make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci |
260 | 260 | ||
261 | will execute the following part of the SmPL script. | 261 | will execute the following part of the SmPL script. |
262 | 262 | ||