diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-17 14:04:03 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-17 14:04:03 +0000 |
commit | 9299343274fb6dc3674d5017f6f3ec1516f8c2af (patch) | |
tree | 060f0e822b51c898c83826c302013115f87bc234 /bin/rcp/rcp.1 | |
parent | 067a7c674acdb0f198c9eb7ff75e17d1238238f6 (diff) |
consistency
Diffstat (limited to 'bin/rcp/rcp.1')
-rw-r--r-- | bin/rcp/rcp.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index 205ae859040..eae74e56a11 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcp.1,v 1.9 1999/07/21 01:27:27 deraadt Exp $ +.\" $OpenBSD: rcp.1,v 1.10 1999/08/17 14:04:01 aaron Exp $ .\" $NetBSD: rcp.1,v 1.6 1995/07/25 19:37:25 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -51,8 +51,9 @@ .Ar file ... .Ar directory .Sh DESCRIPTION +The .Nm -copies files between machines. Each +utility copies files between machines. Each .Ar file or .Ar directory @@ -60,16 +61,16 @@ argument is either a remote file name of the form .Dq rname@rhost:path , or a local file name (containing no -.Dq \&: +.Ql \&: characters, or a -.Dq / +.Ql / before any .Br -.Dq \&: +.Ql \&: characters). .Pp -Available options are as follows: +The options are as follows: .Bl -tag -width flag .It Fl K Turns off all Kerberos authentication. |