git: 3f333020a0 - main - version: surround more function identifiers with backquotes.

Dimitry Andric dim at FreeBSD.org
Sat Jul 31 19:49:19 UTC 2021


The branch main has been updated by dim (src committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=3f333020a0fdfb44e4795d374e50921ed9733af1

commit 3f333020a0fdfb44e4795d374e50921ed9733af1
Author:     Dimitry Andric <dim at FreeBSD.org>
AuthorDate: 2021-07-31 19:44:02 +0000
Commit:     Dimitry Andric <dim at FreeBSD.org>
CommitDate: 2021-07-31 19:44:02 +0000

    version: surround more function identifiers with backquotes.
---
 .../en/books/porters-handbook/versions/_index.adoc | 106 ++++++++++-----------
 1 file changed, 53 insertions(+), 53 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc
index 0230d6bdaa..3ea8e852e3 100644
--- a/documentation/content/en/books/porters-handbook/versions/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc
@@ -112,7 +112,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1400017
 |gitref:beb817edfe22cdea91e19a60c42caabd9404da48[repository="src",length=12]
 |May 25, 2021
-|14.0-CURRENT after adding crypto_cursor_segment().
+|14.0-CURRENT after adding `crypto_cursor_segment()`.
 
 |1400018
 |gitref:a4b07a2701f568c2c0f0c0426091f1489244a92d[repository="src",length=12]
@@ -122,17 +122,17 @@ 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 printk.h.
 
 |1400020
 |gitref:8a1a42b2a7a428fb97fda9f19fd0d67a4eec7535[repository="src",length=12]
 |Jun 9, 2021
-|14.0-CURRENT after adding macros for might_lock_nested() and lockdep_(re/un/)pin_lock() to the LinuxKPI.
+|14.0-CURRENT after adding macros for `might_lock_nested()` and `lockdep_(re/un/)pin_lock()` to the LinuxKPI.
 
 |1400021
 |gitref:b47f461c8e67253fdb394968428b760e880baa08[repository="src",length=12]
 |Jun 10, 2021
-|14.0-CURRENT after adding a list_for_each_entry_lockless() macro to the LinuxKPI.
+|14.0-CURRENT after adding a `list_for_each_entry_lockless()` macro to the LinuxKPI.
 
 |1400022
 |gitref:40cc9a3a6b81a65a03712dfd93bbed48552a97ad[repository="src",length=12]
@@ -345,7 +345,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1300032
 |link:https://svnweb.freebsd.org/changeset/base/349151[349151]
 |June 17, 2019
-|13.0-CURRENT after separating kernel crc32() implementation to its own header (gsb_crc32.h) and renaming the source to gsb_crc32.c.
+|13.0-CURRENT after separating kernel `crc32()` implementation to its own header (gsb_crc32.h) and renaming the source to gsb_crc32.c.
 
 |1300033
 |link:https://svnweb.freebsd.org/changeset/base/349277[349277]
@@ -365,7 +365,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1300036
 |link:https://svnweb.freebsd.org/changeset/base/349972[349972]
 |July 13, 2019
-|13.0-CURRENT after adding arm_drain_writebuf() and arm_sync_icache() for compatibility with NetBSD and OpenBSD.
+|13.0-CURRENT after adding `arm_drain_writebuf()` and `arm_sync_icache()` for compatibility with NetBSD and OpenBSD.
 
 |1300037
 |link:https://svnweb.freebsd.org/changeset/base/350307[350307]
@@ -680,7 +680,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1300097
 |link:https://svnweb.freebsd.org/changeset/base/361724[361724]
 |June 2, 2020
-|13.0-CURRENT after implementing __is_constexpr() function macro in the LinuxKPI.
+|13.0-CURRENT after implementing `__is_constexpr()` function macro in the LinuxKPI.
 
 |1300098
 |link:https://svnweb.freebsd.org/changeset/base/362159[362159]
@@ -700,7 +700,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1300101
 |link:https://svnweb.freebsd.org/changeset/base/363077[363077]
 |July 10, 2020
-|13.0-CURRENT after implementing the array_size() function in the LinuxKPI.
+|13.0-CURRENT after implementing the `array_size()` function in the LinuxKPI.
 
 |1300102
 |link:https://svnweb.freebsd.org/changeset/base/363562[363562]
@@ -720,12 +720,12 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1300105
 |link:https://svnweb.freebsd.org/changeset/base/363894[363894]
 |August 5, 2020
-|13.0-CURRENT after vaccess() change.
+|13.0-CURRENT after `vaccess()` change.
 
 |1300106
 |link:https://svnweb.freebsd.org/changeset/base/364092[364092]
 |August 11, 2020
-|13.0-CURRENT after adding an argument to newnfs_connect() that indicates use TLS for the connection.
+|13.0-CURRENT after adding an argument to `newnfs_connect()` that indicates use TLS for the connection.
 
 |1300107
 |link:https://svnweb.freebsd.org/changeset/base/364109[364109]
@@ -740,7 +740,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1300109
 |link:https://svnweb.freebsd.org/changeset/base/364274[364274]
 |August 16, 2020
-|13.0-CURRENT after vget() argument removal and namei flags renumbering.
+|13.0-CURRENT after `vget()` argument removal and namei flags renumbering.
 
 |(not changed)
 |link:https://svnweb.freebsd.org/changeset/base/364284[364284]
@@ -905,17 +905,17 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1300501
 |gitref:c3f97dd75a1c294c4f60f42b604ee8bcda17be09[repository="src",length=12]
 |April 23, 2021
-|13.0-STABLE after fixing rtld's dl_iterate_phdr().
+|13.0-STABLE after fixing rtld's `dl_iterate_phdr()`.
 
 |1300501
 |gitref:c3f97dd75a1c294c4f60f42b604ee8bcda17be09[repository="src",length=12]
 |April 23, 2021
-|13.0-STABLE after fixing rtld's dl_iterate_phdr().
+|13.0-STABLE after fixing rtld's `dl_iterate_phdr()`.
 
 |1300502
 |gitref:da6a8ccfa293c3c831fdde51169754fcb9587657[repository="src",length=12]
 |April 23, 2021
-|13.0-STABLE after implementing atomic_dec_and_lock_irqsave() in the LinuxKPI.
+|13.0-STABLE after implementing `atomic_dec_and_lock_irqsave()` in the LinuxKPI.
 
 |1300503
 |gitref:d60c6dc8f69b1264c7af5e2479ea94f000fd2c6d[repository="src",length=12]
@@ -945,12 +945,12 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1300508
 |gitref:658f5eed38c35f3f7d6695110b7dae8dc94d12c7[repository="src",length=12]
 |June 11, 2021
-|13.0-STABLE after adding macros for might_lock_nested() and lockdep_(re/un/)pin_lock() to the LinuxKPI.
+|13.0-STABLE after adding macros for `might_lock_nested()` and `lockdep_(re/un/)pin_lock()` to the LinuxKPI.
 
 |1300509
 |gitref:210349325af9920d1535ad76fa3b92847684f6e0[repository="src",length=12]
 |June 14, 2021
-|13.0-STABLE after adding a macro for list_for_each_entry_lockless() to the LinuxKPI.
+|13.0-STABLE after adding a macro for `list_for_each_entry_lockless()` to the LinuxKPI.
 
 |1300510
 |gitref:eb3397588e1b48043e166587ea454f60efea88d0[repository="src",length=12]
@@ -960,7 +960,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1300511
 |gitref:2622570aeb3d162812d72f7ef192c322cd8b73ef[repository="src",length=12]
 |July 7, 2021
-|13.0-STABLE after changing softdep_prelink() to only do sync if another thread changed the vnode metadata since previous prelink.
+|13.0-STABLE after changing `softdep_prelink()` to only do sync if another thread changed the vnode metadata since previous prelink.
 
 |1300512
 |gitref:f72db34d2295080f57a283858125aa906c0d409e[repository="src",length=12]
@@ -1213,7 +1213,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1200044
 |link:https://svnweb.freebsd.org/changeset/base/323349[323349]
 |September 8, 2017
-|12.0-CURRENT after implementing poll_wait() in the LinuxKPI.
+|12.0-CURRENT after implementing `poll_wait()` in the LinuxKPI.
 
 |1200045
 |link:https://svnweb.freebsd.org/changeset/base/323706[323706]
@@ -1433,7 +1433,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1200501
 |link:https://svnweb.freebsd.org/changeset/base/342801[342801]
 |January 6, 2019
-|12-STABLE after merge of fixing linux_destroy_dev() behaviour when there are still files open from the destroying cdev.
+|12-STABLE after merge of fixing `linux_destroy_dev()` behaviour when there are still files open from the destroying cdev.
 
 |1200502
 |link:https://svnweb.freebsd.org/changeset/base/343126[343126]
@@ -1503,7 +1503,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1200515
 |link:https://svnweb.freebsd.org/changeset/base/350877[350877]
 |August 11, 2019
-|12-STABLE after MFC of link:https://svnweb.freebsd.org/changeset/base/349891[349891] (reorganize the SRCS lists as one file per line, and then alphabetize them) and link:https://svnweb.freebsd.org/changeset/base/349972[349972] (add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers).
+|12-STABLE after MFC of link:https://svnweb.freebsd.org/changeset/base/349891[349891] (reorganize the SRCS lists as one file per line, and then alphabetize them) and link:https://svnweb.freebsd.org/changeset/base/349972[349972] (add `arm_sync_icache()` and `arm_drain_writebuf()` sysarch syscall wrappers).
 
 |1200516
 |link:https://svnweb.freebsd.org/changeset/base/351276[351276]
@@ -1623,7 +1623,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1201518
 |link:https://svnweb.freebsd.org/changeset/base/362319[362319]
 |June 18, 2020
-|12-STABLE after implementing __is_constexpr() function macro in the LinuxKPI.
+|12-STABLE after implementing `__is_constexpr()` function macro in the LinuxKPI.
 
 |1201519
 |link:https://svnweb.freebsd.org/changeset/base/362916[362916]
@@ -1638,7 +1638,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1201521
 |link:https://svnweb.freebsd.org/changeset/base/363790[363790]
 |August 3, 2020
-|12-STABLE after implementing the array_size() function in the LinuxKPI.
+|12-STABLE after implementing the `array_size()` function in the LinuxKPI.
 
 |1201522
 |link:https://svnweb.freebsd.org/changeset/base/363832[363832]
@@ -2461,7 +2461,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1101508
 |link:https://svnweb.freebsd.org/changeset/base/328386[328386]
 |January 24, 2018
-|11-STABLE after merging link:https://svnweb.freebsd.org/changeset/base/316648[316648], renaming smp_no_rendevous_barrier() to smp_no_rendezvous_barrier().
+|11-STABLE after merging link:https://svnweb.freebsd.org/changeset/base/316648[316648], renaming `smp_no_rendevous_barrier()` to `smp_no_rendezvous_barrier()`.
 
 |1101509
 |link:https://svnweb.freebsd.org/changeset/base/328653[328653]
@@ -2471,7 +2471,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1101510
 |link:https://svnweb.freebsd.org/changeset/base/329450[329450]
 |February 17, 2018
-|11-STABLE after the cmpxchg() macro is now fully functional in the LinuxKPI.
+|11-STABLE after the `cmpxchg()` macro is now fully functional in the LinuxKPI.
 
 |1101511
 |link:https://svnweb.freebsd.org/changeset/base/329981[329981]
@@ -2521,7 +2521,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1102502
 |link:https://svnweb.freebsd.org/changeset/base/338617[338617]
 |September 12, 2018
-|11-STABLE after adding a socket option SO_TS_CLOCK and fixing recvmsg32() system call to properly down-convert layout of the 64-bit structures to match what 32-bit app(s) expect.
+|11-STABLE after adding a socket option SO_TS_CLOCK and fixing `recvmsg32()` system call to properly down-convert layout of the 64-bit structures to match what 32-bit app(s) expect.
 
 |1102503
 |link:https://svnweb.freebsd.org/changeset/base/338931[338931]
@@ -2536,7 +2536,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1102505
 |link:https://svnweb.freebsd.org/changeset/base/342804[342804]
 |January 6, 2019
-|11-STABLE after merge of fixing linux_destroy_dev() behaviour when there are still files open from the destroying cdev.
+|11-STABLE after merge of fixing `linux_destroy_dev()` behaviour when there are still files open from the destroying cdev.
 
 |1102506
 |link:https://svnweb.freebsd.org/changeset/base/344220[344220]
@@ -2646,7 +2646,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1104501
 |link:https://svnweb.freebsd.org/changeset/base/362320[362320]
 |June 18, 2020
-|11-STABLE after implementing __is_constexpr() function macro in the LinuxKPI.
+|11-STABLE after implementing `__is_constexpr()` function macro in the LinuxKPI.
 
 |1104502
 |link:https://svnweb.freebsd.org/changeset/base/362919[362919]
@@ -2661,7 +2661,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1104504
 |link:https://svnweb.freebsd.org/changeset/base/363792[363792]
 |August 3, 2020
-|11-STABLE after implementing the array_size() function in the LinuxKPI.
+|11-STABLE after implementing the `array_size()` function in the LinuxKPI.
 
 |1104505
 |link:https://svnweb.freebsd.org/changeset/base/364391[364391]
@@ -4150,7 +4150,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |800062
 |link:https://svnweb.freebsd.org/changeset/base/187830[187830]
 |January 28, 2009
-|8.0-CURRENT after removal of minor(), minor2unit(), unit2minor(), etc.
+|8.0-CURRENT after removal of `minor()`, `minor2unit()`, `unit2minor()`, etc.
 
 |800063
 |link:https://svnweb.freebsd.org/changeset/base/188745[188745]
@@ -4175,7 +4175,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |800067
 |link:https://svnweb.freebsd.org/changeset/base/189136[189136]
 |February 28, 2009
-|8.0-CURRENT after adding getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), wcscasecmp(), and wcsncasecmp().
+|8.0-CURRENT after adding `getdelim()`, `getline()`, `stpncpy()`, `strnlen()`, `wcsnlen()`, `wcscasecmp()`, and `wcsncasecmp()`.
 
 |800068
 |link:https://svnweb.freebsd.org/changeset/base/189276[189276]
