Sun Sep 1 19:13:18 2019 UTC ()
Remove superfluous Pp.


(wiz)
diff -r1.61 -r1.62 src/sbin/init/init.8

cvs diff -r1.61 -r1.62 src/sbin/init/init.8 (expand / switch to unified diff)

--- src/sbin/init/init.8 2019/09/01 18:51:27 1.61
+++ src/sbin/init/init.8 2019/09/01 19:13:18 1.62
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: init.8,v 1.61 2019/09/01 18:51:27 sevan Exp $ 1.\" $NetBSD: init.8,v 1.62 2019/09/01 19:13:18 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1980, 1991, 1993 3.\" Copyright (c) 1980, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to Berkeley by 6.\" This code is derived from software contributed to Berkeley by
7.\" Donn Seeley at Berkeley Software Design, Inc. 7.\" Donn Seeley at Berkeley Software Design, Inc.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -346,27 +346,26 @@ Record of all logins and logouts. @@ -346,27 +346,26 @@ Record of all logins and logouts.
346.It Pa /etc/ttys 346.It Pa /etc/ttys
347The terminal initialization information file. 347The terminal initialization information file.
348.It Pa /etc/rc 348.It Pa /etc/rc
349System startup commands. 349System startup commands.
350.El 350.El
351.Sh DIAGNOSTICS 351.Sh DIAGNOSTICS
352.Bl -diag 352.Bl -diag
353.It "getty repeating too quickly on port %s, sleeping" 353.It "getty repeating too quickly on port %s, sleeping"
354A process being started to service a line is exiting quickly 354A process being started to service a line is exiting quickly
355each time it is started. 355each time it is started.
356This is often caused by a ringing or noisy terminal line. 356This is often caused by a ringing or noisy terminal line.
357.Em "Init will sleep for 10 seconds" , 357.Em "Init will sleep for 10 seconds" ,
358.Em "then continue trying to start the process" . 358.Em "then continue trying to start the process" .
359.Pp 
360.It "some processes would not die; ps axl advised." 359.It "some processes would not die; ps axl advised."
361A process is hung and could not be killed when the system was 360A process is hung and could not be killed when the system was
362shutting down. 361shutting down.
363This condition is usually caused by a process that is stuck in a 362This condition is usually caused by a process that is stuck in a
364device driver because of a persistent device error condition. 363device driver because of a persistent device error condition.
365.El 364.El
366.Sh SEE ALSO 365.Sh SEE ALSO
367.Xr config 1 , 366.Xr config 1 ,
368.Xr kill 1 , 367.Xr kill 1 ,
369.Xr login 1 , 368.Xr login 1 ,
370.Xr sh 1 , 369.Xr sh 1 ,
371.Xr options 4 , 370.Xr options 4 ,
372.Xr ttys 5 , 371.Xr ttys 5 ,