mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Back out most of revision 1.28: lists of diagnostics must use -diag,
not -tag. Instead, put a period after the error messages to aide those using dumb terminals not capable of properly displaying markup. Requested by: ru
This commit is contained in:
parent
506c373bc0
commit
2306a12f75
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue