diff options
author | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-01-02 06:07:42 +0000 |
---|---|---|
committer | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-01-02 06:07:42 +0000 |
commit | 3d991d9f3bd78c0dc70f36a903edc402b6ff6a67 (patch) | |
tree | 523297163e3dad58202821d1e9700bb903d8e75c /share | |
parent | b2dff043b037ce218bfb7bd4a8fa632e98c622f7 (diff) |
Remove reference to timeout table. deraadt@ ok
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/crash.8 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index cf0f23a0ee0..29b84f3025f 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.15 2001/12/07 18:25:50 mpech Exp $ +.\" $OpenBSD: crash.8,v 1.16 2002/01/02 06:07:41 nordin Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -106,11 +106,6 @@ The root filesystem is incorrect or has been corrupted, or the mode or type of .Pa /sbin/init forbids execution. -.It timeout table overflow -.ns -This really shouldn't be a panic, but until the data structure -involved is made to be extensible, running out of entries causes a crash. -If this happens, make the timeout table bigger. .It trap type %d, code=%x, pc=%x A unexpected trap has occurred within the system; the trap types are machine dependent and can be found listed in |