public inbox for kbd@lists.linux.dev
 help / color / mirror / Atom feed
* [kbd] [PATCH] openvt: Document the -f switch
@ 2008-06-22  8:38 Michael Schutte
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Schutte @ 2008-06-22  8:38 UTC (permalink / raw)
  To: kbd

-f forces a VT to be opened without checking whether it already is in
use.  The option works as intended, but is not documented anywhere
except for a message printed if a VT is found to be busy.

Signed-off-by: Michael Schutte <michi@uiae.at>
---
 man/man1/openvt.1 |    3 +++
 src/openvt.c      |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/man/man1/openvt.1 b/man/man1/openvt.1
index 610ad34..8a37094 100644
--- a/man/man1/openvt.1
+++ b/man/man1/openvt.1
@@ -21,6 +21,9 @@ specified then the environment variable $SHELL is used.
 Use the given VT number and not the first available. Note you
 must have write access to the supplied VT for this to work.
 .TP
+.I "\-f"
+Force opening a VT without checking whether it is already in use.
+.TP
 .I "\-e"
 Directly execute the given command, without forking.
 This option is meant for use in
diff --git a/src/openvt.c b/src/openvt.c
index 5e4443b..0ae4d54 100644
--- a/src/openvt.c
+++ b/src/openvt.c
@@ -336,7 +336,7 @@ got_vtno:
 void usage(int stat)
 {
    fprintf(stderr,
-     "Usage: openvt [-c vtnumber] [-l] [-u] [-s] [-v] [-w] -- command_line\n");
+     "Usage: openvt [-c vtnumber] [-f] [-l] [-u] [-s] [-v] [-w] -- command_line\n");
    exit (stat);
 }
 
-- 
1.5.5.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [kbd]  [PATCH] openvt: Document the -f switch
@ 2008-06-22 16:50 Alexey Gladkov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Gladkov @ 2008-06-22 16:50 UTC (permalink / raw)
  To: Linux console tools development discussion

Michael Schutte wrote:
> -f forces a VT to be opened without checking whether it already is in
> use.  The option works as intended, but is not documented anywhere
> except for a message printed if a VT is found to be busy.
> 
> Signed-off-by: Michael Schutte <michi@uiae.at>

Applied, thanks!

-- 
Rgrds, legion




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-22 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-22 16:50 [kbd] [PATCH] openvt: Document the -f switch Alexey Gladkov
  -- strict thread matches above, loose matches on Subject: below --
2008-06-22  8:38 Michael Schutte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox