git: 15ebfdab22 - main - fdp-primer: Remove duplicate sentence from FreeBSD Quickstart instructions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jun 2026 18:15:26 UTC
The branch main has been updated by bcr:
URL: https://cgit.FreeBSD.org/doc/commit/?id=15ebfdab226e0275172b4e9f3309c86a102d2e2e
commit 15ebfdab226e0275172b4e9f3309c86a102d2e2e
Author: Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2026-06-28 18:13:34 +0000
Commit: Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2026-06-28 18:13:34 +0000
fdp-primer: Remove duplicate sentence from FreeBSD Quickstart instructions
The sentence was extended in a previous commit, but this fragment
remained and only appeared in this section.
---
documentation/content/en/books/fdp-primer/overview/_index.adoc | 3 ---
1 file changed, 3 deletions(-)
diff --git a/documentation/content/en/books/fdp-primer/overview/_index.adoc b/documentation/content/en/books/fdp-primer/overview/_index.adoc
index 54534e991c..5576184c49 100644
--- a/documentation/content/en/books/fdp-primer/overview/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/overview/_index.adoc
@@ -168,9 +168,6 @@ The `-U999999` parameter adds as much context to the patch as possible which mak
A patch file is generated as a result of `git format-patch` in the local directory which will include author identity and email addresses,
making it easier for developers to apply (with `git am`) and give proper credit.
+
-Patch generated with `git format-patch` will include author identity and email addresses,
-making it easier for developers to apply (with `git am`) and give proper credit.
-+
[IMPORTANT]
======
To make it easier for committers to apply the patch on their working copy of the documentation tree,