diff options
Diffstat (limited to 'static/v10/man1/bitship.1')
| -rw-r--r-- | static/v10/man1/bitship.1 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/v10/man1/bitship.1 b/static/v10/man1/bitship.1 new file mode 100644 index 00000000..8afd9dcd --- /dev/null +++ b/static/v10/man1/bitship.1 @@ -0,0 +1,24 @@ +.TH BITSHIP 1 " " +.SH NAME +bitship \- convert file to or from visible representation +.SH SYNOPSIS +.B bitship +[ +.B \-a +| +\-b +] +.SH DESCRIPTION +.I Bitship \-a +pipes an arbitrary file into a visible ASCII-95 representation. +.I Bitship \-b +performs the inverse transformation. If you are sending a file to +someone for the first time, you should probably include a copy of +the source code. +.SH FILES +/usr/src/cmd/bitship.c +.SH DIAGNOSTICS +"Usage:..." in case of an error in the command line. +.SH BUGS +There is no error correction. Illegal characters in a "visible" file +produce garbage. |
