mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Wrap some long lines (no content changes)
This commit is contained in:
parent
d4b85942ac
commit
842ddc99ec
1 changed files with 6 additions and 6 deletions
|
|
@ -44,8 +44,8 @@
|
|||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
utility is used to specify a device where the kernel can save a crash dump in
|
||||
the case of a panic.
|
||||
utility is used to specify a device where the kernel can save a crash
|
||||
dump in the case of a panic.
|
||||
.Pp
|
||||
Calls to
|
||||
.Nm
|
||||
|
|
@ -56,10 +56,10 @@ controlled by the
|
|||
variable in the boot time configuration file
|
||||
.Pa /etc/rc.conf .
|
||||
.Pp
|
||||
For most systems the size of the specified dump device must be at least
|
||||
the size of physical memory.
|
||||
Even though an additional header is added to the dump,
|
||||
the BIOS for a platform typically holds back some memory, so it is not usually
|
||||
For most systems the size of the specified dump device must be at
|
||||
least the size of physical memory.
|
||||
Even though an additional header is added to the dump, the BIOS for a
|
||||
platform typically holds back some memory, so it is not usually
|
||||
necessary to size the dump device larger than the actual amount of RAM
|
||||
available in the machine.
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue