diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-29 09:04:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-29 09:04:24 +0000 |
commit | f975826bd13b226e215ac3aa7cf93fb820189ecf (patch) | |
tree | a9caa682a9d21ab45d5a898d64f180d54380c018 /bin | |
parent | 36380f68d7c3b623608f2ff54c07614e501c401d (diff) |
same tweak as per ch* utils: for -H, remove brackets in description;
the information is pertinent, not an afterthought.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/cp/cp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index ffbb862c215..039d8285e5e 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cp.1,v 1.35 2013/01/18 21:48:43 jmc Exp $ +.\" $OpenBSD: cp.1,v 1.36 2014/01/29 09:04:23 jmc 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 18 2013 $ +.Dd $Mdocdate: January 29 2014 $ .Dt CP 1 .Os .Sh NAME @@ -87,7 +87,7 @@ options. If the .Fl R option is also specified, symbolic links on the command line are followed. -(Symbolic links encountered in the tree traversal are not followed.) +Symbolic links encountered in the tree traversal are not followed. .It Fl i Write a prompt to the standard error output before copying a file that would overwrite an existing file. |