summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2026-01-31 16:48:49 -0600
committerGitHub <noreply@github.com>2026-01-31 17:48:49 -0500
commit0796c9a3adc97e295625eba439340accf065a601 (patch)
tree5d8ca37085bdfe87a1da42d56b21f9596c251162
parent75d9c4c697eebc4485afbaa04544882ee301b687 (diff)
[DOC] Remove unneeded link (#16014)
-rw-r--r--io.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/io.c b/io.c
index 3b132c35dd..cf95db70df 100644
--- a/io.c
+++ b/io.c
@@ -14954,9 +14954,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
* ["ARGV", ["-"]]
* ["ARGF.read", "Open the pod bay doors, Hal.\n"]
*
- * When no character <tt>'-'</tt> is given, stream <tt>$stdin</tt> is ignored
- * (exception:
- * see {Specifying $stdin in ARGV}[rdoc-ref:ARGF@Specifying+stdin+in+ARGV]):
+ * When no character <tt>'-'</tt> is given, stream <tt>$stdin</tt> is ignored.
*
* - Command and output:
*