git: bcceaf6dee - main - freebsd-releng: fix a file path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 May 2022 23:22:04 UTC
The branch main has been updated by gjb:
URL: https://cgit.FreeBSD.org/doc/commit/?id=bcceaf6deef3b80d7b3373f3211f5052bff0c013
commit bcceaf6deef3b80d7b3373f3211f5052bff0c013
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-05-11 23:21:48 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-05-11 23:21:48 +0000
freebsd-releng: fix a file path
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
documentation/content/en/articles/freebsd-releng/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/articles/freebsd-releng/_index.adoc b/documentation/content/en/articles/freebsd-releng/_index.adoc
index eab2fa7404..02452258df 100644
--- a/documentation/content/en/articles/freebsd-releng/_index.adoc
+++ b/documentation/content/en/articles/freebsd-releng/_index.adoc
@@ -747,7 +747,7 @@ In preparation for the release build, several files need to be updated:
|[.filename]#UPDATING#
|Add the anticipated announcement date
-|[.filename]#lib/csu/common/crtbrand.c#
+|[.filename]#lib/csu/common/crtbrand.S#
|Replace `__FreeBSD_version` with the value in [.filename]#sys/sys/param.h#
|===