racket/collects/scribblings/reference/os.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

16 lines
395 B
Racket

#lang scribble/doc
@(require "mz.rkt")
@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["logging.scrbl"]
@include-section["time.scrbl"]
@include-section["runtime.scrbl"]
@include-section["cmdline.scrbl"]