From 57ecdbe2c37f14af924fd4cbd643499fa1043973 Mon Sep 17 00:00:00 2001 From: "U-C4\\Administrator" Date: Tue, 20 Jan 2009 13:28:51 -0600 Subject: [PATCH] add limited streams to the handbook --- basis/help/handbook/handbook.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/help/handbook/handbook.factor b/basis/help/handbook/handbook.factor index c67a378796..a5c82cee93 100644 --- a/basis/help/handbook/handbook.factor +++ b/basis/help/handbook/handbook.factor @@ -181,6 +181,7 @@ ARTICLE: "io" "Input and output" { $subsection "io.streams.plain" } { $subsection "io.streams.string" } { $subsection "io.streams.byte-array" } +{ $subsection "io.streams.limited" } { $heading "Utilities" } { $subsection "stream-binary" } { $subsection "io.styles" }