X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/22fb157c9459f0d07eb46d09370c27d3e57a437c..df33ee5494fe4ac181807406cd8dcf6dba6f5275:/gorp.1 diff --git a/gorp.1 b/gorp.1 index 6f9000d..ac3d02a 100644 --- a/gorp.1 +++ b/gorp.1 @@ -41,12 +41,25 @@ which may be instead of .RB ` / ', so the output is suitable for use as a filename), +.B safe64 +(Base64 encoding, with +.RB ` - ' +instead of +.RB ` + ', +and +.RB ` _ ' +instead of +.RB ` / ', +as specified in RFC3548, as an attempt to achieve the same goal but +inconveniently using up all the good separator characters), +.B base32 +(Base32 encoding, as described in RFC2938), .B hex (plain hexadecimal encoding), or .B raw (raw binary output, not printable). .TP -.B "\-l, \-\-line=" length +.BI "\-l, \-\-line=" length Breaks textual output into lines of at most .I length characters, and does all encoding in a strictly conforming way. By @@ -59,4 +72,4 @@ value of 128. .SH BUGS None known. .SH AUTHOR -Mark Wooding +Mark Wooding