Date: Sat, 31 Jul 2021 19:49:20 GMT From: Dimitry Andric <dim@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 7cc3dc5ee6 - main - versions: sprinkle a few [.filename] macros. Message-ID: <202107311949.16VJnK1S099566@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dim (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=7cc3dc5ee67a1b62ce6b5dc73ce9abb91d89bb9c commit 7cc3dc5ee67a1b62ce6b5dc73ce9abb91d89bb9c Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-07-31 19:49:10 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-07-31 19:49:10 +0000 versions: sprinkle a few [.filename] macros. --- .../content/en/books/porters-handbook/versions/_index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index 3ea8e852e3..6b88d00bb6 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -122,7 +122,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |1400019 |gitref:37d64dcdfa519157aff9711f1f226ad7bd778f46[repository="src",length=12] |Jun 7, 2021 -|14.0-CURRENT after including `pr_err_once()` in the LinuxKPI printk.h. +|14.0-CURRENT after including `pr_err_once()` in the LinuxKPI [.filename]#printk.h#. |1400020 |gitref:8a1a42b2a7a428fb97fda9f19fd0d67a4eec7535[repository="src",length=12] @@ -215,7 +215,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |1300006 |link:https://svnweb.freebsd.org/changeset/base/342398[342398] |December 24, 2018 -|13.0-CURRENT after fixing `sys/random.h` include to be usable from C++. +|13.0-CURRENT after fixing [.filename]#sys/random.h# include to be usable from C++. |1300007 |link:https://svnweb.freebsd.org/changeset/base/342629[342629] @@ -330,7 +330,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |1300029 |link:https://svnweb.freebsd.org/changeset/base/347984[347984] |May 20, 2019 -|13.0-CURRENT after removing some header pollution due to `sys/eventhandler.h`. Affected files may now need to explicitly include one or more of `sys/eventhandler.h`, `sys/ktr.h`, `sys/lock.h`, or `sys/mutex.h`, when the missing header may have been included implicitly prior to 1300029. +|13.0-CURRENT after removing some header pollution due to [.filename]#sys/eventhandler.h#. Affected files may now need to explicitly include one or more of [.filename]#sys/eventhandler.h#, [.filename]#sys/ktr.h#, [.filename]#sys/lock.h#, or [.filename]#sys/mutex.h#, when the missing header may have been included implicitly prior to 1300029. |1300030 |link:https://svnweb.freebsd.org/changeset/base/348350[348350] @@ -2934,7 +2934,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |1000044 |link:https://svnweb.freebsd.org/changeset/base/254358[254358] |August 15, 2013 -|10-CURRENT after `libc.so` conversion to an man:ld[1] script (rev link:https://svnweb.freebsd.org/changeset/base/251668[251668]). +|10-CURRENT after [.filename]#libc.so# conversion to an man:ld[1] script (rev link:https://svnweb.freebsd.org/changeset/base/251668[251668]). |1000045 |link:https://svnweb.freebsd.org/changeset/base/254389[254389]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107311949.16VJnK1S099566>