From 9f9d6f6c31b56376e75ee007e3b4241897716424 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 14 Jan 2002 09:58:19 +0000 Subject: [PATCH] Comment fixes to bring us up to date with respect to POSIX 1003.1-2001. In particular, POSIX.2 is now obsolete. --- src/pathchk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pathchk.c b/src/pathchk.c index 9ba4da50ae..39b939bdb4 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -29,7 +29,7 @@ Options: -p, --portability Instead of performing length checks on the underlying filesystem, test the length of the - pathname and its components against the POSIX.1 + pathname and its components against the POSIX minimum limits for portability, _POSIX_NAME_MAX and _POSIX_PATH_MAX in 2.9.2. Also check that the pathname contains no character not in the -- 2.47.3