diff options
author | 2003-03-16 19:25:43 +0000 | |
---|---|---|
committer | 2003-03-16 19:25:43 +0000 | |
commit | 92039ba4caac44b5bedcec85713cbae8d1f5759f (patch) | |
tree | ca005bc32b38f2a2830ac4d9756a74eef3df5935 | |
parent | correctly initialize a pointer (diff) | |
download | wireguard-openbsd-92039ba4caac44b5bedcec85713cbae8d1f5759f.tar.xz wireguard-openbsd-92039ba4caac44b5bedcec85713cbae8d1f5759f.zip |
leave does respond to normal signals
ok millert@
-rw-r--r-- | usr.bin/leave/leave.1 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index a352718adda..d712cf770d7 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: leave.1,v 1.9 2000/11/09 17:52:17 aaron Exp $ +.\" $OpenBSD: leave.1,v 1.10 2003/03/16 19:25:43 tedu Exp $ .\" $NetBSD: leave.1,v 1.5 1995/08/31 22:32:10 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -91,12 +91,6 @@ This form is suitable for inclusion in a .Pa .login or .Pa .profile . -.Pp -.Nm leave -ignores interrupts, quits, and terminates. -To get rid of it you should either log off or use -.Ql kill \-s KILL -giving its process ID. .Sh SEE ALSO .Xr calendar 1 .Sh HISTORY |