@@ -4225,7 +4225,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |800077
 |link:https://svnweb.freebsd.org/changeset/base/190914[190914]
 |April 14, 2009
-|8.0-CURRENT after removing VOP_LEASE() and vop_vector.vop_lease.
+|8.0-CURRENT after removing `VOP_LEASE()` and vop_vector.vop_lease.
 
 |800078
 |link:https://svnweb.freebsd.org/changeset/base/191080[191080]
@@ -4250,7 +4250,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |800082
 |link:https://svnweb.freebsd.org/changeset/base/191368[191368]
 |April 21, 2009
-|8.0-CURRENT after the layout of struct ifnet has changed, and with if_ref() and if_rele() ifnet refcounting.
+|8.0-CURRENT after the layout of struct ifnet has changed, and with `if_ref()` and `if_rele()` ifnet refcounting.
 
 |800083
 |link:https://svnweb.freebsd.org/changeset/base/191389[191389]
@@ -4638,12 +4638,12 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |700005
 |link:https://svnweb.freebsd.org/changeset/base/152296[152296]
 |November 11, 2005
-|7.0-CURRENT after IFP2ENADDR() was changed to return a pointer to IF_LLADDR().
+|7.0-CURRENT after `IFP2ENADDR()` was changed to return a pointer to `IF_LLADDR()`.
 
 |700006
 |link:https://svnweb.freebsd.org/changeset/base/152315[152315]
 |November 11, 2005
