git: 8efd6fe08f - main - Porters Handbook: convert an svnweb link for sys/param.h to cgit.

Rene Ladan rene at FreeBSD.org
Mon Mar 29 19:59:38 UTC 2021


The branch main has been updated by rene:

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

commit 8efd6fe08f075ecdf7af8cbe27caed070b0fd479
Author:     Rene Ladan <rene at FreeBSD.org>
AuthorDate: 2021-03-29 19:48:45 +0000
Commit:     Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-03-29 19:48:45 +0000

    Porters Handbook: convert an svnweb link for sys/param.h to cgit.
---
 .../content/en/books/porters-handbook/porting-dads/chapter.adoc         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/porting-dads/chapter.adoc b/documentation/content/en/books/porters-handbook/porting-dads/chapter.adoc
index 54bf55a89c..699e3c5b85 100644
--- a/documentation/content/en/books/porters-handbook/porting-dads/chapter.adoc
+++ b/documentation/content/en/books/porters-handbook/porting-dads/chapter.adoc
@@ -51,7 +51,7 @@ Also, if defining `WRKDIR`, make sure to prepend `${WRKDIRPREFIX}${.CURDIR}` in
 [[porting-versions]]
 == Differentiating Operating Systems and OS Versions
 
-Some code needs modifications or conditional compilation based upon what version of FreeBSD Unix it is running under. The preferred way to tell FreeBSD versions apart are the `{freebsd-version}` and `{freebsd}` macros defined in https://svnweb.freebsd.org/base/head/sys/sys/param.h?view=markup[sys/param.h]. If this file is not included add the code,
+Some code needs modifications or conditional compilation based upon what version of FreeBSD Unix it is running under. The preferred way to tell FreeBSD versions apart are the `{freebsd-version}` and `{freebsd}` macros defined in https://cgit.freebsd.org/src/tree/sys/sys/param.h[sys/param.h]. If this file is not included add the code,
 
 [.programlisting]
 ....


More information about the dev-commits-doc-all mailing list