summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/savecore/savecore.88
-rw-r--r--usr.sbin/crashinfo/crashinfo.88
2 files changed, 9 insertions, 7 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8
index 25b9aa6..01be723 100644
--- a/sbin/savecore/savecore.8
+++ b/sbin/savecore/savecore.8
@@ -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
diff --git a/usr.sbin/crashinfo/crashinfo.8 b/usr.sbin/crashinfo/crashinfo.8
index fbb4ddc..897fc59 100644
--- a/usr.sbin/crashinfo/crashinfo.8
+++ b/usr.sbin/crashinfo/crashinfo.8
@@ -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
OpenPOWER on IntegriCloud