man.bsd.lv manual page server

Manual Page Search Parameters

LOGOUT(3) Library Functions Manual LOGOUT(3)

logoutremove an entry from the utmp file

library “libutil”

#include <sys/types.h>
#include <libutil.h>

int
logout(const char *line);

The function () searches the utmp(5) file for the slot described by line (usually a tty name). If such a slot could be found, it will be updated with a record where the and fields are empty, and the time stamp field is updated to the current time.

Logout() returns 1 if the slot described by line has been found and updated, 0 otherwise.

login(3), utmp(5), wtmp(5)

The calling interface of logout() is inconsistent with that of login(3).

December 29, 1996 DragonFly-5.6.1