summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-22 15:11:43 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-22 15:11:43 +0000
commitb2c11b29520efa5dddf43462ca6b9d8ae873b3c3 (patch)
tree322957413aa33f365174406468b34f8e1e29852f
parentd897807d42226426b606100570b5a43a0d57c74f (diff)
Manual page for axgetput. This fixes the build which broke because
ax25/axgetput/Makefile.am was referencing the non-existing man page.
-rw-r--r--ax25/axgetput/axgetput.132
1 files changed, 32 insertions, 0 deletions
diff --git a/ax25/axgetput/axgetput.1 b/ax25/axgetput/axgetput.1
new file mode 100644
index 0000000..2b67d59
--- /dev/null
+++ b/ax25/axgetput/axgetput.1
@@ -0,0 +1,32 @@
+.TH AXGETPUT 1 "21 January 2007" Linux "Linux Programmer's Manual"
+.SH NAME
+axgetput \- upload files via AX.25 Linux account
+.SH SYNOPSIS
+.B axgetput
+[-b \fIblocksize\fR] [-i] [-v] [-h] [?] \fIfilename\fR
+.br
+.B axgetput
+[-b \fIblocksize\fR] [-i] -s [-v] [-h] [?] [\fIfilename\fR]
+.LP
+.SH DESCRIPTION
+.TP
+\fB-b blocksize\fR
+Set the blocksize (frame length) of transmitted data. Defaults to 256 bytes
+which matches typical AX.25 network confurations best.
+.TP
+\fB-i\fR
+Compute CRC checksum only.
+.TP
+\fB.B -s\fR
+Indicates input from a stream. This option is available only if STDIN is a
+pipe. The filename argument may be omitted if -s is given.
+.TP
+\fB\-v\fR
+print version and exit.
+.TP
+\fB-h, ?\fR
+print usage and exit.
+.LP
+.SH AUTHOR
+Thomas Osterried DL9SAU <thomas@x-berg.in-berlin.de>
+Ralf Baechle DL5RB <ralf@linux-mips.org>