From a5bf7c676694ed400a3a1f9134259ea743dfe21a Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>
Date: Mon, 16 Feb 2015 16:31:11 +0000
Subject: [PATCH] Update the manpages of chgrp and chown for -h

---
 chgrp.1 | 2 ++
 chown.1 | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/chgrp.1 b/chgrp.1
index 9f7b82e..463aa3b 100644
--- a/chgrp.1
+++ b/chgrp.1
@@ -22,6 +22,8 @@ to the gid of the group named
 .Bl -tag -width Ds
 .It Fl R
 Change file group ownership recursively.
+.It Fl h
+Change group ownership of symbolic link rather than what it references.
 .It Fl H
 Only dereference symbolic links that are passed as command line arguments when
 recursively traversing directories.
diff --git a/chown.1 b/chown.1
index 1365c07..098823e 100644
--- a/chown.1
+++ b/chown.1
@@ -8,6 +8,7 @@
 .Nm
 .Op Fl Rr
 .Op Fl H
+.Op Fl h
 .Op Fl L
 .Op Fl P
 .Op Ar owner Op Ar :group
@@ -22,6 +23,8 @@ changes the user or group ownership for the given
 Equivalent to \-r.
 .It Fl r
 Change directory ownership recursively.
+.It Fl h
+Change ownership of symbolic link rather than what it references.
 .It Fl H
 Only dereference symbolic links that are passed as command line arguments when
 recursively traversing directories.
-- 
2.3.0

