diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/bitship.1 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
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. |
