cp: Move the -N flag in the manual page.

This accidentally got left out of 0f4467ce44.

MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	kevans, allanjude
Differential Revision:	https://reviews.freebsd.org/D43067
This commit is contained in:
Dag-Erling Smørgrav 2023-12-14 21:02:06 +01:00
parent 3812c653b1
commit 53fc8e1902

View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd December 7, 2023
.Dd December 14, 2023
.Dt CP 1
.Os
.Sh NAME
@ -88,10 +88,6 @@ option is specified, symbolic links on the command line are followed.
If the
.Fl R
option is specified, all symbolic links are followed.
.It Fl N
When used with
.Fl p ,
suppress copying file flags.
.It Fl P
No symbolic links are followed.
This is the default if the
@ -159,6 +155,10 @@ or
options.)
.It Fl l
Create hard links to regular files in a hierarchy instead of copying.
.It Fl N
When used with
.Fl p ,
suppress copying file flags.
.It Fl n
Do not overwrite an existing file.
(The