]> gitweb.factorcode.org Git - factor.git/commitdiff
link seeking docs to the seek descriptors
authorDoug Coleman <erg@jobim.local>
Thu, 7 May 2009 18:01:42 +0000 (13:01 -0500)
committerDoug Coleman <erg@jobim.local>
Thu, 7 May 2009 18:01:42 +0000 (13:01 -0500)
core/io/io-docs.factor

index 3469a8106477d0614eaa67dad4f6146ccb9d7aa8..97b143e989e7b6fdcf4bbdbd8d2445f6c872ed45 100644 (file)
@@ -117,6 +117,7 @@ HELP: seek-relative
 }
 { $description "Seeks to an offset from the current position of the stream pointer." } ;
 
+{ seek-absolute seek-relative seek-end } related-words
 
 HELP: seek-input
 { $values
@@ -343,6 +344,10 @@ $nl
 { $subsection bl }
 "Seeking on the default output stream:"
 { $subsection seek-output }
+"Seeking descriptors:"
+{ $subsection seek-absolute }
+{ $subsection seek-relative }
+{ $subsection seek-end }
 "A pair of combinators for rebinding the " { $link output-stream } " variable:"
 { $subsection with-output-stream }
 { $subsection with-output-stream* }