X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fproc-cmdline.c;h=895e21570b5eaacbf8250ddb68f81fcb03f5019c;hp=d0146cae6053784bcb098a8a38cedfd9e9112ba0;hb=c2f717512f40c277ef97b9ee2d2c83d9a963680a;hpb=8d57307c9c00a5d699020ab6634a4b10b3c3e87c diff --git a/src/basic/proc-cmdline.c b/src/basic/proc-cmdline.c index d0146cae6..895e21570 100644 --- a/src/basic/proc-cmdline.c +++ b/src/basic/proc-cmdline.c @@ -148,7 +148,7 @@ int proc_cmdline_get_key(const char *key, unsigned flags, char **value) { * a) The "value" parameter is used. In this case a parameter beginning with the "key" string followed by "=" * is searched, and the value following this is returned in "value". * - * b) as above, but the PROC_CMDLINE_VALUE_OPTIONAL flag is set. In this case if the the key is found as a + * b) as above, but the PROC_CMDLINE_VALUE_OPTIONAL flag is set. In this case if the key is found as a * separate word (i.e. not followed by "=" but instead by whitespace or the end of the command line), then * this is also accepted, and "value" is returned as NULL. *