commit 797c527a00abfd272f8147f26ca9d78a25193bcd from: Omar Polo date: Thu Oct 19 21:33:38 2023 UTC minor semplifications to some sentences commit - 36b2905a6814722a59e2c527e0fc11a371b3720e commit + 797c527a00abfd272f8147f26ca9d78a25193bcd blob - 3dd5d9364892b95bab3e40d30236466de807e664 blob + 22fc7932d4537b09b670eb978004d8498d5b5cbe --- gg.1 +++ gg.1 @@ -11,7 +11,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: October 18 2023$ +.Dd $Mdocdate: October 19 2023$ .Dt GG 1 .Os .Sh NAME @@ -73,7 +73,7 @@ is used. .It Fl N Disables the server name verification. .It Fl n -Check that the given IRI is valid, but don't make any requests. +Check the given IRI for validity, but don't issue any requests. .It Fl P Ar host Ns Oo : Ns Ar port Oc Connect to the given .Ar host @@ -111,7 +111,7 @@ utility was written by .An Omar Polo Aq Mt op@omarpolo.com . .Sh CAVEATS .Nm -doesn't do any TOFU +doesn't perform TOFU .Pq Trust On First Use or any X.509 certificate validation beyond the name verification. .Pp blob - 2031004205c94d457281004f496470786e69edd6 blob + 8e496f5b0aa64eac33fefb8f744bb713dbb34f0b --- titan.1 +++ titan.1 @@ -11,7 +11,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd October 18, 2023 +.Dd October 19, 2023 .Dt TITAN 1 .Os .Sh NAME @@ -29,7 +29,7 @@ .Ek .Sh DESCRIPTION .Nm -allows to send a data to a Titan server. +allows to upload data to a Titan server. If no .Ar file is given on the command line, @@ -53,14 +53,15 @@ Specify the token for the transaction. Unset by default. .El .Pp -If +.Nm +alters the passed +.Ar url +to include the parameter for the file size as well as the MIME and the +token if .Fl m or .Fl t -are given, -.Nm -alters the URL of the request to include the parameters. -The size is always added. +are given. .Sh EXIT STATUS The .Nm @@ -91,6 +92,6 @@ utility was written by .An Omar Polo Aq Mt op@omarpolo.com . .Sh CAVEATS .Nm -doesn't do any TOFU +doesn't perform TOFU .Pq Trust On First Use or any X.509 certificate validation beyond the name verification.