Git commit 78be4102bb8d68c76bb65ccfe1ac7657863952a1 by Christoph Cullmann, on behalf of Raresh Rus. Committed on 04/09/2025 at 15:49. Pushed by cullmann into branch 'master'.
kwrite/index.docbook command line should not have newline "% kwrite ftp://ftp.kde.org/pub/kde/README" is not a correct command line. M +2 -4 doc/kwrite/index.docbook https://invent.kde.org/utilities/kate/-/commit/78be4102bb8d68c76bb65ccfe1ac7657863952a1 diff --git a/doc/kwrite/index.docbook b/doc/kwrite/index.docbook index c1ef72f9a6..6161a703f9 100644 --- a/doc/kwrite/index.docbook +++ b/doc/kwrite/index.docbook @@ -86,8 +86,7 @@ have &kwrite; open (or create) that file immediately upon startup. This option might look something like the following:</para> <informalexample><screen> -<prompt>%</prompt> <userinput><command>kwrite</command> -<option><replaceable>/home/myhome/docs/myfile.txt</replaceable></option> +<prompt>%</prompt> <userinput><command>kwrite</command> <option><replaceable>/home/myhome/docs/myfile.txt</replaceable></option> </userinput> </screen> </informalexample> @@ -100,8 +99,7 @@ Internet (if the user has an active connection at the time.) An example of this might look like the following:</para> <informalexample><screen> -<prompt>%</prompt> <userinput><command>kwrite</command> -<option><replaceable>ftp://ftp.kde.org/pub/kde/README</replaceable> +<prompt>%</prompt> <userinput><command>kwrite</command> <option><replaceable>ftp://ftp.kde.org/pub/kde/README</replaceable> </option></userinput> </screen> </informalexample>