mdoc(7) police: fixed typo, minor markup nits.

This commit is contained in:
Ruslan Ermilov 2002-05-30 13:52:18 +00:00
parent 2d2ca4665c
commit 35ff8c06b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97600

View File

@ -43,14 +43,14 @@ The
command is used to dump the contents of the kernel ktr trace buffer. command is used to dump the contents of the kernel ktr trace buffer.
.Pp .Pp
The following options are available: The following options are available:
.Bl -tag -width ".Fl c Ar execfile" .Bl -tag -width ".Fl e Ar execfile"
.It Fl c .It Fl c
Print the cpu number that each entry was logged from. Print the CPU number that each entry was logged from.
.It Fl f .It Fl f
Print the file and line number that each entry was logged from. Print the file and line number that each entry was logged from.
.It Fl t .It Fl t
Print the timestamp for each entry. Print the timestamp for each entry.
.It Fl c Ar execfile .It Fl e Ar execfile
The kernel image to resolve symbols from. The kernel image to resolve symbols from.
The default is the value returned via The default is the value returned via
.Xr getbootfile 3 . .Xr getbootfile 3 .
@ -60,8 +60,7 @@ The default is
.Pa /dev/mem . .Pa /dev/mem .
.It Fl o Ar outfile .It Fl o Ar outfile
The file to write the output to. The file to write the output to.
The default is The default is standard output.
.Va stdout .
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr ktr 4 , .Xr ktr 4 ,