diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-15 21:34:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-15 21:34:54 +0000 |
commit | 73458f98d952f7fe03b5fa06aaa098b36616d6bf (patch) | |
tree | 7685aec215f7b8506da1af3983246862fd972144 /usr.bin/vi/docs | |
parent | 456bbdb7a64466f567133167e5082c02c19e8ced (diff) |
No, vi does not ignore SIGQUIT
Diffstat (limited to 'usr.bin/vi/docs')
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 index ceda476b1e8..e11385c1f33 100644 --- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 +++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vi.1,v 1.13 2003/01/12 18:15:16 deraadt Exp $ +.\" $OpenBSD: vi.1,v 1.14 2003/04/15 21:34:53 millert Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -1512,8 +1512,6 @@ Reference manual section entitled ``Sizing the Screen'' for more information. .TP SIGCONT .TP -SIGQUIT -.TP SIGTSTP .I \&Vi/ex ignores these signals. |