~ubuntu-branches/ubuntu/precise/etherwake/precise

« back to all changes in this revision

Viewing changes to debian/ether-wake.8

  • Committer: Bazaar Package Importer
  • Author(s): Alain Schroeder
  • Date: 2003-06-06 21:02:11 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030606210211-vo4nn8w6tzwsxhqj
Tags: 1.08-1
* New Upstream.
  * Beautified Help Texts.
  * Cleans (PF_INET,SOCK_PACKET) problems (Closes: #171051)
* Renamed ether-wake.8 to etherwake.8 (Closes: #185134)
* Revisioned the manpage (Closes: #179290)
* Cleaned my helptext from multiline strings, Thanks to Daniel Schepler
  <schepler@math.berkeley.edu> (Closes: #194909)
* Upped Standart Version to 3.5.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH ETHERWAKE 8 "February 24, 2002"
2
 
.SH NAME
3
 
etherwake \- A little tools to send magic WOL packages
4
 
.SH SYNOPSIS
5
 
.B etherwake
6
 
.RI [ options ] " MAC-Address"
7
 
.SH DESCRIPTION
8
 
This manual page documents briefly the
9
 
.B etherwake
10
 
commands.
11
 
.PP
12
 
\fBetherwake\fP is a program that generates and transmits Wake-On-LAN 
13
 
(WOL) "Magic Packet", used for restarting machines that have been
14
 
soft-powered-down (ACPI D3-warm state). It currently generates the standard
15
 
AMD Magic Packet format, with an optinonal password appended.
16
 
.SH OPTIONS
17
 
\fBetherwake\fP needs a single dash ('-') in front of the option.
18
 
A summary of options is included below.
19
 
.TP
20
 
.B \-u
21
 
A short help
22
 
.TP
23
 
.B \-h
24
 
A longer help. Like this manpage.
25
 
.TP
26
 
.B \-b
27
 
Send wake-up packet to the broadcast address.
28
 
.TP
29
 
.B \-D
30
 
Increase the Debug Level.
31
 
.TP
32
 
.B \-i ifname
33
 
Use interface ifname instead of the default "eth0".
34
 
.TP
35
 
.B \-p passwd
36
 
Append a four or six byte password to the packet. Only very few adapters
37
 
need or support this. The password may be also specified in ethernet hex
38
 
format (00:22:44:66:88:aa) or dotted decimal (192.168.1.1).
39
 
.SH SEE ALSO
40
 
.BR arp (8).
41
 
.br
42
 
.SH KNOWN BUGS
43
 
On some systems dropping root capability allows the process to be
44
 
dumped, traced or debugged.
45
 
If someone traces this program, they get control of a raw socket.
46
 
Linux handles this safely, but beware when porting this program.
47
 
.SH AUTHOR
48
 
ether-wake was written by Donald Becker <becker@scyld.com>.
49
 
This manual page was written by Alain Schroeder <alain@parkautomat.net>,
50
 
for the Debian GNU/Linux system (but may be used by others).
51
 
Most of this documentation was extracted of Donald's well documented 
52
 
source.