Page MenuHomeFreeBSD

D8118.id20925.diff
No OneTemporary

D8118.id20925.diff

Index: bin/chmod/chmod.c
===================================================================
--- bin/chmod/chmod.c
+++ bin/chmod/chmod.c
@@ -91,12 +91,11 @@
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;

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 16, 6:57 AM (4 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31585787
Default Alt Text
D8118.id20925.diff (779 B)

Event Timeline