Go to the previous, next section.
int vhangup(void);
Simulates a hang up on the current terminal.
On success zero is returned. On error -1 is returned and errno
is
set to EPERM
: the calling taks does not have superuser privileges.
Go to the previous, next section.