|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
LOGWTMP(3) FreeBSD Library Functions Manual LOGWTMP(3)
NAME
logwtmp -- append a new record to the wtmp file
LIBRARY
System Utilities Library (libutil, -lutil)
SYNOPSIS
#include <sys/types.h>
#include <libutil.h>
void
logwtmp(const char *line, const char *name, const char *host);
DESCRIPTION
The function logwtmp() tries to append a new record to the wtmp(5) file,
using the provided arguments line, name, and host, and the current time.
If the length of the hostname string host is longer than what would fit
into the hostname field of the wtmp(5) file, it will first be attempted
to convert it into a numerical IP address using gethostbyname(3). Fail-
ing this, the hostname will be recorded as "invalid hostname".
The calling process must have permission to write to the wtmp(5) file.
RETURN VALUES
None.
SEE ALSO
gethostbyname(3), login(3), wtmp(5)
FreeBSD 6.2 December 29, 1996 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:11:44 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (5399 hits) (FreeBSD 6.2)
sqlite3 man page (5399 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4903 hits) (Solaris 10 11_06)
CPAN man page (4638 hits) (Suse Linux 10.1)
ssh man page (4358 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3024 hits) (Solaris 10 11_06)
netcat man page (2831 hits) (Suse Linux 10.1)
signal man page (2740 hits) (Suse Linux 10.1)
pprosetup man page (2531 hits) (Solaris 10 11_06)
startproc man page (2524 hits) (Suse Linux 10.1)
|