svn commit: r360959 - stable/12/share/man/man3

Konstantin Belousov kib at FreeBSD.org
Tue May 12 12:29:39 UTC 2020


Author: kib
Date: Tue May 12 12:29:39 2020
New Revision: 360959
URL: https://svnweb.freebsd.org/changeset/base/360959

Log:
  MFC r360844:
  Document BUS_OOMERR.

Modified:
  stable/12/share/man/man3/siginfo.3
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man3/siginfo.3
==============================================================================
--- stable/12/share/man/man3/siginfo.3	Tue May 12 11:18:14 2020	(r360958)
+++ stable/12/share/man/man3/siginfo.3	Tue May 12 12:29:39 2020	(r360959)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 24, 2018
+.Dd May 8, 2020
 .Dt SIGINFO 3
 .Os
 .Sh NAME
@@ -150,6 +150,8 @@ invalid address alignment
 nonexistent physical address
 .It Ta Dv BUS_OBJERR Ta
 object-specific hardware error
+.It Ta Dv BUS_OOMERR Ta
+cannot alloc a page to map at fault
 .It Dv SIGTRAP Ta Dv TRAP_BRKPT Ta
 process breakpoint
 .It Ta Dv TRAP_TRACE Ta


More information about the svn-src-stable mailing list