Subject: Re: library man pages
To: None <perry@piermont.com>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: tech-userlevel
Date: 01/10/1998 11:14:49
quick example from Digital UNIX (not necessarily 'right', but another
system, and one which documents the libraries that things are in):
getpwent(3) getpwent(3)
NAME
endpwent, fgetpwent, getpwent, getpwnam, getpwuid, putpwent, setpwent,
setpwfile, endpwent_r, fgetpwent_r, getpwent_r, getpwnam_r, getpwuid_r,
setpwent_r - Access user attribute information in the user database
LIBRARY
Standard C Library (libc.so, libc.a)
SYNOPSIS
#include <pwd.h>
void endpwent(void);
[ ... ]
"It's a thought."
cgd