svn commit: r303317 - in stable: 10/share/man/man3 9/share/man/man3

John Baldwin jhb at FreeBSD.org
Mon Jul 25 19:18:44 UTC 2016


Author: jhb
Date: Mon Jul 25 19:18:42 2016
New Revision: 303317
URL: https://svnweb.freebsd.org/changeset/base/303317

Log:
  MFC 302861: Fix rendering issues.
  
  - Use Ta to separate column headers.
  - Correct width of the 'Code' column in the last table.

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

Changes in other areas also in this revision:
Modified:
  stable/9/share/man/man3/siginfo.3
Directory Properties:
  stable/9/share/man/man3/   (props changed)

Modified: stable/10/share/man/man3/siginfo.3
==============================================================================
--- stable/10/share/man/man3/siginfo.3	Mon Jul 25 19:16:49 2016	(r303316)
+++ stable/10/share/man/man3/siginfo.3	Mon Jul 25 19:18:42 2016	(r303317)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 14, 2012
+.Dd July 14, 2016
 .Dt SIGINFO 3
 .Os
 .Sh NAME
@@ -54,7 +54,7 @@ In either case, the system returns the i
 .Vt siginfo_t ,
 which includes the following information:
 .Bl -column ".Vt union signal" ".Va si_overrun"
-.It Sy "Type	Member	Description"
+.It Sy Type Ta Sy Member Ta Sy Description
 .It Vt int Ta Va si_signo Ta
 signal number
 .It Vt int Ta Va si_errno Ta
@@ -107,7 +107,7 @@ for use as values of
 that are signal-specific or non-signal-specific reasons why the signal was
 generated:
 .Bl -column ".Dv SIGPOLL" ".Dv CLD_CONTINUED"
-.It Sy "Signal	Code	Reason"
+.It Sy Signal Ta Sy Code Ta Sy Reason
 .It Dv SIGILL Ta Dv ILL_ILLOPC Ta
 illegal opcode
 .It Ta Dv ILL_ILLOPN Ta
@@ -206,7 +206,7 @@ signal sent by
 .Pp
 In addition, the following signal-specific information is available:
 .Bl -column ".Dv SIGPOLL" ".Dv CLD_CONTINUED"
-.It Sy "Signal	Member	Value"
+.It Sy Signal Ta Sy Member Ta Sy Value
 .It Dv SIGILL Ta Va si_addr Ta
 address of faulting instruction
 .It Ta Va si_trapno Ta
@@ -240,8 +240,8 @@ or
 .El
 .Pp
 Finally, the following code-specific information is available:
-.Bl -column ".Dv SI_QUEUE" ".Va si_overrun"
-.It Sy "Code	Member	Value"
+.Bl -column ".Dv SI_ASYNCIO" ".Va si_overrun"
+.It Sy Code Ta Sy Member Ta Sy Value
 .It Dv SI_USER Ta Va si_pid Ta
 the process ID that sent the signal
 .It Ta Va si_uid Ta


More information about the svn-src-all mailing list