diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 13:03:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 13:03:01 +0000 |
commit | fa37968b43055a44587325acd7d958a96fc4e5a7 (patch) | |
tree | ec135b90e77a2243f58ddd4b4dd8ecae9c4629d7 | |
parent | c5a346409cd9de4aea42e0c08207479d7db400c6 (diff) |
- Prefer COMPATIBILITY section after SEE ALSO section.
- Insert a missing comma.
-rw-r--r-- | bin/cp/cp.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 6e9706a91fb..8882bce56c8 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cp.1,v 1.17 2000/11/09 17:51:54 aaron Exp $ +.\" $OpenBSD: cp.1,v 1.18 2000/11/10 13:03:00 aaron Exp $ .\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -172,7 +172,7 @@ flags (in conjunction with the flag) cause symbolic links to be followed as described above. The .Fl H , -.Fl L +.Fl L , and .Fl P options are ignored unless the @@ -205,6 +205,12 @@ Copy the directory and all of its contents (including any subdirectories) to the .Pa /tmp directory. +.Sh SEE ALSO +.Xr mv 1 , +.Xr rcp 1 , +.Xr umask 2 , +.Xr fts 3 , +.Xr symlink 7 .Sh COMPATIBILITY Historic versions of the .Nm @@ -215,12 +221,6 @@ This implementation supports that option; however, its use is strongly discouraged, as it does not correctly copy special files, symbolic links or .Tn FIFO Ns s. -.Sh SEE ALSO -.Xr mv 1 , -.Xr rcp 1 , -.Xr umask 2 , -.Xr fts 3 , -.Xr symlink 7 .Sh STANDARDS The .Nm |