This is my first attempt at contributing to an open source project ever so I probably do it all wrong. As this is the first time ever, the changes I made are *very* small. First, in the man page for fcpgenkey I corrected the SYNTAX section that don't use the right name for the command. Second, in the man page for fcpput, I added a slash (/) in between CHK@ and the filename as this slash is required for the command to succeed. I'm thus looking forward for your suggestions. If all goes well, I'll attempt to update the man pages for pyFreenet for the current version of the tool because right now those are mostly obsolete.
patch in attachment.
diff --git a/manpages/fcpgenkey.1 b/manpages/fcpgenkey.1 index a8c32ae..8acd09f 100644 --- a/manpages/fcpgenkey.1 +++ b/manpages/fcpgenkey.1 @@ -5,7 +5,7 @@ fcpgenkey \- generate a single Freenet SSK@/USK@ keypair .SH "SYNTAX" .LP -\fBfcpput\fP [\fIoptions\fP] +\fBfcpgenkey\fP [\fIoptions\fP] .SH "DESCRIPTION" .LP fcpgenkey is a simple command\-line FCP client program for generating diff --git a/manpages/fcpput.1 b/manpages/fcpput.1 index 078a8a3..4a97798 100644 --- a/manpages/fcpput.1 +++ b/manpages/fcpput.1 @@ -74,7 +74,7 @@ Run a program, and insert its standard output as URI \fIKSK@somekey\fP .TP -\fBfcpput \-H 192.168.10.4 c...@fred.jpg somefile\fP +\fBfcpput \-H 192.168.10.4 CHK@/fred.jpg somefile\fP Using the FCP service on host \fI192.168.10.4\fP, insert \fIsomefile\fP as a CHK, with the implied mimetype of \fIimage/jpeg\fP. The final CHK URI under
_______________________________________________ Devl mailing list Devl@freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl