Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include fix comment.
details: https://anonhg.NetBSD.org/src/rev/3e47d71da20a
branches: trunk
changeset: 507207:3e47d71da20a
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 16 21:02:42 2001 +0000
description:
fix comment.
diffstat:
include/glob.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5ad0c5f352eb -r 3e47d71da20a include/glob.h
--- a/include/glob.h Fri Mar 16 20:42:12 2001 +0000
+++ b/include/glob.h Fri Mar 16 21:02:42 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: glob.h,v 1.12 2001/03/16 20:13:58 christos Exp $ */
+/* $NetBSD: glob.h,v 1.13 2001/03/16 21:02:42 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -90,7 +90,7 @@
#define GLOB_BRACE 0x0080 /* Expand braces ala csh. */
#define GLOB_MAGCHAR 0x0100 /* Pattern had globbing characters. */
#define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */
-#define GLOB_LIMIT 0x0400 /* Limit number of matches to ARG_MAX */
+#define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */
#define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
#define GLOB_QUOTE 0 /* source compatibility */
Home |
Main Index |
Thread Index |
Old Index