summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kernbb
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-24 22:53:26 +0000
committerru <ru@FreeBSD.org>2003-02-24 22:53:26 +0000
commit0dea5415679a9db700f2846b28d2d8ff833032c7 (patch)
tree9409aa78bd0bf64293f9e45238d4a82861b7663b /usr.sbin/kernbb
parent83d0e58172de7563f59519892b23c2fd0e80ca56 (diff)
downloadFreeBSD-src-0dea5415679a9db700f2846b28d2d8ff833032c7.zip
FreeBSD-src-0dea5415679a9db700f2846b28d2d8ff833032c7.tar.gz
mdoc(7) police: Scheduled sweep.
Diffstat (limited to 'usr.sbin/kernbb')
-rw-r--r--usr.sbin/kernbb/kernbb.810
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8
index fd03110..7109d7a 100644
--- a/usr.sbin/kernbb/kernbb.8
+++ b/usr.sbin/kernbb/kernbb.8
@@ -49,9 +49,9 @@ tool.
.Pp
At least one source file in the running kernel must have been compiled
with the
-.Fl --test-coverage
+.Fl Fl test-coverage
and
-.Fl --profile-arcs
+.Fl Fl profile-arcs
options.
.Pp
The output is stored in the filenames compiled into the kernel by
@@ -60,7 +60,9 @@ If the absolute pathname cannot be written to, the directory part
of the filename is discarded and the file stored in the current
directory under its basename.
.Pp
-The output files are named *.da, and the
+The output files are named
+.Pa *.da ,
+and the
.Xr gcov 1
program will extract the counts and merge them with the source
file to show actual execution counts.
@@ -72,7 +74,7 @@ the default system
the default memory
.El
.Sh SEE ALSO
-.Xr cc 1
+.Xr cc 1 ,
.Xr gcov 1
.Sh AUTHORS
The
OpenPOWER on IntegriCloud