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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to