diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-04-13 06:54:05 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-04-13 06:54:05 +0000 |
| commit | 2306a12f750cbcab89245a8d508d9b596c8c28ba (patch) | |
| tree | 52125dd32eb61b9edbe71000525247426ecf1ec6 | |
| parent | 506c373bc0da9d914e5cae226914125a7fadc568 (diff) | |
Notes
| -rw-r--r-- | sbin/init/init.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index c7cbcc624964..20a71d16158f 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -331,15 +331,14 @@ as follows: file .El .Sh DIAGNOSTICS -.Bl -tag -width indent -.It "getty repeating too quickly on port %s, sleeping" +.Bl -diag +.It "getty repeating too quickly on port %s, sleeping." A process being started to service a line is exiting quickly each time it is started. This is often caused by a ringing or noisy terminal line. .Em "Init will sleep for 30 seconds" , .Em "then continue trying to start the process" . -.Pp -.It "some processes would not die; ps axl advised" +.It "some processes would not die; ps axl advised." A process is hung and could not be killed when the system was shutting down. This condition is usually caused by a process |
