racket/collects/scribblings/reference/os.scrbl
Matthew Flatt 39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00

14 lines
325 B
Racket

#lang scribble/doc
@require["mz.ss"]
@title[#:tag "os" #:style 'toc]{Operating System}
@local-table-of-contents[]
@include-section["paths.scrbl"]
@include-section["filesystem.scrbl"]
@include-section["networking.scrbl"]
@include-section["subprocess.scrbl"]
@include-section["time.scrbl"]
@include-section["runtime.scrbl"]