stupid boo boos
[unix-history] / usr / src / share / man / man3 / intro.3c
CommitLineData
d92dcdc8
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
08857d1f 5.\" @(#)intro.3c 6.1 (Berkeley) %G%
d92dcdc8 6.\"
08857d1f 7.TH INTRO 3C ""
d92dcdc8
KM
8.UC 5
9.SH NAME
10intro \- introduction to compatibility library functions
11.SH DESCRIPTION
12These functions constitute the compatibility library portion
13of
14.IR libc .
15They are automatically loaded as needed by the C compiler
16.IR cc (1).
17The link editor searches this library under the \*(lq\-lc\*(rq option.
18Use of these routines should, for the most part, be avoided.
19Manual entries for the functions in this library describe
20the proper routine to use.
21.SH "LIST OF FUNCTIONS"
22.sp 2
23.nf
24.ta \w'vtimes'u+2n +\w'vtimes.3c'u+10n
25\fIName\fP \fIAppears on Page\fP \fIDescription\fP
26.ta \w'vtimes'u+4n +\w'vtimes.3c'u+4n
27.sp 5p
28alarm alarm.3c schedule signal after specified time
29ftime time.3c get date and time
30getpw getpw.3c get name from uid
31gtty stty.3c set and get terminal state (defunct)
32nice nice.3c set program priority
33pause pause.3c stop until signal
34rand rand.3c random number generator
35signal signal.3c simplified software signal facilities
36srand rand.3c random number generator
37stty stty.3c set and get terminal state (defunct)
38time time.3c get date and time
39times times.3c get process times
40utime utime.3c set file times
41vlimit vlimit.3c control maximum system resource consumption
42vtimes vtimes.3c get information about resource utilization
43.fi