Add vtallow.1 - ubase - suckless linux base utils | |
git clone git://git.suckless.org/ubase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b0b8579eb3c4add4f02b88b2332bd92ba788d3bd | |
parent 4269d523e2c5cc65c89e5340a55febe72c3d3f49 | |
Author: sin <[email protected]> | |
Date: Fri, 5 Dec 2014 15:41:13 +0000 | |
Add vtallow.1 | |
Diffstat: | |
M Makefile | 1 + | |
A vtallow.1 | 22 ++++++++++++++++++++++ | |
M vtallow.c | 2 +- | |
3 files changed, 24 insertions(+), 1 deletion(-) | |
--- | |
diff --git 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 | |
@@ -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 | |
@@ -18,7 +18,7 @@ | |
static void | |
usage(void) | |
{ | |
- eprintf("usage: vtallow n|y\n"); | |
+ eprintf("usage: vtallow n | y\n"); | |
} | |
int |