diff options
author | dd <dd@FreeBSD.org> | 2001-04-13 06:54:05 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-04-13 06:54:05 +0000 |
commit | fb1146362f8deac4d6dd82bdf6105bf174c79b61 (patch) | |
tree | 329a6b6dc4d9fd4d20e647c5909d01df40535b87 /sbin | |
parent | 029dfd12d657bb1fd1d03bb5c73a70b4acd59df0 (diff) | |
download | FreeBSD-src-fb1146362f8deac4d6dd82bdf6105bf174c79b61.zip FreeBSD-src-fb1146362f8deac4d6dd82bdf6105bf174c79b61.tar.gz |
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
Diffstat (limited to 'sbin')
-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 c7cbcc6..20a71d1 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 |