lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 03 Sep 2014 10:02:48 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	Masanari Iida <standby24x7@...il.com>,
	linux-kernel@...r.kernel.org, a.p.zijlstra@...llo.nl,
	paulus@...ba.org, mingo@...hat.com, acme@...nel.org
Subject: Re: [PATCH/v2] perf/documentation: Fix typo in perf/Documentation

On 09/02/14 20:46, Masanari Iida wrote:
> This patch fix spelling typo found in tool/perf/Documentation.
> 
> Signed-off-by: Masanari Iida <standby24x7@...il.com>

Sorry, I found a few more items that could be fixed...
and I seem to have mucked up yesterday's comments.  :(

> ---
>  tools/perf/Documentation/perf-diff.txt          | 6 +++---
>  tools/perf/Documentation/perf-kvm.txt           | 4 ++--
>  tools/perf/Documentation/perf-list.txt          | 2 +-
>  tools/perf/Documentation/perf-record.txt        | 2 +-
>  tools/perf/Documentation/perf-script-perl.txt   | 4 ++--
>  tools/perf/Documentation/perf-script-python.txt | 6 +++---
>  tools/perf/Documentation/perf-script.txt        | 2 +-
>  tools/perf/Documentation/perf-test.txt          | 2 +-
>  tools/perf/Documentation/perf-trace.txt         | 2 +-
>  9 files changed, 15 insertions(+), 15 deletions(-)
> 
> diff --git a/tools/perf/Documentation/perf-kvm.txt b/tools/perf/Documentation/perf-kvm.txt
> index 6e689dc..4edbc2b 100644
> --- a/tools/perf/Documentation/perf-kvm.txt
> +++ b/tools/perf/Documentation/perf-kvm.txt
> @@ -100,7 +100,7 @@ OPTIONS
>  STAT REPORT OPTIONS
>  -------------------
>  --vcpu=<value>::
> -       analyze events which occures on this vcpu. (default: all vcpus)
> +       analyze events which occurs on this vcpu. (default: all vcpus)

	                       occur

>  
>  --event=<value>::
>         event to be analyzed. Possible values: vmexit, mmio (x86 only),
> @@ -134,7 +134,7 @@ STAT LIVE OPTIONS
>      Analyze events only for given process ID(s) (comma separated list).
>  
>  --vcpu=<value>::
> -       analyze events which occures on this vcpu. (default: all vcpus)
> +       analyze events which occurs on this vcpu. (default: all vcpus)

	                       occur

>  
>  
>  --event=<value>::
> diff --git a/tools/perf/Documentation/perf-test.txt b/tools/perf/Documentation/perf-test.txt
> index d1d3e5121..9fc5c5d 100644
> --- a/tools/perf/Documentation/perf-test.txt
> +++ b/tools/perf/Documentation/perf-test.txt
> @@ -25,7 +25,7 @@ OPTIONS
>  -------
>  -s::
>  --skip::
> -	Tests to skip (comma separater numeric list).
> +	Tests to skip (comma separator numeric list).

	                     separated

>  
>  -v::
>  --verbose::
> diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt
> index 02aac83..524c169 100644
> --- a/tools/perf/Documentation/perf-trace.txt
> +++ b/tools/perf/Documentation/perf-trace.txt
> @@ -20,7 +20,7 @@ scheduling events, etc.
>  This is a live mode tool in addition to working with perf.data files like
>  the other perf tools. Files can be generated using the 'perf record' command
>  but the session needs to include the raw_syscalls events (-e 'raw_syscalls:*').
> -Alernatively, the 'perf trace record' can be used as a shortcut to
> +Alternatively, the 'perf trace record' can be used as a shortcut to

either:
                  the 'perf trace record' command can be used ...
or
                  'perf trace record' can be used ...

>  automatically include the raw_syscalls events when writing events to a file.
>  
>  The following options apply to perf trace; options to perf trace record are
> 

Thanks.

-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