-|7.0-CURRENT after addition of `if_addr` member to `struct ifnet` and IFP2ENADDR() removal.
+|7.0-CURRENT after addition of `if_addr` member to `struct ifnet` and `IFP2ENADDR()` removal.
 
 |700007
 |link:https://svnweb.freebsd.org/changeset/base/153027[153027]
@@ -4663,7 +4663,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |700010
 |link:https://svnweb.freebsd.org/changeset/base/153579[153579]
 |December 20, 2005
-|7.0-CURRENT after addition of hostb and vgapci drivers, addition of pci_find_extcap(), and changing the AGP drivers to no longer map the aperture.
+|7.0-CURRENT after addition of hostb and vgapci drivers, addition of `pci_find_extcap()`, and changing the AGP drivers to no longer map the aperture.
 
 |700011
 |link:https://svnweb.freebsd.org/changeset/base/153936[153936]
@@ -4768,7 +4768,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |700031
 |link:https://svnweb.freebsd.org/changeset/base/166907[166907]
 |February 23, 2007
-|7.0-CURRENT after the modification of bus_setup_intr() (newbus).
+|7.0-CURRENT after the modification of `bus_setup_intr()` (newbus).
 
 |700032
 |link:https://svnweb.freebsd.org/changeset/base/167165[167165]
