diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-20 09:15:23 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-20 09:15:23 +0000 |
commit | 353c1a6746a76da0f34e6506c8b82148e747770c (patch) | |
tree | c2a006d6e8b33669500f65964ed3c8099f4ffe2e /usr.sbin/kernbb | |
parent | dbca32e915256c6097ea32b090fea3ee501ab814 (diff) | |
download | FreeBSD-src-353c1a6746a76da0f34e6506c8b82148e747770c.zip FreeBSD-src-353c1a6746a76da0f34e6506c8b82148e747770c.tar.gz |
Correct spelling : ascii -> ASCII
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
Diffstat (limited to 'usr.sbin/kernbb')
-rw-r--r-- | usr.sbin/kernbb/kernbb.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8 index a190d33..087bc44 100644 --- a/usr.sbin/kernbb/kernbb.8 +++ b/usr.sbin/kernbb/kernbb.8 @@ -49,7 +49,7 @@ with the .Fl a option. .Pp -The output format is ascii, consisting of one line per record with the +The output format is ASCII, consisting of one line per record with the following fields: filename, linenumber, procedure, address, count of executions, length of the basic-block in bytes and the product of the previous two fields. |