summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-18 06:49:15 +0000
committerJim Meyering <jim@meyering.net>2002-10-18 06:49:15 +0000
commit76cc19f6791cc74fafbdb40532928fc5586b8b79 (patch)
tree9dbf548c1640c918327d54068acfbe92fccdcdfd /src/system.h
parent9bcacfa9976a01c8d5c6a9679c01528417f83746 (diff)
downloadcoreutils-76cc19f6791cc74fafbdb40532928fc5586b8b79.tar.xz
(ST_BLKSIZE): Correct comment describing how to
reproduce HPUX-11 cat failure.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 594811720..d227ba447 100644
--- a/src/system.h
+++ b/src/system.h
@@ -255,7 +255,7 @@ typedef enum {false = 0, true = 1} bool;
# endif /* !_POSIX_SOURCE && BSIZE */
#else /* HAVE_STRUCT_STAT_ST_BLOCKS */
/* Some systems, like Sequents, return st_blksize of 0 on pipes.
- Also, when running `cat large-file | rsh hp-ux-system', cat would
+ Also, when running `rsh hpux11-system cat any-file', cat would
determine that the output stream had an st_blksize of 2147421096.
So here we arbitrarily limit the `optimal' block size to 4MB.
If anyone knows of a system for which the legitimate value for