Describe WRDE_NOCMD in the same way that we describe the rest of the flags.

This commit is contained in:
Tim J. Robbins 2003-01-03 12:03:38 +00:00
parent 69fd75d094
commit 7f872fe3d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108596

View File

@ -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 */