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

eject.1 (327B)


  1. .Dd September 9, 2015
  2. .Dt EJECT 1
  3. .Os ubase
  4. .Sh NAME
  5. .Nm eject
  6. .Nd control device trays
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Fl t
  10. .Op Ar device ...
  11. .Sh DESCRIPTION
  12. .Nm
  13. opens the tray of each
  14. .Ar device .
  15. If no
  16. .Ar device
  17. is given
  18. .Nm
  19. opens the tray of
  20. .Pa /dev/sr0 .
  21. .Sh OPTIONS
  22. .Bl -tag -width Ds
  23. .It Fl t
  24. Close instead of open the tray.
  25. .El