From 20ba6b0d6136a03098f73797120855f97601d3ac Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 17 Sep 2009 19:15:49 +0000 Subject: [PATCH] Fixed markup. --- sbin/savecore/savecore.8 | 8 +++++--- usr.sbin/crashinfo/crashinfo.8 | 8 ++++---- 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