32V/usr/man/man0/toc2

.xx "intro" "introduction to system calls and error numbers"
.xx "access" "determine accessibility of file"
.xx "acct" "turn accounting on or off"
.xx "alarm" "schedule signal after specified time"
.xx "brk" "change core allocation"
.xx "chdir" "change default directory"
.xx "chmod" "change mode of file"
.xx "chown" "change owner and group of a file"
.xx "close" "close a file"
.xx "creat" "create a new file"
.xx "dup" "duplicate an open file descriptor"
.xx "exec" "execute a file"
.xx "exit" "terminate process"
.xx "fork" "spawn new process"
.xx "getpid" "get process identification"
.xx "getuid" "get user and group identity"
.xx "indir" "indirect system call"
.xx "ioctl" "control device"
.xx "kill" "send signal to a process"
.xx "link" "link to a file"
.xx "lseek" "move read/write pointer"
.xx "mknod" "make a directory or a special file"
.xx "mount" "mount or remove file system"
.xx "mpx" "create and manipulate multiplexed files"
.xx "nice" "set program priority"
.xx "open" "open for reading or writing"
.xx "pause" "stop until signal"
.xx "pipe" "create an interprocess channel"
.xx "profil" "execution time profile"
.xx "ptrace" "process trace"
.xx "read" "read from file"
.xx "setuid" "set user and group ID"
.xx "signal" "catch or ignore signals"
.xx "stat" "get file status"
.xx "stime" "set time"
.xx "stty" "set and retrieve terminal modes"
.xx "sync" "update super-block"
.xx "time" "get date and time"
.xx "times" "get process times"
.xx "umask" "set file creation mode mask"
.xx "unlink" "remove directory entry"
.xx "utime" "set file times"
.xx "wait" "wait for process to terminate"
.xx "write" "write on a file"