home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.6 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.2 / man.2.node
Text File  |  1998-08-19  |  20KB  |  815 lines

  1.  
  2. Intro.2.html:
  3.     Title = Intro(2)
  4.     Version = 1.0
  5.     Name = Intro - introduction to system calls, error numbers, privileges, large file support, threads, and lightweight processes
  6.     IndexEntry = intro - introduction to system calls, error numbers, privileges, large file support, threads, and lightweight processes
  7.     SubName = intro - introduction to system calls, error numbers, privileges, large file support, threads, and lightweight processes
  8.     SubName = errno - variable set by system calls on error
  9.     SubName = errno.h - system error numbers and names
  10.  
  11. access.2.html:
  12.     Title = access(2)
  13.     Version = 1.0
  14.     Name = access - determine accessibility of a file
  15.  
  16. acct.2.html:
  17.     Title = acct(2)
  18.     Version = 1.0
  19.     Name = acct - enable or disable process accounting
  20.  
  21. acl.2.html:
  22.     Title = acl(2)
  23.     Version = 1.0
  24.     Name = acl - set a file's Access Control List (ACL)
  25.  
  26. aclipc.2.html:
  27.     Title = aclipc(2)
  28.     Version = 1.0
  29.     Name = aclipc - get or set an IPC object's ACL, return the number of ACL entries 
  30.  
  31. adjtime.2.html:
  32.     Title = adjtime(2)
  33.     Version = 1.0
  34.     Name = adjtime - correct the time to allow synchronization of the system clock
  35.  
  36. alarm.2.html:
  37.     Title = alarm(2)
  38.     Version = 1.0
  39.     Name = alarm - set process alarm clock
  40.  
  41. auditbuf.2.html:
  42.     Title = auditbuf(2)
  43.     Version = 1.0
  44.     Name = auditbuf - get or set the audit buffer attributes
  45.  
  46. auditctl.2.html:
  47.     Title = auditctl(2)
  48.     Version = 1.0
  49.     Name = auditctl - get or set the status of auditing
  50.  
  51. auditdmp.2.html:
  52.     Title = auditdmp(2)
  53.     Version = 1.0
  54.     Name = auditdmp - write audit record to audit buffer
  55.  
  56. auditevt.2.html:
  57.     Title = auditevt(2)
  58.     Version = 1.0
  59.     Name = auditevt - get or set auditable events
  60.  
  61. auditlog.2.html:
  62.     Title = auditlog(2)
  63.     Version = 1.0
  64.     Name = auditlog - get or set audit log file attributes
  65.  
  66. brk.2.html:
  67.     Title = brk(2)
  68.     Version = 1.0
  69.     Name = brk, sbrk - change data segment space allocation
  70.  
  71. cg_bind.2.html:
  72.     Title = cg_bind(2)
  73.     Version = 1.0
  74.     Name = cg_bind - set a target CPU-Group for a process or its children
  75.  
  76. cg_current.2.html:
  77.     Title = cg_current(2)
  78.     Version = 1.0
  79.     Name = cg_current - obtain identifier for the current CPU-Group 
  80.  
  81. cg_ids.2.html:
  82.     Title = cg_ids(2)
  83.     Version = 1.0
  84.     Name = cg_ids - return the CPU-Groups in the system
  85.  
  86. cg_info.2.html:
  87.     Title = cg_info(2)
  88.     Version = 1.0
  89.     Name = cg_info - get information about a CPU-Group
  90.  
  91. cg_memloc.2.html:
  92.     Title = cg_memloc(2)
  93.     Version = 1.0
  94.     Name = cg_memloc - determine physical location of memory pages
  95.  
  96. cg_processors.2.html:
  97.     Title = cg_processors(2)
  98.     Version = 1.0
  99.     Name = cg_processors - return the processors within a CPU-Group
  100.  
  101. chdir.2.html:
  102.     Title = chdir(2)
  103.     Version = 1.0
  104.     Name = chdir, fchdir - change working directory
  105.  
  106. chmod.2.html:
  107.     Title = chmod(2)
  108.     Version = 1.0
  109.     Name = chmod, fchmod - change mode of file
  110.  
  111. chown.2.html:
  112.     Title = chown(2)
  113.     Version = 1.0
  114.     Name = chown, lchown, fchown - change owner and group of a file
  115.  
  116. chroot.2.html:
  117.     Title = chroot(2)
  118.     Version = 1.0
  119.     Name = chroot - change root directory
  120.  
  121. close.2.html:
  122.     Title = close(2)
  123.     Version = 1.0
  124.     Name = close - close a file descriptor
  125.  
  126. creat.2.html:
  127.     Title = creat(2)
  128.     Version = 1.0
  129.     Name = creat, creat64 - create a new file or rewrite an existing one
  130.     SubName = creat64 - create a new ordinary file or rewrite an existing one (supports large files)
  131.  
  132. dup.2.html:
  133.     Title = dup(2)
  134.     Version = 1.0
  135.     Name = dup - duplicate an open file descriptor
  136.  
  137. exec.2.html:
  138.     Title = exec(2)
  139.     Version = 1.0
  140.     Name = exec: execl, execv, execle, execve, execlp, execvp - execute a file
  141.  
  142. exit.2.html:
  143.     Title = exit(2)
  144.     Version = 1.0
  145.     Name = exit, _exit - terminate process
  146.  
  147. fcntl.2.html:
  148.     Title = fcntl(2)
  149.     Version = 1.0
  150.     Name = fcntl - file control
  151.  
  152. filepriv.2.html:
  153.     Title = filepriv(2)
  154.     Version = 1.0
  155.     Name = filepriv - set, retrieve, or count the privileges associated with a file
  156.  
  157. fork.2.html:
  158.     Title = fork(2)
  159.     Version = 1.0
  160.     Name = fork, forkall, fork1 - create a new process
  161.  
  162. fpathconf.2.html:
  163.     Title = fpathconf(2)
  164.     Version = 1.0
  165.     Name = fpathconf, pathconf - get configurable pathname variables
  166.     SubName = fpathconf - get configurable pathname variables
  167.     SubName = pathconf - get configurable pathname variables
  168.  
  169. fsync.2.html:
  170.     Title = fsync(2)
  171.     Version = 1.0
  172.     Name = fsync - synchronize a file's in-memory state with that on the physical medium
  173.  
  174. getcontext.2.html:
  175.     Title = getcontext(2)
  176.     Version = 1.0
  177.     Name = getcontext, setcontext - get and set current user context
  178.  
  179. getdents.2.html:
  180.     Title = getdents(2)
  181.     Version = 1.0
  182.     Name = getdents - read directory entries and put in a file system independent format
  183.  
  184. getgroups.2.html:
  185.     Title = getgroups(2)
  186.     Version = 1.0
  187.     Name = getgroups, setgroups - get or set supplementary group access list IDs
  188.  
  189. getksym.2.html:
  190.     Title = getksym(2)
  191.     Version = 1.0
  192.     Name = getksym - get information for a global kernel symbol
  193.  
  194. getmsg.2.html:
  195.     Title = getmsg(2)
  196.     Version = 1.0
  197.     Name = getmsg, getpmsg - get next message off a stream
  198.     SubName = getmsg - get next message off a stream
  199.     SubName = getpmsg - get next message off a stream
  200.  
  201. getpid.2.html:
  202.     Title = getpid(2)
  203.     Version = 1.0
  204.     Name = getpid, getpgrp, getppid, getpgid - get process, process group, and parent process IDs
  205.  
  206. getrlimit.2.html:
  207.     Title = getrlimit(2)
  208.     Version = 1.0
  209.     Name = getrlimit, getrlimit64, setrlimit, setrlimit64 - control maximum system resource consumption
  210.     SubName = getrlimit - get maximum system resource consumption
  211.     SubName = setrlimit - set maximum system resource consumption
  212.     SubName = getrlimit64 - get maximum system resource consumption (supports large files)
  213.     SubName = setrlimit64 - set maximum system resource consumption (supports large files)
  214.     SubName = getrlimit - get maximum system resource consumption
  215.     SubName = getrlimit64 - get maximum system resource consumption (supports large files)
  216.     SubName = setrlimit - set maximum system resource consumption
  217.     SubName = setrlimit64 - set maximum system resource consumption (supports large files)
  218.  
  219. getsid.2.html:
  220.     Title = getsid(2)
  221.     Version = 1.0
  222.     Name = getsid - get session ID
  223.  
  224. gettimeofday.2.html:
  225.     Title = gettimeofday(2)
  226.     Version = 1.0
  227.     Name = gettimeofday, settimeofday - date and time functions
  228.     SubName = gettimeofday - get date and time
  229.     SubName = settimeofday - set date and time
  230.  
  231. getuid.2.html:
  232.     Title = getuid(2)
  233.     Version = 1.0
  234.     Name = getuid, geteuid, getgid, getegid - get real user, effective user, real group, and effective group IDs
  235.  
  236. ioctl.2.html:
  237.     Title = ioctl(2)
  238.     Version = 1.0
  239.     Name = ioctl - control device
  240.  
  241. keyctl.2.html:
  242.     Title = keyctl(2)
  243.     Version = 1.0
  244.     Name = keyctl - sets and retrieves user and processor limits
  245.  
  246. kill.2.html:
  247.     Title = kill(2)
  248.     Version = 1.0
  249.     Name = kill - send a signal to a process or a group of processes
  250.  
  251. link.2.html:
  252.     Title = link(2)
  253.     Version = 1.0
  254.     Name = link - link to a file
  255.  
  256. lseek.2.html:
  257.     Title = lseek(2)
  258.     Version = 1.0
  259.     Name = lseek, lseek64 - move read/write file pointer
  260.     SubName = lseek64 - move read/write file pointer (supports large files)
  261.  
  262. _lwp_cond_broadcast.2.html:
  263.     Title = _lwp_cond_broadcast(2)
  264.     Version = 1.0
  265.     Name = _lwp_cond_broadcast - broadcast a wake up to all LWPs waiting on a condition variable
  266.  
  267. _lwp_cond_signal.2.html:
  268.     Title = _lwp_cond_signal(2)
  269.     Version = 1.0
  270.     Name = _lwp_cond_signal - wake up a single LWP waiting on a condition variable
  271.  
  272. _lwp_cond_timedwait.2.html:
  273.     Title = _lwp_cond_timedwait(2)
  274.     Version = 1.0
  275.     Name = _lwp_cond_timedwait - wait on a condition variable for a limited time
  276.  
  277. _lwp_cond_wait.2.html:
  278.     Title = _lwp_cond_wait(2)
  279.     Version = 1.0
  280.     Name = _lwp_cond_wait - wait on a condition variable
  281.  
  282. _lwp_continue.2.html:
  283.     Title = _lwp_continue(2)
  284.     Version = 1.0
  285.     Name = _lwp_continue - continue LWP execution
  286.  
  287. _lwp_create.2.html:
  288.     Title = _lwp_create(2)
  289.     Version = 1.0
  290.     Name = _lwp_create - create a new LWP associated with the current process
  291.  
  292. _lwp_exit.2.html:
  293.     Title = _lwp_exit(2)
  294.     Version = 1.0
  295.     Name = _lwp_exit - terminate the calling LWP
  296.  
  297. _lwp_getprivate.2.html:
  298.     Title = _lwp_getprivate(2)
  299.     Version = 1.0
  300.     Name = _lwp_getprivate - get LWP-specific reference
  301.  
  302. _lwp_info.2.html:
  303.     Title = _lwp_info(2)
  304.     Version = 1.0
  305.     Name = _lwp_info - get time-accounting information of a single LWP
  306.  
  307. _lwp_kill.2.html:
  308.     Title = _lwp_kill(2)
  309.     Version = 1.0
  310.     Name = _lwp_kill - send a signal to a sibling lightweight process
  311.  
  312. _lwp_makecontext.2.html:
  313.     Title = _lwp_makecontext(2)
  314.     Version = 1.0
  315.     Name = _lwp_makecontext - make an LWP context
  316.  
  317. _lwp_mutex_lock.2.html:
  318.     Title = _lwp_mutex_lock(2)
  319.     Version = 1.0
  320.     Name = _lwp_mutex_lock - lock a mutex
  321.  
  322. _lwp_mutex_trylock.2.html:
  323.     Title = _lwp_mutex_trylock(2)
  324.     Version = 1.0
  325.     Name = _lwp_mutex_trylock - conditionally lock a mutex
  326.  
  327. _lwp_mutex_unlock.2.html:
  328.     Title = _lwp_mutex_unlock(2)
  329.     Version = 1.0
  330.     Name = _lwp_mutex_unlock - unlock a mutex
  331.  
  332. _lwp_self.2.html:
  333.     Title = _lwp_self(2)
  334.     Version = 1.0
  335.     Name = _lwp_self - get current LWP's identifier
  336.  
  337. _lwp_sema_init.2.html:
  338.     Title = _lwp_sema_init(2)
  339.     Version = 1.0
  340.     Name = _lwp_sema_init - initialize a semaphore
  341.  
  342. _lwp_sema_post.2.html:
  343.     Title = _lwp_sema_post(2)
  344.     Version = 1.0
  345.     Name = _lwp_sema_post - release a semaphore
  346.  
  347. _lwp_sema_trywait.2.html:
  348.     Title = _lwp_sema_trywait(2)
  349.     Version = 1.0
  350.     Name = _lwp_sema_trywait - conditionally acquire the semaphore
  351.  
  352. _lwp_sema_wait.2.html:
  353.     Title = _lwp_sema_wait(2)
  354.     Version = 1.0
  355.     Name = _lwp_sema_wait - acquire a semaphore
  356.  
  357. _lwp_setprivate.2.html:
  358.     Title = _lwp_setprivate(2)
  359.     Version = 1.0
  360.     Name = _lwp_setprivate - set LWP-specific reference
  361.  
  362. _lwp_suspend.2.html:
  363.     Title = _lwp_suspend(2)
  364.     Version = 1.0
  365.     Name = _lwp_suspend - suspend LWP execution
  366.  
  367. _lwp_wait.2.html:
  368.     Title = _lwp_wait(2)
  369.     Version = 1.0
  370.     Name = _lwp_wait - wait for termination of a sibling LWP
  371.  
  372. memcntl.2.html:
  373.     Title = memcntl(2)
  374.     Version = 1.0
  375.     Name = memcntl - memory management control
  376.  
  377. mincore.2.html:
  378.     Title = mincore(2)
  379.     Version = 1.0
  380.     Name = mincore - determine residency of memory pages
  381.  
  382. mkdir.2.html:
  383.     Title = mkdir(2)
  384.     Version = 1.0
  385.     Name = mkdir - make a directory
  386.  
  387. mknod.2.html:
  388.     Title = mknod(2)
  389.     Version = 1.0
  390.     Name = mknod - make a directory, or a special or ordinary file
  391.  
  392. mmap.2.html:
  393.     Title = mmap(2)
  394.     Version = 1.0
  395.     Name = mmap, mmap64 - map pages of memory
  396.     SubName = mmap - map pages of memory
  397.     SubName = mmap64 - map pages of memory (supports large files)
  398.  
  399. modload.2.html:
  400.     Title = modload(2)
  401.     Version = 1.0
  402.     Name = modload - load a loadable kernel module on demand
  403.  
  404. modpath.2.html:
  405.     Title = modpath(2)
  406.     Version = 1.0
  407.     Name = modpath - change loadable kernel modules search path
  408.  
  409. modstat.2.html:
  410.     Title = modstat(2)
  411.     Version = 1.0
  412.     Name = modstat - get information for loadable kernel modules
  413.  
  414. moduload.2.html:
  415.     Title = moduload(2)
  416.     Version = 1.0
  417.     Name = moduload - unload a loadable kernel module on demand
  418.  
  419. mount.2.html:
  420.     Title = mount(2)
  421.     Version = 1.0
  422.     Name = mount - mount a file system
  423.  
  424. mprotect.2.html:
  425.     Title = mprotect(2)
  426.     Version = 1.0
  427.     Name = mprotect - set protection of memory mapping
  428.  
  429. msgctl.2.html:
  430.     Title = msgctl(2)
  431.     Version = 1.0
  432.     Name = msgctl - message control operations
  433.  
  434. msgget.2.html:
  435.     Title = msgget(2)
  436.     Version = 1.0
  437.     Name = msgget - get message queue
  438.  
  439. msgop.2.html:
  440.     Title = msgop(2)
  441.     Version = 1.0
  442.     Name = msgop: msgsnd, msgrcv - message operations
  443.  
  444. munmap.2.html:
  445.     Title = munmap(2)
  446.     Version = 1.0
  447.     Name = munmap - unmap pages of memory
  448.  
  449. nice.2.html:
  450.     Title = nice(2)
  451.     Version = 1.0
  452.     Name = nice - change priority of a time-sharing process
  453.  
  454. open.2.html:
  455.     Title = open(2)
  456.     Version = 1.0
  457.     Name = open, open64 - open for reading or writing
  458.     SubName = open64 - open for reading or writing (supports large files)
  459.  
  460. pause.2.html:
  461.     Title = pause(2)
  462.     Version = 1.0
  463.     Name = pause - suspend process until signal
  464.  
  465. pipe.2.html:
  466.     Title = pipe(2)
  467.     Version = 1.0
  468.     Name = pipe - create an interprocess channel
  469.  
  470. plock.2.html:
  471.     Title = plock(2)
  472.     Version = 1.0
  473.     Name = plock - lock into memory or unlock process, text, or data
  474.  
  475. poll.2.html:
  476.     Title = poll(2)
  477.     Version = 1.0
  478.     Name = poll - input/output multiplexing
  479.  
  480. p_online.2.html:
  481.     Title = p_online(2)
  482.     Version = 1.0
  483.     Name = p_online - take a processor online or offline
  484.  
  485. pread.2.html:
  486.     Title = pread(2)
  487.     Version = 1.0
  488.     Name = pread, pread64 - atomic position and read
  489.     SubName = pread - atomic position and read
  490.     SubName = pread64 - atomic position and read (supports large files)
  491.  
  492. priocntl.2.html:
  493.     Title = priocntl(2)
  494.     Version = 1.0
  495.     Name = priocntl - process scheduler control
  496.  
  497. priocntllist.2.html:
  498.     Title = priocntllist(2)
  499.     Version = 1.0
  500.     Name = priocntllist - generalized process scheduler control for a set of LWPs
  501.  
  502. priocntlset.2.html:
  503.     Title = priocntlset(2)
  504.     Version = 1.0
  505.     Name = priocntlset - generalized process scheduler control
  506.  
  507. processor_bind.2.html:
  508.     Title = processor_bind(2)
  509.     Version = 1.0
  510.     Name = processor_bind - bind or unbind to a processor
  511.  
  512. processor_exbind.2.html:
  513.     Title = processor_exbind(2)
  514.     Version = 1.0
  515.     Name = processor_exbind - exclusively bind or unbind a processor
  516.  
  517. processor_info.2.html:
  518.     Title = processor_info(2)
  519.     Version = 1.0
  520.     Name = processor_info - get information about a processor
  521.  
  522. procpriv.2.html:
  523.     Title = procpriv(2)
  524.     Version = 1.0
  525.     Name = procpriv - add, retrieve, remove, count, or put privileges associated with the calling process
  526.  
  527. profil.2.html:
  528.     Title = profil(2)
  529.     Version = 1.0
  530.     Name = profil - execution time profile
  531.  
  532. ptrace.2.html:
  533.     Title = ptrace(2)
  534.     Version = 1.0
  535.     Name = ptrace - process trace
  536.  
  537. putmsg.2.html:
  538.     Title = putmsg(2)
  539.     Version = 1.0
  540.     Name = putmsg, putpmsg - send a message on a stream
  541.     SubName = putmsg - send a message on a stream
  542.     SubName = putpmsg - send a message on a stream
  543.  
  544. pwrite.2.html:
  545.     Title = pwrite(2)
  546.     Version = 1.0
  547.     Name = pwrite, pwrite64 - atomic position and write
  548.     SubName = pwrite - atomic position and write
  549.     SubName = pwrite64 - atomic position and write (supports large files)
  550.  
  551. read.2.html:
  552.     Title = read(2)
  553.     Version = 1.0
  554.     Name = read, readv - read from file
  555.     SubName = read - read from file
  556.     SubName = readv - read from file
  557.  
  558. readlink.2.html:
  559.     Title = readlink(2)
  560.     Version = 1.0
  561.     Name = readlink - read the value of a symbolic link
  562.  
  563. rename.2.html:
  564.     Title = rename(2)
  565.     Version = 1.0
  566.     Name = rename - change the name of a file
  567.  
  568. rmdir.2.html:
  569.     Title = rmdir(2)
  570.     Version = 1.0
  571.     Name = rmdir - remove a directory
  572.  
  573. secadvise.2.html:
  574.     Title = secadvise(2)
  575.     Version = 1.0
  576.     Name = secadvise - get kernel advisory access information
  577.  
  578. semctl.2.html:
  579.     Title = semctl(2)
  580.     Version = 1.0
  581.     Name = semctl - semaphore control operations
  582.  
  583. semget.2.html:
  584.     Title = semget(2)
  585.     Version = 1.0
  586.     Name = semget - get set of semaphores
  587.  
  588. semop.2.html:
  589.     Title = semop(2)
  590.     Version = 1.0
  591.     Name = semop - semaphore operations
  592.  
  593. setpgid.2.html:
  594.     Title = setpgid(2)
  595.     Version = 1.0
  596.     Name = setpgid - set process group ID
  597.  
  598. setpgrp.2.html:
  599.     Title = setpgrp(2)
  600.     Version = 1.0
  601.     Name = setpgrp - set process group ID
  602.  
  603. setsid.2.html:
  604.     Title = setsid(2)
  605.     Version = 1.0
  606.     Name = setsid - set session ID
  607.  
  608. setuid.2.html:
  609.     Title = setuid(2)
  610.     Version = 1.0
  611.     Name = setuid, setgid - set user and group IDs
  612.  
  613. shmctl.2.html:
  614.     Title = shmctl(2)
  615.     Version = 1.0
  616.     Name = shmctl - shared memory control operations
  617.  
  618. shmget.2.html:
  619.     Title = shmget(2)
  620.     Version = 1.0
  621.     Name = shmget - get shared memory segment identifier
  622.  
  623. shmop.2.html:
  624.     Title = shmop(2)
  625.     Version = 1.0
  626.     Name = shmop: shmat, shmdt - shared memory operations
  627.     SubName = shmat - attach shared memory segment
  628.     SubName = shmdt - detach shared memory segment
  629.  
  630. sigaction.2.html:
  631.     Title = sigaction(2)
  632.     Version = 1.0
  633.     Name = sigaction - detailed signal management
  634.  
  635. sigaltstack.2.html:
  636.     Title = sigaltstack(2)
  637.     Version = 1.0
  638.     Name = sigaltstack - set or get signal alternate stack context
  639.  
  640. signal.2.html:
  641.     Title = signal(2)
  642.     Version = 1.0
  643.     Name = signal, sigset, sighold, sigrelse, sigignore, sigpause - simplified signal management
  644.     SubName = sigset - modify signal dispositions
  645.     SubName = sighold - add signal to signal mass
  646.     SubName = sigrelse - remove signal from signal mass
  647.     SubName = sigignore - set signal disposition to SIG_IGN
  648.     SubName = sigpause - suspend process until signal is received
  649.  
  650. sigpending.2.html:
  651.     Title = sigpending(2)
  652.     Version = 1.0
  653.     Name = sigpending - examine signals that are blocked and pending
  654.  
  655. sigprocmask.2.html:
  656.     Title = sigprocmask(2)
  657.     Version = 1.0
  658.     Name = sigprocmask - change or examine signal mask
  659.  
  660. sigsend.2.html:
  661.     Title = sigsend(2)
  662.     Version = 1.0
  663.     Name = sigsend, sigsendset - send a signal to a process or a group of processes
  664.  
  665. sigsuspend.2.html:
  666.     Title = sigsuspend(2)
  667.     Version = 1.0
  668.     Name = sigsuspend - install a signal mask and suspend process until signal
  669.  
  670. sigwait.2.html:
  671.     Title = sigwait(2)
  672.     Version = 1.0
  673.     Name = sigwait - wait for a signal to be posted
  674.  
  675. stat.2.html:
  676.     Title = stat(2)
  677.     Version = 1.0
  678.     Name = stat, stat64, lstat, lstat64 fstat, fstat64 - get file status
  679.     SubName = stat - get file status
  680.     SubName = stat64 - get file status (supports large files)
  681.     SubName = lstat - get file or symbolic link status
  682.     SubName = lstat64 - get file or symbolic link status (supports large files)
  683.     SubName = fstat - get status of an open file
  684.     SubName = fstat64 - get status of an open file (supports large files)
  685.  
  686. statvfs.2.html:
  687.     Title = statvfs(2)
  688.     Version = 1.0
  689.     Name = statvfs, statvfs64, fstatvfs, fstatvfs64 - get file system information
  690.     SubName = statvfs - get information about mounted filesystems
  691.     SubName = statvfs64 - get information about mounted filesystems (supports large files)
  692.     SubName = fstatvfs - get file system information
  693.     SubName = fstatvfs64 - get file system information (supports large files)
  694.  
  695. stime.2.html:
  696.     Title = stime(2)
  697.     Version = 1.0
  698.     Name = stime - set time
  699.  
  700. swapctl.2.html:
  701.     Title = swapctl(2)
  702.     Version = 1.0
  703.     Name = swapctl - manage swap space
  704.  
  705. symlink.2.html:
  706.     Title = symlink(2)
  707.     Version = 1.0
  708.     Name = symlink - make a symbolic link to a file
  709.  
  710. sync.2.html:
  711.     Title = sync(2)
  712.     Version = 1.0
  713.     Name = sync - update super block
  714.  
  715. sysfs.2.html:
  716.     Title = sysfs(2)
  717.     Version = 1.0
  718.     Name = sysfs - get file system type information
  719.  
  720. sysi86.2.html:
  721.     Title = sysi86(2)
  722.     Version = 1.0
  723.     Name = sysi86 - machine-specific functions
  724.  
  725. sysinfo.2.html:
  726.     Title = sysinfo(2)
  727.     Version = 1.0
  728.     Name = sysinfo - get and set system information strings
  729.  
  730. time.2.html:
  731.     Title = time(2)
  732.     Version = 1.0
  733.     Name = time - get time
  734.  
  735. times.2.html:
  736.     Title = times(2)
  737.     Version = 1.0
  738.     Name = times - get process and child process times
  739.  
  740. truncate.2.html:
  741.     Title = truncate(2)
  742.     Version = 1.0
  743.     Name = truncate, truncate64, ftruncate, ftruncate64 - set a file to a specified length
  744.     SubName = truncate - set a file to a specified length
  745.     SubName = truncate64 - set a file to a specified length (supports large files)
  746.     SubName = ftruncate - set an open file to a specified length
  747.     SubName = ftruncate64 - set an open file to a specified length (supports large files)
  748.  
  749. uadmin.2.html:
  750.     Title = uadmin(2)
  751.     Version = 1.0
  752.     Name = uadmin - administrative control
  753.  
  754. ulimit.2.html:
  755.     Title = ulimit(2)
  756.     Version = 1.0
  757.     Name = ulimit - get and set user limits
  758.  
  759. umask.2.html:
  760.     Title = umask(2)
  761.     Version = 1.0
  762.     Name = umask - set and get file creation mask
  763.  
  764. umount.2.html:
  765.     Title = umount(2)
  766.     Version = 1.0
  767.     Name = umount - unmount a file system
  768.  
  769. uname.2.html:
  770.     Title = uname(2)
  771.     Version = 1.0
  772.     Name = uname - get name of current UNIX system
  773.  
  774. unlink.2.html:
  775.     Title = unlink(2)
  776.     Version = 1.0
  777.     Name = unlink - remove directory entry
  778.  
  779. ustat.2.html:
  780.     Title = ustat(2)
  781.     Version = 1.0
  782.     Name = ustat - get file system statistics
  783.  
  784. utime.2.html:
  785.     Title = utime(2)
  786.     Version = 1.0
  787.     Name = utime - set file access and modification times
  788.  
  789. vfork.2.html:
  790.     Title = vfork(2)
  791.     Version = 1.0
  792.     Name = vfork - spawn new process in a virtual memory efficient way
  793.  
  794. wait.2.html:
  795.     Title = wait(2)
  796.     Version = 1.0
  797.     Name = wait - wait for child process to stop or terminate
  798.  
  799. waitid.2.html:
  800.     Title = waitid(2)
  801.     Version = 1.0
  802.     Name = waitid - wait for child process to change state
  803.  
  804. waitpid.2.html:
  805.     Title = waitpid(2)
  806.     Version = 1.0
  807.     Name = waitpid - wait for child process to change state
  808.  
  809. write.2.html:
  810.     Title = write(2)
  811.     Version = 1.0
  812.     Name = write, writev - write on a file
  813.     SubName = write - write on a file
  814.     SubName = writev - set of writes on a file
  815.