diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
commit | 45d93d3fb4f26de6e3c95bb9fd0fd2e4955356d9 (patch) | |
tree | ce7e86cedb7cce377477634a06422782dddb83fd /bin/cp | |
parent | 8c807d6c9d94f750e87fa7bdce3aaa3266c17347 (diff) |
- consistent STANDARDS blurb
- note which options are extensions to POSIX
discussed w/ deraadt otto millert
Diffstat (limited to 'bin/cp')
-rw-r--r-- | bin/cp/cp.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 66702981e63..cddba93588d 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cp.1,v 1.26 2007/04/06 06:50:00 tedu Exp $ +.\" $OpenBSD: cp.1,v 1.27 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -222,6 +222,12 @@ directory: .Xr fts 3 , .Xr symlink 7 .Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp Historic versions of the .Nm utility had a @@ -230,12 +236,6 @@ option. This implementation supports that option; however, its use is strongly discouraged, as it does not correctly copy special files, symbolic links or FIFOs. -.Pp -The -.Nm -utility is expected to be -.St -p1003.2 -compatible. .Sh HISTORY A .Nm |