public inbox for cocci@systeme.lip6.fr
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: cocci@inria.fr
Subject: [cocci] [PATCH v1] Substitute LIBDIR for file paths
Date: Thu, 12 Feb 2026 14:42:25 +0100	[thread overview]
Message-ID: <20260212134249.3790-1-olaf@aepfle.de> (raw)

LIBDIR is already used earlier in this file, but such usage was
apparently overlooked in commit 99d699e8eaf5ba49faf5ac55584e24357580df50.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 docs/spatch.1.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/spatch.1.in b/docs/spatch.1.in
index e54150402..37975f330 100644
--- a/docs/spatch.1.in
+++ b/docs/spatch.1.in
@@ -166,13 +166,13 @@ set number of diff context lines
 report partial matches of the SP on the C file
 .TP
 \fB\-\-iso\-file\fR
-<file> (default=/usr/local/lib/coccinelle/standard.iso)
+<file> (default=@LIBDIR@/standard.iso)
 .TP
 \fB\-\-macro\-file\fR
 <file>
 .TP
 \fB\-\-macro\-file\-builtins\fR
-<file> (default=/usr/local/lib/coccinelle/standard.h)
+<file> (default=@LIBDIR@/standard.h)
 .TP
 \fB\-\-recursive\-includes\fR
 causes all available include files, both those included in the C file(s) and those included in header files, to be used

             reply	other threads:[~2026-02-12 14:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-12 13:42 Olaf Hering [this message]
2026-02-12 15:45 ` [cocci] [PATCH v1] Substitute LIBDIR for file paths Victor Gambier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260212134249.3790-1-olaf@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=cocci@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox