Bug 95589

Summary: Typo problem in fish:// documentation : example url missed
Product: [Websites] docs.kde.org Reporter: Nicolas Ternisien <nicolas.ternisien>
Component: Missing ContentAssignee: Lauri Watts <lauri>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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>