opnsense-src/share/man/man3
Tom Hukins 6d2feb39ad netlink: Fix "version introduced" documentation
netlink(4) and associated features will exist in FreeBSD 14.0 but they
will also exist in 13.2, an older version, from commits such as 02b958b1
and b309249b.

This commit needs merging to stable/13 and releng/13.2.

MFC after: 2days (needs to be in RC2)
Reviewed by: imp,melifaro
Pull Request: https://github.com/freebsd/freebsd-src/pull/651
2023-03-04 09:00:13 -07:00
..
arb.3 Add copyrights that I forgot to add when splitting arb.h off from tree.h. 2019-10-15 19:44:43 +00:00
assert.3 assert.3: Document static_assert and _Static_assert 2021-04-20 11:17:44 +02:00
ATOMIC_VAR_INIT.3 Escape Ed to prevent mandoc to avoid confusion with the mdoc's Ed macros 2014-12-26 21:11:33 +00:00
bitstring.3 vm_reserv: use enhanced bitstring for popmaps 2022-01-12 11:03:53 -06:00
CMSG_DATA.3 CMSG_DATA.3: Fix a typo in the EXAMPLES section 2022-10-25 12:49:21 +02:00
end.3 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
fpgetround.3 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
intro.3 intro.3: Document 'libstdthreads' (the ISO C11 '<threads.h>' library). 2022-11-07 11:34:00 +01:00
makedev.3 Provide more detailed specification for major(), minor() and makedev(). 2017-08-05 07:52:15 +00:00
Makefile netlink: add snl(3) manpage to the build 2023-01-16 20:25:44 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
offsetof.3 Silence mandoc lint. 2014-07-29 19:41:00 +00:00
pthread.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_affinity_np.3 libthr: Fix pthread_[g|s]etaffinity_np manual. 2023-01-29 15:36:25 +03:00
pthread_atfork.3 use .Mt to mark up email addresses consistently (part6) 2014-06-23 08:27:27 +00:00
pthread_attr.3 POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
pthread_attr_affinity_np.3 libthr: Fix pthread_attr_[g|s]etaffinity_np manual. 2023-01-29 15:37:18 +03:00
pthread_attr_get_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_attr_setcreatesuspend_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_barrier_destroy.3 POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
pthread_barrierattr.3 pthread_mutexattr(3): use .Fo/.Fc to avoid too long lines 2021-10-05 06:39:52 +03:00
pthread_cancel.3 use .Mt to mark up email addresses consistently (part6) 2014-06-23 08:27:27 +00:00
pthread_cleanup_pop.3 Correct a typo: this is the manpage for pthread_cleanup_pop, not push. 2014-10-27 15:45:37 +00:00
pthread_cleanup_push.3 Clarify that pthread_cleanup_push()/pop() are implemented as macros that 2014-10-25 19:31:34 +00:00
pthread_cond_broadcast.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cond_destroy.3 Make sure sections are sorted into conventional order. 2012-03-25 16:00:56 +00:00
pthread_cond_init.3 POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
pthread_cond_signal.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cond_timedwait.3 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
pthread_cond_wait.3 More places to clarify the robustness guarantees. 2019-08-07 17:51:40 +00:00
pthread_condattr.3 pthread_mutexattr(3): use .Fo/.Fc to avoid too long lines 2021-10-05 06:39:52 +03:00
pthread_create.3 POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
pthread_detach.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_equal.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_exit.3 Xref pthread_cancel... 2014-03-16 01:17:09 +00:00
pthread_getconcurrency.3 Fixing a typo. 2013-04-15 03:02:55 +00:00
pthread_getcpuclockid.3 Grammar fixes. 2016-08-04 11:38:53 +00:00
pthread_getspecific.3 Added description of POSIX-specified behavior when invoked on a key from within that key's destructor. 2015-05-19 02:24:55 +00:00
pthread_getthreadid_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_join.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_key_create.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_key_delete.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_kill.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_main_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_multi_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_mutex_consistent.3 Remove "All Rights Reserved" from Foundation copyrights 2022-06-30 10:54:30 -04:00
pthread_mutex_destroy.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_mutex_init.3 POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
pthread_mutex_lock.3 Clarify the robustness guarantees. 2019-08-07 17:46:07 +00:00
pthread_mutex_timedlock.3 More places to clarify the robustness guarantees. 2019-08-07 17:51:40 +00:00
pthread_mutex_trylock.3 Clarify the robustness guarantees. 2019-08-07 17:46:07 +00:00
pthread_mutex_unlock.3 Add implementation of robust mutexes, hopefully close enough to the 2016-05-17 09:56:22 +00:00
pthread_mutexattr.3 pthread_mutexattr(3): document each pthread_mutexattr_set/get* function 2021-10-05 06:39:53 +03:00
pthread_mutexattr_getkind_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_once.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_resume_all_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_resume_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_rwlock_destroy.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_init.3 POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
pthread_rwlock_rdlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_timedrdlock.3 POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
pthread_rwlock_timedwrlock.3 POSIX compliance improvements in the pthread(3) functions. 2018-08-18 01:05:38 +00:00
pthread_rwlock_unlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_wrlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlockattr_destroy.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlockattr_getpshared.3 pthread_mutexattr(3): use .Fo/.Fc to avoid too long lines 2021-10-05 06:39:52 +03:00
pthread_rwlockattr_init.3 sort SEE ALSO 2014-12-26 22:41:10 +00:00
pthread_rwlockattr_setpshared.3 Remove mentions that PTHREAD_PROCESS_SHARED is not supported from man pages. 2016-05-31 21:16:34 +00:00
pthread_schedparam.3 pthread_setschedparam(3): document EPERM return 2022-10-17 15:12:12 -03:00
pthread_self.3 Introduce a non-portable function pthread_getthreadid_np(3) to retrieve 2011-02-07 21:26:46 +00:00
pthread_set_name_np.3 Fix a slew of mdoc warnings/errors. 2022-04-12 23:53:48 +02:00
pthread_setspecific.3 Provide an unambiguous description of the potential hazard in calling 2015-05-28 16:18:41 +00:00
pthread_sigmask.3 Add restrict keyword to pthread_sigmask prototype and manpage. 2011-02-20 09:52:29 +00:00
pthread_spin_init.3 Remove mentions that PTHREAD_PROCESS_SHARED is not supported from man pages. 2016-05-31 21:16:34 +00:00
pthread_spin_lock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_suspend_all_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_suspend_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_switch_add_np.3 pthread_np.3: Add a manpage summarizing all of the pthread extensions. 2021-10-12 13:20:36 -07:00
pthread_testcancel.3 Fix a slew of mdoc warnings/errors. 2022-04-12 23:53:48 +02:00
pthread_yield.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
Q_FRAWMASK.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
Q_IFRAWMASK.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
Q_INI.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
Q_IRAWMASK.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
Q_QABS.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
Q_QADDI.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
Q_QADDQ.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
Q_SIGNED.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
Q_SIGNSHFT.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
qmath.3 Introduce <sys/qmath.h>, a fixed-point math library from Netflix. 2019-08-27 11:46:22 +00:00
queue.3 Introduce arb(3), the Array-based Red-Black Tree macros: similar 2019-09-14 19:23:46 +00:00
sigevent.3 sigevent(3): Fix a typo 2020-10-10 12:06:39 +00:00
siginfo.3 Pass the syscall number to capsicum permission-denied signals 2021-07-16 18:06:44 +01:00
snl.3 netlink: Fix "version introduced" documentation 2023-03-04 09:00:13 -07:00
stats.3 Expand stats(3) man page to add a caveat regarding HZ. 2019-12-02 21:03:09 +00:00
stdarg.3 Add HISTORY sections to tree(3), stdarg(3) and sigevent(3) 2020-02-26 19:16:23 +00:00
sysexits.3 Bump date missed in r202756 2012-09-14 17:50:42 +00:00
tgmath.3 Fix a typographical error. 2015-01-06 23:04:41 +00:00
timeradd.3 Fix various, mostly minor errors in man pages like: 2020-05-03 10:15:58 +00:00
tree.3 rb_tree: let insert search start from next node 2022-10-02 22:27:21 -05:00