[so] [tema2] proces daemon
Lucian Adrian Grijincu
lucian.grijincu at gmail.com
Wed Apr 2 14:04:23 EEST 2008
2008/4/2 Octavian Purdila <tavi at cs.pub.ro>:
> man daemon
man 3 daemon
Un mic detaliu despre modul în care se reprezintă funcții/aplicații standard:
în un laborator trecut aveați de lucrat cu strcat(3) și gethostbyname(3).
Nu vi se cerea să apelați cu 3 ca argument, ci vi se indica secțiunea
din paginile man în care găsiți informații despre acel apel de
bibliotecă.
The table below shows the section numbers of the manual followed by the
types of pages they contain.
1 Executable programs or shell commands
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
4 Special files (usually found in /dev)
5 File formats and conventions eg /etc/passwd
6 Games
7 Miscellaneous (including macro packages and conven‐
tions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]
de ex. dacă se vorbește despre binarul /bin/stat se poate spune
stat(1) a cărui pagină de manual se găsește cu "man 1 stat" sau mai
scurt cu "man stat".
dacă se vorbește despre apelul de system
int stat(const char *path, struct stat *buf);
se spune stat(2) a cărui pagină de manual se găsește cu "man 2 stat".
HTH
--
Lucian
More information about the so
mailing list