Author: sevan (doc committer)
Date: Sun Oct  2 14:27:18 2016
New Revision: 306582
URL: https://svnweb.freebsd.org/changeset/base/306582

Log:
  "POSIX doesn't specify -h." - r1.27 from NetBSD
  
http://man.openbsd.org/?query=chmod&apropos=0&sec=0&arch=default&manpath=POSIX-2013
  
  PR:           212337
  Approved by:  bcr (mentor)
  Obtained from:        NetBSD
  MFC after:    5 days
  Differential Revision:        https://reviews.freebsd.org/D8118

Modified:
  head/bin/chmod/chmod.c

Modified: head/bin/chmod/chmod.c
==============================================================================
--- head/bin/chmod/chmod.c      Sun Oct  2 14:22:09 2016        (r306581)
+++ head/bin/chmod/chmod.c      Sun Oct  2 14:27:18 2016        (r306582)
@@ -91,12 +91,11 @@ main(int argc, char *argv[])
                        break;
                case 'h':
                        /*
-                        * In System V (and probably POSIX.2) the -h option
-                        * causes chmod to change the mode of the symbolic
-                        * link.  4.4BSD's symbolic links didn't have modes,
-                        * so it was an undocumented noop.  In FreeBSD 3.0,
-                        * lchmod(2) is introduced and this option does real
-                        * work.
+                        * In System V the -h option causes chmod to change
+                        * the mode of the symbolic link. 4.4BSD's symbolic
+                        * links didn't have modes, so it was an undocumented
+                        * noop.  In FreeBSD 3.0, lchmod(2) is introduced and
+                        * this option does real work.
                         */
                        hflag = 1;
                        break;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to