manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 06:07:26 +0000 (22:07 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 06:07:26 +0000 (22:07 -0800)
SCCS-vsn: usr.bin/uucp/uusend/uusend.1 4.1

usr/src/usr.bin/uucp/uusend/uusend.1 [new file with mode: 0644]

diff --git a/usr/src/usr.bin/uucp/uusend/uusend.1 b/usr/src/usr.bin/uucp/uusend/uusend.1
new file mode 100644 (file)
index 0000000..e64edfb
--- /dev/null
@@ -0,0 +1,58 @@
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)uusend.1    4.1 (Berkeley) %G%
+.\"
+.TH UUSEND 1C 6/1/80
+.UC 4
+.SH NAME
+uusend \- send a file to a remote host
+.SH SYNOPSIS
+.B uusend
+[
+.B \-m
+mode
+]
+sourcefile
+sys1!sys2!..!remotefile
+.SH DESCRIPTION
+.I Uusend
+sends a file to a given location on a remote system.
+The system need not be directly connected to the local
+system, but a chain of
+.I uucp(1)
+links needs to connect the two systems.
+.PP
+If the
+.B \-m
+option is specified, the mode of the file on the remote
+end will be taken from the octal number given.
+Otherwise, the mode of the input file will be used.
+.PP
+The sourcefile
+can be ``\-'',
+meaning to use the standard input.
+Both of these options are primarily intended for internal use of uusend.
+.PP
+The remotefile can include the ~userid syntax.
+.SH DIAGNOSTICS
+If anything goes wrong any further away than the first system down
+the line, you will never hear about it.
+.SH SEE\ ALSO
+uux(1), uucp(1), uuencode(1)
+.SH AUTHOR
+Mark Horton
+.SH BUGS
+This command shouldn't exist, since
+.I uucp
+should handle it.
+.PP
+All systems along the line must have the
+.I uusend
+command available and allow remote execution of it.
+.PP
+Some uucp systems have a bug where binary files cannot be the
+input to a uux command.
+If this bug exists in any system along the line,
+the file will show up severly munged.