Summary: | Typo problem in fish:// documentation : example url missed | ||
---|---|---|---|
Product: | [Websites] docs.kde.org | Reporter: | Nicolas Ternisien <nicolas.ternisien> |
Component: | Missing Content | Assignee: | 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
I have a patch for this, will commit as soon as this freeze is over 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> |