Thu Jul 19 11:09:38 2018 UTC ()
Remove trailing whitespace.


(wiz)
diff -r1.7 -r1.8 src/share/man/man9/boothowto.9

cvs diff -r1.7 -r1.8 src/share/man/man9/boothowto.9 (expand / switch to unified diff)

--- src/share/man/man9/boothowto.9 2018/07/15 05:16:41 1.7
+++ src/share/man/man9/boothowto.9 2018/07/19 11:09:38 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: boothowto.9,v 1.7 2018/07/15 05:16:41 maxv Exp $ 1.\" $NetBSD: boothowto.9,v 1.8 2018/07/19 11:09:38 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2009 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -141,27 +141,27 @@ If this flag is set, then @@ -141,27 +141,27 @@ If this flag is set, then
141will cause the system to halt instead of rebooting. 141will cause the system to halt instead of rebooting.
142This flag may be set at boot time, and cannot be cleared by 142This flag may be set at boot time, and cannot be cleared by
143.Xr reboot 2 . 143.Xr reboot 2 .
144.It Dv RB_INITNAME Ta Li 0x00000010 Ta Ta 144.It Dv RB_INITNAME Ta Li 0x00000010 Ta Ta
145This flag is obsolete. 145This flag is obsolete.
146It was previously used to cause the kernel to prompt for the name of the 146It was previously used to cause the kernel to prompt for the name of the
147.Xr init 8 147.Xr init 8
148program, but that function is now controlled by the 148program, but that function is now controlled by the
149.Dv RB_ASKNAME 149.Dv RB_ASKNAME
150flag. 150flag.
151.It Dv RB_KDB Ta Li 0x00000040 Ta Fl d Ta 151.It Dv RB_KDB Ta Li 0x00000040 Ta Fl d Ta
152Gives control to a kernel debugger early in the boot sequence. 152Gives control to a kernel debugger early in the boot sequence.
153See 153See
154.Xr ddb 4  154.Xr ddb 4
155and 155and
156.Dq "options KGDB" 156.Dq "options KGDB"
157in 157in
158.Xr options 4 . 158.Xr options 4 .
159.It Dv RB_RDONLY Ta Li 0x00000080 Ta Ta 159.It Dv RB_RDONLY Ta Li 0x00000080 Ta Ta
160This flag is deprecated. 160This flag is deprecated.
161It previously caused the kernel to mount the root file system 161It previously caused the kernel to mount the root file system
162in read-only mode, but now that is the default, and this flag 162in read-only mode, but now that is the default, and this flag
163has no effect. 163has no effect.
164.It Dv RB_DUMP Ta Li 0x00000100 Ta Ta 164.It Dv RB_DUMP Ta Li 0x00000100 Ta Ta
165Causes the kernel to dump memory to the dump device during shutdown. 165Causes the kernel to dump memory to the dump device during shutdown.
166See 166See
167.Xr savecore 8 , 167.Xr savecore 8 ,