Clive, 2nd ed. User's manual. Section 2
SYNOPSYS

import "clive/cmd/child"

func List(pid int) []int

DESCRIPTION

Report the set of pids for a command and all its descendants

FUNCTIONS

func List(pid int) []int
    return the list of descendants for the given pid, including pid.

User's manual, 2nd ed. Section 2