Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 19:15:49 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197299 - in head: sbin/savecore usr.sbin/crashinfo
Message-ID:  <200909171915.n8HJFnNf067401@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ru
Date: Thu Sep 17 19:15:49 2009
New Revision: 197299
URL: http://svn.freebsd.org/changeset/base/197299

Log:
  Fixed markup.

Modified:
  head/sbin/savecore/savecore.8
  head/usr.sbin/crashinfo/crashinfo.8

Modified: head/sbin/savecore/savecore.8
==============================================================================
--- head/sbin/savecore/savecore.8	Thu Sep 17 19:08:15 2009	(r197298)
+++ head/sbin/savecore/savecore.8	Thu Sep 17 19:15:49 2009	(r197299)
@@ -101,14 +101,16 @@ checks the core dump in various ways to 
 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

Modified: head/usr.sbin/crashinfo/crashinfo.8
==============================================================================
--- head/usr.sbin/crashinfo/crashinfo.8	Thu Sep 17 19:08:15 2009	(r197298)
+++ head/usr.sbin/crashinfo/crashinfo.8	Thu Sep 17 19:15:49 2009	(r197299)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171915.n8HJFnNf067401>