@@ -4783,7 +4783,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |700034
 |link:https://svnweb.freebsd.org/changeset/base/167684[167684]
 |March 19, 2007
-|7.0-CURRENT after changes to how insmntque(), getnewvnode(), and vfs_hash_insert() work.
+|7.0-CURRENT after changes to how `insmntque()`, `getnewvnode()`, and `vfs_hash_insert()` work.
 
 |700035
 |link:https://svnweb.freebsd.org/changeset/base/167906[167906]
@@ -4833,7 +4833,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |700044
 |link:https://svnweb.freebsd.org/changeset/base/170395[170395]
 |June 7, 2007
-|7.0-CURRENT after changing the argument for vn_open()/VOP_OPEN() from file descriptor index to the struct file *.
+|7.0-CURRENT after changing the argument for `vn_open()`/`VOP_OPEN()` from file descriptor index to the struct file *.
 
 |700045
 |link:https://svnweb.freebsd.org/changeset/base/170510[170510]
@@ -4903,12 +4903,12 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |700101
 |link:https://svnweb.freebsd.org/changeset/base/176111[176111]
 |February 8, 2008
-|7.0-STABLE after the MFC of m_collapse().
+|7.0-STABLE after the MFC of `m_collapse()`.
 
 |700102
 |link:https://svnweb.freebsd.org/changeset/base/177735[177735]
 |March 30, 2008
