break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / bin / rcp / rcp.1
index c130d55..df8af61 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)rcp.1       6.14 (Berkeley) %G%
+.\"    @(#)rcp.1       8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt RCP 1
 .\"
 .Dd 
 .Dt RCP 1
 .Nd remote file copy
 .Sh SYNOPSIS
 .Nm rcp
 .Nd remote file copy
 .Sh SYNOPSIS
 .Nm rcp
-.Op Fl px
+.Op Fl p
 .Op Fl k Ar realm
 .Ar file1 file2
 .Nm rcp
 .Op Fl k Ar realm
 .Ar file1 file2
 .Nm rcp
-.Op Fl px
-.Op Fl r
+.Op Fl Kprx
 .Op Fl k Ar realm
 .Ar file ...
 .Ar directory
 .Op Fl k Ar realm
 .Ar file ...
 .Ar directory
@@ -33,11 +32,20 @@ form ``rname@rhost:path'', or a local file name (containing no `:' characters,
 or a `/' before any `:'s).
 .Pp
 .Bl -tag -width flag
 or a `/' before any `:'s).
 .Pp
 .Bl -tag -width flag
-.It Fl r
-If any of the source files are directories,
+.It Fl K
+The
+.Fl K
+option turns off all Kerberos authentication.
+.It Fl k
+The
+.Fl k
+option requests
 .Nm rcp
 .Nm rcp
-copies each subtree rooted at that name; in this case
-the destination must be a directory.
+to obtain tickets
+for the remote host in realm
+.Ar realm
+instead of the remote host's realm as determined by
+.Xr krb_realmofhost  3  .
 .It Fl p
 The
 .Fl p
 .It Fl p
 The
 .Fl p
@@ -52,27 +60,11 @@ are preserved if it already existed; otherwise the mode of the source file
 modified by the
 .Xr umask  2
 on the destination host is used.
 modified by the
 .Xr umask  2
 on the destination host is used.
-.It Fl k
-The
-.Fl k
-option requests
+.It Fl r
+If any of the source files are directories,
 .Nm rcp
 .Nm rcp
-to obtain tickets
-for the remote host in realm
-.Ar realm
-instead of the remote host's realm as determined by
-.Xr krb_realmofhost  3  .
-.It Fl x
-The
-.Fl x
-option turns on
-.Tn DES
-encryption for all data passed by
-.Nm rcp .
-This may impact response time and
-.Tn CPU
-utilization, but provides
-increased security.
+copies each subtree rooted at that name; in this case
+the destination must be a directory.
 .El
 .Pp
 If
 .El
 .Pp
 If