git: cbd70fd3ce - main - Update patch instructions to use patch -E -p0.

From: Gordon Tetlow <gordon_at_FreeBSD.org>
Date: Fri, 19 Jun 2026 20:17:59 UTC
The branch main has been updated by gordon:

URL: https://cgit.FreeBSD.org/doc/commit/?id=cbd70fd3ce45fd8aee98f0e3d843738fa0d93ad5

commit cbd70fd3ce45fd8aee98f0e3d843738fa0d93ad5
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2026-06-19 20:17:24 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2026-06-19 20:17:24 +0000

    Update patch instructions to use patch -E -p0.
---
 website/static/security/advisory-template.txt | 2 +-
 website/static/security/errata-template.txt   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/static/security/advisory-template.txt b/website/static/security/advisory-template.txt
index 238f6b0244..75ef02e938 100644
--- a/website/static/security/advisory-template.txt
+++ b/website/static/security/advisory-template.txt
@@ -92,7 +92,7 @@ detached PGP signature using your PGP utility.
 b) Apply the patch.  Execute the following commands as root:
 
 # cd /usr/src
-# patch < /path/to/patch
+# patch -E -p0 < /path/to/patch
 
 <XX for a userland utility:>
 
diff --git a/website/static/security/errata-template.txt b/website/static/security/errata-template.txt
index f60cd142f9..a10901f5d2 100644
--- a/website/static/security/errata-template.txt
+++ b/website/static/security/errata-template.txt
@@ -92,7 +92,7 @@ detached PGP signature using your PGP utility.
 b) Apply the patch.  Execute the following commands as root:
 
 # cd /usr/src
-# patch < /path/to/patch
+# patch -E -p0 < /path/to/patch
 
 <XX for a userland utility:>