Date: Sun, 18 Apr 2021 16:13:03 GMT From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= <fernape@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 6a5c8605e5 - main - [porters-handbook] Fix spelling Message-ID: <202104181613.13IGD3xP040877@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=6a5c8605e557e92419a06ec567147363661fbe60 commit 6a5c8605e557e92419a06ec567147363661fbe60 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2021-04-18 16:08:18 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2021-04-18 16:09:33 +0000 [porters-handbook] Fix spelling s/Sometime/Sometimes Approved By: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28269 --- .../content/en/books/porters-handbook/slow-porting/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc index e1c17a32fe..f40a105bac 100644 --- a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc +++ b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc @@ -247,7 +247,7 @@ BAR_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-bar.c \ .Using `EXTRA_PATCHES` With a Directory [example] ==== -Sometime, there are many patches that are needed for a feature, in this case, it is possible to point `EXTRA_PATCHES` to a directory, and it will automatically apply all files named [.filename]#patch-*# in it. +Sometimes, there are many patches that are needed for a feature, in this case, it is possible to point `EXTRA_PATCHES` to a directory, and it will automatically apply all files named [.filename]#patch-*# in it. Create a subdirectory in [.filename]#${PATCHDIR}#, and move the patches in it. For example:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104181613.13IGD3xP040877>