aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2009-09-17 19:15:49 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2009-09-17 19:15:49 +0000
commit20ba6b0d6136a03098f73797120855f97601d3ac (patch)
treeda1b79b26d4e7770f80ffe1fd3e83573fc96b566
parentc5a0c16f80e11261bdc3a86dcc109feec6220cec (diff)
downloadsrc-20ba6b0d6136a03098f73797120855f97601d3ac.tar.gz
src-20ba6b0d6136a03098f73797120855f97601d3ac.zip
Notes
-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 25b9aa6dc45e..01be72384a03 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 fbb4ddc6d704..897fc59906d4 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