-|7.0-STABLE after the MFC of kdb_enter_why().
+|7.0-STABLE after the MFC of `kdb_enter_why()`.
 
 |700103
 |link:https://svnweb.freebsd.org/changeset/base/178061[178061]
@@ -5038,7 +5038,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |702106
 |link:https://svnweb.freebsd.org/changeset/base/197198[197198]
 |September 14, 2009
-|7.2-STABLE after MFC of the x86 PAT enhancements and addition of d_mmap_single() and the scatter/gather list VM object type.
+|7.2-STABLE after MFC of the x86 PAT enhancements and addition of `d_mmap_single()` and the scatter/gather list VM object type.
 
 |703000
 |link:https://svnweb.freebsd.org/changeset/base/203740[203740]
@@ -5121,7 +5121,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |600008
 |link:https://svnweb.freebsd.org/changeset/base/140809[140809]
 |January 25, 2005
-|6.0-CURRENT after changes to VOP_*VOBJECT() functions and introduction of MNTK_MPSAFE flag for Giantfree filesystems.
+|6.0-CURRENT after changes to `VOP_*VOBJECT()` functions and introduction of `MNTK_MPSAFE` flag for Giantfree filesystems.
 
 |600009
 |link:https://svnweb.freebsd.org/changeset/base/141250[141250]
@@ -5336,7 +5336,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |602102
 |link:https://svnweb.freebsd.org/changeset/base/165596[165596]
 |December 28, 2006
-|6.2-STABLE after pci_find_extcap() addition.
+|6.2-STABLE after `pci_find_extcap()` addition.
 
 |602103
 |link:https://svnweb.freebsd.org/changeset/base/166039[166039]
@@ -5376,7 +5376,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |602110
 |link:https://svnweb.freebsd.org/changeset/base/169222[169222]
 |May 2, 2007
