]> granicus.if.org Git - file/commitdiff
Fix documentation in comment (Christoph Biedl)
authorChristos Zoulas <christos@zoulas.com>
Fri, 2 Aug 2019 17:57:41 +0000 (17:57 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 2 Aug 2019 17:57:41 +0000 (17:57 +0000)
src/file_opts.h

index 02611ccb8a85e427d035872ffa3e9f814c9408d7..2b7d5347d5a8edab8f7c1071a4f07e2cd0a3f88b 100644 (file)
@@ -4,7 +4,10 @@
  * The first column specifies the short name, if any, or 0 if none.
  * The second column specifies the long name.
  * The third column specifies whether it takes a parameter.
- * The fourth column is the documentation.
+ * The fourth colums specifies whether is is marked as "default"
+ *      if POSIXLY_CORRECT is defined: 1,
+ *      if POSIXLY_CORRECT is not defined: 2.
+ * The fifth column is the documentation.
  *
  * N.B. The long options' order must correspond to the code in file.c,
  * and OPTSTRING must be kept up-to-date with the short options.