diff options
author | ats <ats@FreeBSD.org> | 1995-02-10 22:07:42 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-10 22:07:42 +0000 |
commit | d046e3a75895bd79f463d04e4041bef8c8cae221 (patch) | |
tree | 42498cdb7333ff405fd02c810a46488479f8f72c | |
parent | f4a355cd1896f74a533ce0cfd615d620d5eb459f (diff) | |
download | FreeBSD-src-d046e3a75895bd79f463d04e4041bef8c8cae221.zip FreeBSD-src-d046e3a75895bd79f463d04e4041bef8c8cae221.tar.gz |
Fix a little typo. Change the "race record" to a "trace record" :-).
-rw-r--r-- | usr.sbin/trpt/trpt.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/trpt/trpt.8 b/usr.sbin/trpt/trpt.8 index eee7dc8..609e529 100644 --- a/usr.sbin/trpt/trpt.8 +++ b/usr.sbin/trpt/trpt.8 @@ -140,7 +140,7 @@ others which should be self explanatory. .El .Sh BUGS Should also print the data for each input or output, -but this is not saved in the race record. +but this is not saved in the trace record. .Pp The output format is inscrutable and should be described here. |