From 57a0d77d5311a355e56e16a186a5cc964c5df4bf Mon Sep 17 00:00:00 2001 From: Tai Chi Minh Ralph Eastwood Date: Mon, 9 Feb 2015 21:11:06 +0000 Subject: [PATCH 2/8] cp.1: symlink dereferencing flags --- cp.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cp.1 b/cp.1 index 070ec47..9434d18 100644 --- a/cp.1 +++ b/cp.1 @@ -34,6 +34,12 @@ and .Fl r . .It Fl f If an existing destination file cannot be opened, remove it and try again. +.It Fl H +Only dereference symbolic links that are passed as command line arguments when +recursively traversing directories. +.It Fl L +Always dereference symbolic links while recursively traversing directories +(default). .It Fl P Don't dereference symbolic links. .It Fl p -- 2.3.0