src/auth-pam.c: add full BSD license for copied functions
[vlock.git] / man / vlock-new.8
blobe6f7db8dd27c895a6a8bc01613cbe3b965cbb767
1 .TH VLOCK-NEW 8 "28 July 2007" "Linux" "Linux Programmer's Manual"
2 .SH NAME
3 vlock-new \- switch to a new console and lock the console display
4 .SH SYNOPSIS
5 .B vlock-new
6 .SH DESCRIPTION
7 \fBvlock-all\fR is part of vlock(1), the Virtual Console locking program for
8 Linux.  It allocates and switches to a new virtual console and runs
9 vlock-all(8) there.  After the vlock-all(8) exits it switches back to the
10 previously active console.
11 .SH "EXIT CODES"
12 \fBvlock-new\fR exits 111 after printing an error message if it has trouble
13 switching to the new console.  It exits 127 if it has trouble running
14 vlock-all(8).  If vlock-all(8) is killed by a signal it exits 128 plus the
15 number of the signal.  Otherwise its exit code is the that of vlock-all(8).
16 .SH "SEE ALSO"
17 .BR vlock (1),
18 .BR vlock-all (8),
19 .SH AUTHORS
20 Frank Benkstein <frank-vlock@benkstein.net>