-|6.2-STABLE after MFC of pmap_invalidate_cache(), pmap_change_attr(), pmap_mapbios(), pmap_mapdev_attr(), and pmap_unmapbios() for amd64 and i386.
+|6.2-STABLE after MFC of `pmap_invalidate_cache()`, `pmap_change_attr()`, `pmap_mapbios()`, `pmap_mapdev_attr()`, and `pmap_unmapbios()` for amd64 and i386.
 
 |602111
 |link:https://svnweb.freebsd.org/changeset/base/170556[170556]
@@ -5504,7 +5504,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |500009
 |link:https://svnweb.freebsd.org/changeset/base/63154[63154]
 |July 14, 2000
-|5.0-CURRENT after ether_ifattach() and ether_ifdetach() changes.
+|5.0-CURRENT after `ether_ifattach()` and `ether_ifdetach()` changes.
 
 |500010
 |link:https://svnweb.freebsd.org/changeset/base/63265[63265]
@@ -5589,12 +5589,12 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |500026
 |link:https://svnweb.freebsd.org/changeset/base/84710[84710]
 |October 9, 2001
-|5.0-CURRENT after moving to XFree86 4 by default for package builds, and after the new libc strnstr() function was added.
+|5.0-CURRENT after moving to XFree86 4 by default for package builds, and after the new libc `strnstr()` function was added.
 
 |500027
 |link:https://svnweb.freebsd.org/changeset/base/84743[84743]
 |October 10, 2001
-|5.0-CURRENT after the new libc strcasestr() function was added.
+|5.0-CURRENT after the new libc `strcasestr()` function was added.
 
 |500028
 |link:https://svnweb.freebsd.org/changeset/base/87879[87879]
@@ -5634,7 +5634,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |500034
 |link:https://svnweb.freebsd.org/changeset/base/95831[95831]
 |April 30, 2002
-|5.0-CURRENT after mtx_init() grew a third argument.
+|5.0-CURRENT after `mtx_init()` grew a third argument.
 
 |500035
 |link:https://svnweb.freebsd.org/changeset/base/96498[96498]
@@ -5704,7 +5704,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |500104
 |link:https://svnweb.freebsd.org/changeset/base/111600[111600]
 |February 27, 2003
-|cdevsw_add() and cdevsw_remove() no longer exists. Appearance of MAJOR_AUTO allocation facility.
+|`cdevsw_add()` and `cdevsw_remove()` no longer exists. Appearance of `MAJOR_AUTO` allocation facility.
 
 |500105
 |link:https://svnweb.freebsd.org/changeset/base/111864[111864]
@@ -5714,7 +5714,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |500106
 |link:https://svnweb.freebsd.org/changeset/base/112007[112007]
 |March 8, 2003
-|devstat_add_entry() has been replaced by devstat_new_entry()
+|`devstat_add_entry()` has been replaced by `devstat_new_entry()`
 
 |500107
 |link:https://svnweb.freebsd.org/changeset/base/112288[112288]
@@ -5864,7 +5864,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |502104
 |link:https://svnweb.freebsd.org/changeset/base/126208[126208]
 |February 25, 2004
-|5.2-CURRENT after getopt_long_only() addition.
+|5.2-CURRENT after `getopt_long_only()` addition.
 
 |502105
 |link:https://svnweb.freebsd.org/changeset/base/126644[126644]
@@ -5909,7 +5909,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |502113
 |link:https://svnweb.freebsd.org/changeset/base/130057[130057]
 |June 4, 2004
-|5.2-CURRENT after ttyioctl() was made mandatory for serial drivers.
+|5.2-CURRENT after `ttyioctl()` was made mandatory for serial drivers.
 
 |502114
 |link:https://svnweb.freebsd.org/changeset/base/130418[130418]
@@ -5974,7 +5974,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |502126
 |link:https://svnweb.freebsd.org/changeset/base/132914[132914]
 |July 31, 2004
-|5.2-CURRENT after the removal of kmem_alloc_pageable() and the import of gcc 3.4.2.
+|5.2-CURRENT after the removal of `kmem_alloc_pageable()` and the import of gcc 3.4.2.
 
 |502127
 |link:https://svnweb.freebsd.org/changeset/base/132991[132991]


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