summaryrefslogtreecommitdiffstats
path: root/sys-utils/readprofile.8
diff options
context:
space:
mode:
authorJakub Wilk2018-08-16 11:08:42 +0200
committerJakub Wilk2018-08-16 11:09:15 +0200
commitb9c3b903fe4a704974755b4b3ac3ac75dc8bf0e7 (patch)
treeab5169829477481c4eff474ca99d5c649ed2e98f /sys-utils/readprofile.8
parentsu: add --whitelist-environment (diff)
downloadkernel-qcow2-util-linux-b9c3b903fe4a704974755b4b3ac3ac75dc8bf0e7.tar.gz
kernel-qcow2-util-linux-b9c3b903fe4a704974755b4b3ac3ac75dc8bf0e7.tar.xz
kernel-qcow2-util-linux-b9c3b903fe4a704974755b4b3ac3ac75dc8bf0e7.zip
Fix man page typos
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Diffstat (limited to 'sys-utils/readprofile.8')
-rw-r--r--sys-utils/readprofile.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/readprofile.8 b/sys-utils/readprofile.8
index 9686380e0..a37aa0a91 100644
--- a/sys-utils/readprofile.8
+++ b/sys-utils/readprofile.8
@@ -111,7 +111,7 @@ Look at all the kernel information, with ram addresses:
readprofile -av | less
.fi
-Browse a `freezed' profile buffer for a non current kernel:
+Browse a `frozen' profile buffer for a non current kernel:
.nf
readprofile -p ~/profile.freeze -m /zImage.map.gz
@@ -123,7 +123,7 @@ Request profiling at 2kHz per CPU, and reset the profiling buffer:
.SH BUGS
.LP
.B readprofile
-only works with an 1.3.x or newer kernel, because
+only works with a 1.3.x or newer kernel, because
.I /proc/profile
changed in the step from 1.2 to 1.3
.LP