diff options
author | 1997-07-23 20:55:17 +0000 | |
---|---|---|
committer | 1997-07-23 20:55:17 +0000 | |
commit | c9e664a1981feb654163b05e3672911476b92930 (patch) | |
tree | 8e0a5ada91f916f7e615097fd63301adb9dbd28a /lib/libc/gen/signal.3 | |
parent | add atalk (diff) | |
download | wireguard-openbsd-c9e664a1981feb654163b05e3672911476b92930.tar.xz wireguard-openbsd-c9e664a1981feb654163b05e3672911476b92930.zip |
tabify
Diffstat (limited to 'lib/libc/gen/signal.3')
-rw-r--r-- | lib/libc/gen/signal.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 390c92e2bb4..8da05c559ef 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.4 1996/12/13 21:24:12 michaels Exp $ +.\" $OpenBSD: signal.3,v 1.5 1997/07/23 21:04:07 kstailey Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -83,7 +83,7 @@ an interrupt. These signals are defined in the file .Aq Pa signal.h : .Bl -column SIGVTALARMXX "create core imagexxx" -.It Sy " Name " " Default Action " " Description" +.It Sy " Name " " Default Action " " Description" .It Dv SIGHUP No " terminate process" " terminal line hangup" .It Dv SIGINT No " terminate process" " interrupt program" .It Dv SIGQUIT No " create core image" " quit program" |