Fixed markup.

This commit is contained in:
Ruslan Ermilov 2009-09-17 19:15:49 +00:00
parent c5a0c16f80
commit 20ba6b0d61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197299
2 changed files with 9 additions and 7 deletions

View File

@ -101,14 +101,16 @@ checks the core dump in various ways to make sure that it is complete.
If it passes these checks, it saves the core image in
.Ar directory Ns Pa /vmcore.#
and information about the core in
.Ar directory Ns Pa /info.#
.Ar directory Ns Pa /info.# .
For kernel textdumps generated with the
.Xr textdump 4
facility, output will be stored in the
.Xr tar 5
format and named
.Ar director Ns Pa /textdump.tar.#
The ``#'' is the number from the first line of the file
.Ar directory Ns Pa /textdump.tar.# .
The
.Dq #
is the number from the first line of the file
.Ar directory Ns Pa /bounds ,
and it is incremented and stored back into the file each time
.Nm

View File

@ -90,18 +90,18 @@ The options are as follows:
.Bl -tag -width indent
.It Fl d Ar crashdir
Specify an alternate core dump directory.
The default crash dump directory is
The default crash dump directory is
.Pa /var/crash .
.It Fl n Ar dumpnr
Use the core dump saved in
.Pa vmcore. Ns Ar dumpnr
instead of the latest core in the core dump directory.
instead of the latest core in the core dump directory.
.It Fl k Ar kernel
Specify an explicit kernel file.
.El
.Sh SEE ALSO
.Xr savecore 8 ,
.Xr textdump 4
.Xr textdump 4 ,
.Xr savecore 8
.Sh HISTORY
The
.Nm