diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-15 08:04:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-15 08:04:02 +0000 |
commit | 09cece3bceb9f3b13f794e4ab00c313e2f4ec2c8 (patch) | |
tree | 4edf38d5f25707868b740a5fd9804026bb38988e /sbin | |
parent | 41139815903eb7adfca707f5fdb591404e9ed71e (diff) |
tweak previous;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/init.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index a6db624e0f4..695b14a0bb5 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.44 2010/10/15 07:11:02 dlg Exp $ +.\" $OpenBSD: init.8,v 1.45 2010/10/15 08:04:01 jmc Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -219,8 +219,8 @@ if a user-defined signal 1 .Pq Dv USR1 , user-defined signal 2 .Pq Dv USR2 , -or -.Dv INT +or interrupt +.Pq Dv INT signal is received. Following this, .Dv USR1 |