diff options
author | 2015-01-15 19:26:27 +0000 | |
---|---|---|
committer | 2015-01-15 19:26:27 +0000 | |
commit | e02a689362c8d15ef8770cf014ff7ce950703efc (patch) | |
tree | 30bf084e58cfe14a3fb1d7ba8cf670823ce16040 /lib/libc/compat-43 | |
parent | typo; from Kaspars at Bankovskis dot net (diff) | |
download | wireguard-openbsd-e02a689362c8d15ef8770cf014ff7ce950703efc.tar.xz wireguard-openbsd-e02a689362c8d15ef8770cf014ff7ce950703efc.zip |
use .In where appropriate; from Kaspars at Bankovskis dot net
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r-- | lib/libc/compat-43/sigvec.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index 4d300bca151..37378747823 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -25,9 +25,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.32 2013/07/17 05:42:10 schwarze Exp $ +.\" $OpenBSD: sigvec.3,v 1.33 2015/01/15 19:26:27 schwarze Exp $ .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 15 2015 $ .Dt SIGVEC 3 .Os .Sh NAME @@ -220,7 +220,7 @@ signals that interrupt pending system calls continue to do so. .Pp The following is a list of all signals with names as in the include file -.Aq Pa signal.h : +.In signal.h : .Bl -column "SIGVTALRM" "create core image" "terminal line hangup" .It Sy "Name" Ta Sy "Default Action" Ta Sy "Description" .It Dv SIGHUP Ta "terminate process" Ta "terminal line hangup" |