From d1fd5500571d097f8c6d9991960eff076b9fb5a0 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 2 Aug 2019 17:57:41 +0000 Subject: [PATCH] Fix documentation in comment (Christoph Biedl) --- src/file_opts.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/file_opts.h b/src/file_opts.h index 02611ccb..2b7d5347 100644 --- a/src/file_opts.h +++ b/src/file_opts.h @@ -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. -- 2.40.0