racket/pkgs/racket-doc/scribblings/reference/os.scrbl
Matthew Flatt 2d4f3e2ac9 remove the "racket-pkgs" directory layer
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00

17 lines
429 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["envvars.scrbl"]
@include-section["runtime.scrbl"]
@include-section["cmdline.scrbl"]