[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1287956254-15563-3-git-send-email-npalix.work@gmail.com>
Date: Sun, 24 Oct 2010 23:37:33 +0200
From: Nicolas Palix <npalix.work@...il.com>
To: Randy Dunlap <rdunlap@...otime.net>,
Nicolas Palix <npalix.work@...il.com>,
Julia Lawall <julia@...u.dk>, Michal Marek <mmarek@...e.cz>,
Kulikov Vasiliy <segooon@...il.com>,
Gilles Muller <Gilles.Muller@...6.fr>,
Sam Ravnborg <sam@...nborg.org>,
Joerg Roedel <joerg.roedel@....com>,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
cocci@...u.dk
Subject: [PATCH 3/4] Coccinelle: Fix documentation
A file used as example has been moved elsewhere.
Update the documentation accordingly
Signed-off-by: Nicolas Palix <npalix.work@...il.com>
Reported-by: Julia Lawall <julia@...u.dk>
---
Documentation/coccinelle.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/coccinelle.txt b/Documentation/coccinelle.txt
index de51a3e..4a276ea 100644
--- a/Documentation/coccinelle.txt
+++ b/Documentation/coccinelle.txt
@@ -139,7 +139,7 @@ Example:
Running
- make coccicheck MODE=report COCCI=scripts/coccinelle/err_cast.cocci
+ make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
will execute the following part of the SmPL script.
@@ -177,7 +177,7 @@ identified.
Example:
Running
- make coccicheck MODE=patch COCCI=scripts/coccinelle/err_cast.cocci
+ make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
will execute the following part of the SmPL script.
@@ -221,7 +221,7 @@ NOTE: The diff-like output generated is NOT an applicable patch. The
Example:
Running
- make coccicheck MODE=context COCCI=scripts/coccinelle/err_cast.cocci
+ make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
will execute the following part of the SmPL script.
@@ -256,7 +256,7 @@ diff -u -p /home/user/linux/crypto/ctr.c /tmp/nothing
Example:
Running
- make coccicheck MODE=org COCCI=scripts/coccinelle/err_cast.cocci
+ make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci
will execute the following part of the SmPL script.
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists