diff --git a/Makefile b/Makefile index a640f50..a74824f 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,7 @@ MAN1 = \ truncate.1 \ unshare.1 \ uptime.1 \ + vtallow.1 \ watch.1 \ who.1 diff --git a/vtallow.1 b/vtallow.1 new file mode 100644 index 0000000..9e96077 --- /dev/null +++ b/vtallow.1 @@ -0,0 +1,22 @@ +.Dd December 5, 2014 +.Dt VTALLOW 1 ubase\-VERSION +.Os +.Sh NAME +.Nm vtallow +.Nd enable or disable the VT switch +.Sh SYNOPSIS +.Nm vtallow +.Ar n | Ar y +.Sh DESCRIPTION +.Nm +controls the VT switch lock. +.Pp +.Sh OPTIONS +.Bl -tag -width Ds +.It Ar n +Disable VT switching. +.It Ar y +Enable VT switching. +.El +.Sh SEE ALSO +.Xr chvt 1 diff --git a/vtallow.c b/vtallow.c index 03d67a5..28edea3 100644 --- a/vtallow.c +++ b/vtallow.c @@ -18,7 +18,7 @@ static void usage(void) { - eprintf("usage: vtallow n|y\n"); + eprintf("usage: vtallow n | y\n"); } int