diff options
| author | Jim Meyering <jim@meyering.net> | 2002-01-14 09:58:19 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2002-01-14 09:58:19 +0000 |
| commit | 9f9d6f6c31b56376e75ee007e3b4241897716424 (patch) | |
| tree | 2bd19f3e66e34874fd22327ccc2635ea8df01fbd /src/pathchk.c | |
| parent | Comment fixes to bring us up to date with respect to POSIX 1003.1-2001. (diff) | |
| download | coreutils-9f9d6f6c31b56376e75ee007e3b4241897716424.tar.gz coreutils-9f9d6f6c31b56376e75ee007e3b4241897716424.zip | |
Comment fixes to bring us up to date with respect to POSIX 1003.1-2001.
In particular, POSIX.2 is now obsolete.
Diffstat (limited to 'src/pathchk.c')
| -rw-r--r-- | src/pathchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathchk.c b/src/pathchk.c index 9ba4da50a..39b939bdb 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 |
