Git commit 803bbbdd4670ecde21fb36a28d1d4b56765b2129 by Thomas Friedrichsmeier. Committed on 10/04/2018 at 19:30. Pushed by tfry into branch 'master'.
Grammar / typo M +2 -2 doc/rkward/man-rkward.1.docbook https://commits.kde.org/rkward/803bbbdd4670ecde21fb36a28d1d4b56765b2129 diff --git a/doc/rkward/man-rkward.1.docbook b/doc/rkward/man-rkward.1.docbook index 7f0eab81..28cbb125 100644 --- a/doc/rkward/man-rkward.1.docbook +++ b/doc/rkward/man-rkward.1.docbook @@ -71,7 +71,7 @@ </varlistentry> <varlistentry> <term><option>--debug-flags</option> <replaceable>flags</replaceable></term> -<listitem><para>Allows to configure, which sections of code to debug. Flags are given as a binary number. Refer to the source files for documentation, as this really is an internal option.</para></listitem> +<listitem><para>Configure which sections of code to debug. Flags are given as a binary number. Refer to the source files for documentation, as this really is an internal option.</para></listitem> </varlistentry> <varlistentry> <term><option>--backend-debugger</option> <replaceable>command</replaceable></term> @@ -112,7 +112,7 @@ rkward --nowarn-external rkward://runplugin/rkward::t_test/ rkward --reuse file_a.R file_b.R # Run the rkward backend through valgrind -rkward --backend-debugger 'valgrind --log-file=valgrind.log'. +rkward --backend-debugger 'valgrind --log-file=valgrind.log' </programlisting></para> </refsect1>
