Bug 102947 - typo: small errors in ksnapshot documentation
Summary: typo: small errors in ksnapshot documentation
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: Corrections (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Danny Allen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 17:48 UTC by Sander Koning
Modified: 2005-08-18 18:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sander Koning 2005-03-31 17:48:28 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Unlisted Binary Package

Couple of minor errors in the newer portions of the KSnapshot manual:

index.docbook:285
"interace" is missing an 'f'

:328
"click on capture" should IMO be "capture on click" (the capture is the result of the click)

:352
"snapshot.jpg" is referred to by "snapshot4.jpg" in the previous message

:366
superfluous parenthesis in "<literal>url</literal>)"

Furthermore I'd like to see a consistent designation of the terminology when referencing DCOP calls/commands/...:
- in :314, :341, :400, "the X call" is used
- in :322, :335, "the X" is used
- in :348, :360, :394, :413, :429, "the X command" is used
- in :366, :376, :381, "X" is used
Comment 1 Danny Allen 2005-08-18 18:15:06 UTC
SVN commit 450604 by dannya:

BUG:102947 I proceed through the bug typo list, but some masked bug fixer has beaten me to it. Anyway, close the bug (i'll take the credit :)

 M  +1 -1      index.docbook  


--- branches/KDE/3.5/kdegraphics/doc/ksnapshot/index.docbook #450603:450604
@@ -372,7 +372,7 @@
 <para>You can obtain the path that the snapshot will be saved to using 
 <literal>url</literal>, as shown below:
 <screen width="60">
-<prompt>$</prompt> <command>dcop ksnapshot-23151 interface url</command>
+<prompt>$</prompt><command>dcop ksnapshot-23151 interface url</command>
 </screen>
 This will return the filename, as a URL (eg as 
 <computeroutput>file:///home/bradh/test2.png</computeroutput>).