summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-03-19 14:42:45 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-03-19 14:42:45 +0000
commitf784fd2a2008d9df9e39680a9d9c91555a5e5d8c (patch)
tree5c97054eb0897ce6d5685f9a1bb2a89d4ed10d37 /bin
parentbaa5f03e79fb18d59c76f76bb26d7f04c087615f (diff)
there is no need for rcp anymore
ok deraadt millert
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile4
-rw-r--r--bin/cp/cp.15
2 files changed, 4 insertions, 5 deletions
diff --git a/bin/Makefile b/bin/Makefile
index cf4e422f17e..5b37d77ce08 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.11 2014/03/12 05:04:42 tedu Exp $
+# $OpenBSD: Makefile,v 1.12 2014/03/19 14:42:44 tedu Exp $
SUBDIR= cat chio chmod cp csh date dd df domainname echo \
ed expr hostname kill ksh ln ls md5 mkdir mt \
- mv pax ps pwd rcp rm rmdir sleep stty \
+ mv pax ps pwd rm rmdir sleep stty \
sync systrace test
.include <bsd.subdir.mk>
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 039d8285e5e..8573d801ca5 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cp.1,v 1.36 2014/01/29 09:04:23 jmc Exp $
+.\" $OpenBSD: cp.1,v 1.37 2014/03/19 14:42:44 tedu Exp $
.\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: January 29 2014 $
+.Dd $Mdocdate: March 19 2014 $
.Dt CP 1
.Os
.Sh NAME
@@ -225,7 +225,6 @@ directory:
.Dl $ cp -R junk /tmp
.Sh SEE ALSO
.Xr mv 1 ,
-.Xr rcp 1 ,
.Xr umask 2 ,
.Xr fts 3 ,
.Xr symlink 7