From 953a7479f360a3e009213c774a21d375976a8866 Mon Sep 17 00:00:00 2001 From: trhodes Date: Wed, 24 Dec 2008 11:12:21 +0000 Subject: Apply various fixes: Silence mdoc(7) warnings; Xref correct manual pages; Point user to the ddb.8 manual page. PR: 129398 Submitted by: gavin --- sbin/ddb/ddb.8 | 7 ++++--- sbin/savecore/savecore.8 | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'sbin') diff --git a/sbin/ddb/ddb.8 b/sbin/ddb/ddb.8 index bfd6ccd..5ee2650 100644 --- a/sbin/ddb/ddb.8 +++ b/sbin/ddb/ddb.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 24, 2008 +.Dd December 24, 2008 .Dt DDB 8 .Os .Sh NAME @@ -87,7 +87,7 @@ kernel on disk. The following debugger commands are available from the command line: .Bl -tag -width indent .It Xo -.Ic Cm capture +.Cm capture .Op Fl M Ar core .Op Fl N Ar system .Cm print @@ -96,7 +96,7 @@ Print the current contents of the .Xr ddb 4 output capture buffer. .It Xo -.Ic Cm capture +.Cm capture .Op Fl M Ar core .Op Fl N Ar system .Cm status @@ -104,6 +104,7 @@ output capture buffer. Print the current status of the .Xr ddb 4 output capture buffer. +.El .Sh SCRIPTING The .Nm diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index 487506d..1095d5a 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -28,7 +28,7 @@ .\" From: @(#)savecore.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd February 24, 2005 +.Dd December 24, 2008 .Dt SAVECORE 8 .Os .Sh NAME @@ -144,7 +144,7 @@ is meant to be called near the end of the initialization file .Xr gzip 1 , .Xr getbootfile 3 , .Xr textdump 4 , -.Xr tar 4 , +.Xr tar 5 , .Xr dumpon 8 , .Xr syslogd 8 .Sh HISTORY -- cgit v1.1