Bug 95589 - Typo problem in fish:// documentation : example url missed
Summary: Typo problem in fish:// documentation : example url missed
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: Missing Content (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Lauri Watts
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 18:12 UTC by Nicolas Ternisien
Modified: 2005-01-09 00:50 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 Nicolas Ternisien 2004-12-21 18:12:43 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Mandrake RPMs
OS:                Linux

There is something that miss in the documentation of fish:// ioslave.

We don't have any example to know how does it works.

I always forget what we have to type, and in what order, so, a url example in the documentation will be very good to help people using fish.

I hope it will be added soon...

We also have to verify if there are examples in all documentation of every ioslaves, to be sure that they are correctly used.

Thank you!
Comment 1 Lauri Watts 2005-01-04 00:24:13 UTC
I have a patch for this, will commit as soon as this freeze is over
Comment 2 Lauri Watts 2005-01-09 00:50:51 UTC
CVS commit by lauri: 

BUG:95589


  M +4 -0      fish.docbook   1.7


--- kdebase/doc/kioslave/fish.docbook  #1.6:1.7
@@ -51,3 +51,7 @@
 FISH:;/bin/sh</command> correctly.</para>
 
+<para>Use the fish kioslave like this:  <userinput>fish://<replaceable>hostname</replaceable></userinput>or <userinput>fish://<replaceable>username</replaceable>@<replaceable>hostname</replaceable></userinput></para>
+
+<para>You do not need to provide the username if you have the same username on both computers.  You can add a password in the format <userinput>fish://<replaceable>username</replaceable>:<replaceable>password</replaceable>@<replaceable>hostname</replaceable></userinput>, but it is not necessary as you will be prompted for one if it is not supplied.</para>
+
 </article>