racket/collects/scribblings/reference/os.scrbl
Eli Barzilay 264af9a6d0 improved scribble syntax use
svn: r8720
2008-02-19 12:22:45 +00:00

15 lines
360 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"]
@include-section["cmdline.scrbl"]