diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-25 09:49:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-25 09:49:03 +0000 |
commit | d608d209d0e5baa2f0afbbfc5c20bfccda013a6f (patch) | |
tree | 9338facddeafd0ede39bd0f52fc10f50263bc8d9 /bin/rcp | |
parent | fc4b955c4f48c4b2a4bc3955884e449b7f442c4b (diff) |
delete obsolete kerberos sections;
ok hin@
Diffstat (limited to 'bin/rcp')
-rw-r--r-- | bin/rcp/rcp.1 | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index 5ad0ec958ef..9df8b23637b 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcp.1,v 1.14 2003/06/02 23:32:09 millert Exp $ +.\" $OpenBSD: rcp.1,v 1.15 2003/07/25 09:49:02 jmc Exp $ .\" $NetBSD: rcp.1,v 1.6 1995/07/25 19:37:25 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -38,12 +38,10 @@ .Nd remote file copy .Sh SYNOPSIS .Nm rcp -.Op Fl Kpx -.Op Fl k Ar realm +.Op Fl px .Ar file1 file2 .Nm rcp -.Op Fl Kprx -.Op Fl k Ar realm +.Op Fl prx .Ar file ... .Ar directory .Sh DESCRIPTION @@ -69,16 +67,6 @@ characters). .Pp The options are as follows: .Bl -tag -width Ds -.It Fl K -Turns off all Kerberos authentication. -.It Fl k Ar realm -Requests -.Nm -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 Causes .Nm @@ -138,11 +126,6 @@ The .Nm utility appeared in .Bx 4.2 . -The version of -.Nm -described here -has been reimplemented with Kerberos in -.Bx 4.3 Reno . .Sh BUGS Doesn't detect all cases where the target of a copy might be a file in cases where only a directory should be legal. |