aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2024-04-01 17:28:53 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2024-04-01 17:29:31 +0000
commitaaa1806f68ef3102a9b888a03360f166b88618c8 (patch)
treee1bebe43eb14d3bcec2c7ff0c1b68e10f22ead22 /bin
parent63613e3ba1e188e9fece43e1613bd697f04b345e (diff)
downloadsrc-aaa1806f68ef3102a9b888a03360f166b88618c8.tar.gz
src-aaa1806f68ef3102a9b888a03360f166b88618c8.zip
cp: Correct the list of non-portable flags.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D44576
Diffstat (limited to 'bin')
-rw-r--r--bin/cp/cp.18
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 66d4ab04f5d3..d37776dda4d3 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 14, 2023
+.Dd March 28, 2024
.Dt CP 1
.Os
.Sh NAME
@@ -309,12 +309,14 @@ differ as they copy special files as normal
files while recreating a hierarchy.
.Pp
The
+.Fl a ,
.Fl l ,
+.Fl N ,
+.Fl n ,
.Fl s ,
.Fl v ,
-.Fl x
and
-.Fl n
+.Fl x
options are non-standard and their use in scripts is not recommended.
.Sh SEE ALSO
.Xr mv 1 ,