summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-01-12 19:30:54 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-01-12 19:30:54 +0000
commit4328638c8cfbc2e91ed94dba78af375f8b68fc18 (patch)
tree2603c4a9a55a1efea236229d6900a12818957dce
parenta10a31d3e6877d3ec7285d42c2ace398c8b6a382 (diff)
sync comment with reality, -f won't be documented.
as discussed with jmc@, otto@ and millert@ ok otto@ millert@
-rw-r--r--bin/chmod/chmod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index 4e568381c81..dcfab32e685 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chmod.c,v 1.25 2009/10/27 23:59:20 deraadt Exp $ */
+/* $OpenBSD: chmod.c,v 1.26 2010/01/12 19:30:53 jasper Exp $ */
/* $NetBSD: chmod.c,v 1.12 1995/03/21 09:02:09 cgd Exp $ */
/*
@@ -97,7 +97,7 @@ main(int argc, char *argv[])
case 'R':
Rflag = 1;
break;
- case 'f': /* XXX: undocumented. */
+ case 'f': /* no longer documented. */
fflag = 1;
break;
case 'h':