Add clear(1), eject(1) and halt(8) man pages
This commit is contained in:
parent
990d900890
commit
a966a8da7e
5
clear.1
Executable file
5
clear.1
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
.Dd October 16, 2013
|
||||||
|
.Dt CLEAR 1 1
|
||||||
|
.Os Linux
|
||||||
|
.Sh NAME
|
||||||
|
.Nm clear - clear the screen
|
21
eject.1
Executable file
21
eject.1
Executable file
@ -0,0 +1,21 @@
|
|||||||
|
.Dd October 16, 2013
|
||||||
|
.Dt EJECT 1 1
|
||||||
|
.Os Linux
|
||||||
|
.Sh NAME
|
||||||
|
.Nm eject
|
||||||
|
.Nd eject removable media
|
||||||
|
.Sh SYNOPSIS
|
||||||
|
.Nm eject
|
||||||
|
.Op Fl t
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
eject allows the CD-ROM tray to be opened or closed under software
|
||||||
|
.br
|
||||||
|
control.
|
||||||
|
.Pp
|
||||||
|
If no arguments are given, the CD-ROM tray is opened.
|
||||||
|
.Pp
|
||||||
|
The options are as follows:
|
||||||
|
.Bl -tag -width Ds
|
||||||
|
.It Fl t
|
||||||
|
If supported, close the CD-ROM tray.
|
||||||
|
.El
|
19
halt.1
Executable file
19
halt.1
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
.Dd October 17, 2013
|
||||||
|
.Dt HALT 8 1
|
||||||
|
.Os Linux
|
||||||
|
.Sh NAME
|
||||||
|
.Nm halt
|
||||||
|
.Nd Halt, power-off or reboot the machine
|
||||||
|
.Sh SYNOPSIS
|
||||||
|
.Nm halt
|
||||||
|
.Op Fl pr
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
halt can be used to halt, power-off or reboot the machine.
|
||||||
|
.Pp
|
||||||
|
The options are as follows:
|
||||||
|
.Bl -tag -width Ds
|
||||||
|
.It Fl p
|
||||||
|
power-off the machine.
|
||||||
|
.It Fl r
|
||||||
|
reboot the machine.
|
||||||
|
.El
|
Loading…
Reference in New Issue
Block a user