⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
DragonFlyBSD
All Projects
DragonFlyBSD
Overview
Activity
Roadmap
Issues
Documents
Files
Repository
Download (799 Bytes)
Bug #2948
ยป patch-dfbsd-chmodc.txt
sevan
, 09/02/2016 10:45 AM
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index 8c0dc71..f070de8 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -79,12 +79,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;
(1-1/1)
Loading...