[hackers] [ubase] Add clear(1), eject(1) and halt(8) man pages || s-p-k

From: <git_AT_suckless.org>
Date: Thu, 17 Oct 2013 10:47:41 +0200

commit a966a8da7eda7ef6ba419fe1918cafb926f7cd59
Author: s-p-k <mr.dwts_AT_gmail.com>
Date: Thu Oct 17 01:24:03 2013 +0300

    Add clear(1), eject(1) and halt(8) man pages

diff --git a/clear.1 b/clear.1
new file mode 100755
index 0000000..d1ca88a
--- /dev/null
+++ b/clear.1
_AT_@ -0,0 +1,5 @@
+.Dd October 16, 2013
+.Dt CLEAR 1 1
+.Os Linux
+.Sh NAME
+.Nm clear - clear the screen
diff --git a/eject.1 b/eject.1
new file mode 100755
index 0000000..97aafb9
--- /dev/null
+++ b/eject.1
_AT_@ -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
diff --git a/halt.1 b/halt.1
new file mode 100755
index 0000000..7bf9a9f
--- /dev/null
+++ b/halt.1
_AT_@ -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
Received on Thu Oct 17 2013 - 10:47:41 CEST

This archive was generated by hypermail 2.3.0 : Thu Oct 17 2013 - 10:48:17 CEST