svn commit: r339889 - head/share/man/man9

Gleb Smirnoff glebius at FreeBSD.org
Mon Oct 29 22:10:53 UTC 2018


Author: glebius
Date: Mon Oct 29 22:10:52 2018
New Revision: 339889
URL: https://svnweb.freebsd.org/changeset/base/339889

Log:
  Add a note that epoch(9) may change, to untie our hands for any future MFCs.

Modified:
  head/share/man/man9/epoch.9

Modified: head/share/man/man9/epoch.9
==============================================================================
--- head/share/man/man9/epoch.9	Mon Oct 29 22:08:45 2018	(r339888)
+++ head/share/man/man9/epoch.9	Mon Oct 29 22:10:52 2018	(r339889)
@@ -185,6 +185,10 @@ free would have to follow a call to
 .Fn epoch_wait .
 .Sh ERRORS
 None.
+.Sh NOTES
+The
+.Nm
+kernel programming interface is under development and is subject to change.
 .El
 .Sh SEE ALSO
 .Xr locking 9 ,


More information about the svn-src-head mailing list