Author: vangyzen
Date: Tue May 29 01:16:00 2018
New Revision: 334306
URL: https://svnweb.freebsd.org/changeset/base/334306

Log:
  Cross-reference abort2(2) from a few man pages
  
  I didn't know abort2 existed until it was mentioned on a mailing list.
  Mention it in related pages so others can find it easily.
  
  MFC after:    3 days
  Sponsored by: Dell EMC

Modified:
  head/lib/libc/stdlib/abort.3
  head/lib/libc/stdlib/exit.3
  head/share/man/man3/assert.3

Modified: head/lib/libc/stdlib/abort.3
==============================================================================
--- head/lib/libc/stdlib/abort.3        Tue May 29 00:53:53 2018        
(r334305)
+++ head/lib/libc/stdlib/abort.3        Tue May 29 01:16:00 2018        
(r334306)
@@ -64,6 +64,7 @@ The
 function
 never returns.
 .Sh SEE ALSO
+.Xr abort2 2 ,
 .Xr sigaction 2 ,
 .Xr exit 3
 .Sh STANDARDS

Modified: head/lib/libc/stdlib/exit.3
==============================================================================
--- head/lib/libc/stdlib/exit.3 Tue May 29 00:53:53 2018        (r334305)
+++ head/lib/libc/stdlib/exit.3 Tue May 29 01:16:00 2018        (r334306)
@@ -116,6 +116,7 @@ functions
 never return.
 .Sh SEE ALSO
 .Xr _exit 2 ,
+.Xr abort2 2 ,
 .Xr wait 2 ,
 .Xr at_quick_exit 3 ,
 .Xr atexit 3 ,

Modified: head/share/man/man3/assert.3
==============================================================================
--- head/share/man/man3/assert.3        Tue May 29 00:53:53 2018        
(r334305)
+++ head/share/man/man3/assert.3        Tue May 29 01:16:00 2018        
(r334306)
@@ -85,6 +85,7 @@ generates a diagnostic message similar to the followin
 .Pp
 .Dl "Assertion failed: (1 == 0), function main, file assertion.c, line 100."
 .Sh SEE ALSO
+.Xr abort2 2 ,
 .Xr abort 3
 .Sh STANDARDS
 The
_______________________________________________
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