aboutsummaryrefslogtreecommitdiffstats
path: root/ext/etc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/etc')
-rw-r--r--ext/etc/etc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/etc/etc.c b/ext/etc/etc.c
index 577ac9223c..64b6fefab7 100644
--- a/ext/etc/etc.c
+++ b/ext/etc/etc.c
@@ -782,7 +782,9 @@ etc_confstr(VALUE obj, VALUE arg)
* The return value is an integer or nil.
* nil means indefinite limit. (fpathconf() returns -1 but errno is not set.)
*
- * open("/") {|f| p f.pathconf(Etc::PC_NAME_MAX) } #=> 255
+ * IO.pipe {|r, w|
+ * p w.pathconf(Etc::PC_PIPE_BUF) #=> 4096
+ * }
*
*/
static VALUE