diff options
| author | gutteridge <gutteridge@NetBSD.org> | 2023-04-18 00:21:23 +0000 |
|---|---|---|
| committer | gutteridge <gutteridge@NetBSD.org> | 2023-04-18 00:21:23 +0000 |
| commit | 84f548f78efcd84f83526a73b8025781986865f7 (patch) | |
| tree | d69394262e2a97aa106983ab2b699a860aba8376 /usr.sbin/tprof/tprof.8 | |
| parent | d96d9683bda81327bbc80654ccc47d1d988b0cc9 (diff) | |
tprof.8: fix typo, s/speficied/specified/
Diffstat (limited to 'usr.sbin/tprof/tprof.8')
| -rw-r--r-- | usr.sbin/tprof/tprof.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tprof/tprof.8 b/usr.sbin/tprof/tprof.8 index dbe6c6b6eee..687d348312f 100644 --- a/usr.sbin/tprof/tprof.8 +++ b/usr.sbin/tprof/tprof.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: tprof.8,v 1.29 2023/04/17 21:51:40 uwe Exp $ +.\" $NetBSD: tprof.8,v 1.30 2023/04/18 00:21:23 gutteridge Exp $ .\" .\" Copyright (c)2011 YAMAMOTO Takashi, .\" All rights reserved. @@ -103,7 +103,7 @@ Multiple arguments can be specified. If none of the .Fl e -arguments are speficied, the CPU's default counter is used. +arguments are specified, the CPU's default counter is used. .Pp .Ar scale specifies the ratio of the speed to the cycle counter, or the counter until |
