logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

deallocvt.1 (753B)


  1. .\" @(#)deallocvt.1 1.0 970317 aeb
  2. .TH DEALLOCVT 1 "17 Mar 1997" "kbd"
  3. .SH NAME
  4. deallocvt \- deallocate unused virtual consoles
  5. .SH SYNOPSIS
  6. .B deallocvt
  7. [\fI\,option\/\fR...]
  8. .RI [ N " ...]"
  9. .SH DESCRIPTION
  10. .LP
  11. The command
  12. .B deallocvt
  13. deallocates kernel memory and data structures
  14. for all unused virtual consoles.
  15. If one or more arguments
  16. .IR N " ..."
  17. are given, only the corresponding consoles
  18. .I /dev/ttyN
  19. are deallocated.
  20. A virtual console is unused if it is not the foreground console,
  21. and no process has it open for reading or writing, and no text
  22. has been selected on its screen.
  23. .SH OPTIONS
  24. .TP
  25. .I "\-V, \-\-version"
  26. print program version and exit.
  27. .TP
  28. .I "\-h, \-\-help"
  29. show this text and exit.
  30. .SH "SEE ALSO"
  31. .BR chvt (1),
  32. .BR openvt (1)