summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2016-07-25 19:16:49 +0000
committerjhb <jhb@FreeBSD.org>2016-07-25 19:16:49 +0000
commit1d1efb9de7257e365eb7ceef9058327b57f8e5e7 (patch)
tree6676164d5865765de160c43fe89bf72f26eeb9ec
parent6e41875cee70ea3eb137822a8d6cf47e4029330b (diff)
downloadFreeBSD-src-1d1efb9de7257e365eb7ceef9058327b57f8e5e7.zip
FreeBSD-src-1d1efb9de7257e365eb7ceef9058327b57f8e5e7.tar.gz
MFC 302861: Fix rendering issues.
- Use Ta to separate column headers. - Correct width of the 'Code' column in the last table. Approved by: re (gjb)
-rw-r--r--share/man/man3/siginfo.312
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man3/siginfo.3 b/share/man/man3/siginfo.3
index 0d4e594..09892c1 100644
--- a/share/man/man3/siginfo.3
+++ b/share/man/man3/siginfo.3
@@ -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 information in a structure of type
.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
OpenPOWER on IntegriCloud