From f7bdf56d5770a74382f53a2f37a1e9db228953dc Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 3 Jan 2003 12:03:38 +0000 Subject: Describe WRDE_NOCMD in the same way that we describe the rest of the flags. --- include/wordexp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/wordexp.h b/include/wordexp.h index a6f0213..aee7caf 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -50,7 +50,7 @@ typedef struct { */ #define WRDE_APPEND 0x1 /* append to previously generated */ #define WRDE_DOOFS 0x2 /* we_offs member is valid */ -#define WRDE_NOCMD 0x4 +#define WRDE_NOCMD 0x4 /* disallow command substitution */ #define WRDE_REUSE 0x8 /* reuse wordexp_t */ #define WRDE_SHOWERR 0x10 /* don't redirect stderr to /dev/null */ #define WRDE_UNDEF 0x20 /* disallow undefined shell vars */ -- cgit v1.1