Do not indent global variables.
[netbsd-mini2440.git] / usr.sbin / wake / wake.8
blob62b06fe59606b113a2daa4329f2b0f15fd62626e
1 .\" $NetBSD: wake.8,v 1.2 2009/06/26 09:25:39 wiz Exp $
2 .\"
3 .\" Copyright (c) 2009 Marc Balmer <marc@msys.ch>
4 .\"
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
8 .\"
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 .\"
17 .Dd February 2, 2009
18 .Dt WAKE 8
19 .Os
20 .Sh NAME
21 .Nm wake
22 .Nd send Wake on LAN frames to hosts on a local Ethernet network
23 .Sh SYNOPSIS
24 .Nm
25 .Ar interface
26 .Op Ar lladdr ...
27 .Sh DESCRIPTION
28 The
29 .Nm
30 program is used to send Wake on LAN (WoL) frames over a local
31 Ethernet network to one or more hosts using their link layer (hardware)
32 addresses.
33 WoL functionality is generally enabled in a machine's BIOS
34 and can be used to power on machines from a remote system without
35 having physical access to them.
36 .Pp
37 .Ar interface
38 is the network interface of the local machine.
39 .Ar lladdr
40 is the link layer address of the remote machine.
41 This can be specified as the actual hardware address
42 (six hexadecimal numbers separated by colons)
43 or as a hostname entry in
44 .Pa /etc/ethers .
45 .Nm
46 accepts multiple
47 .Ar lladdr
48 addresses.
49 Link layer addresses can be determined and set using
50 .Xr ifconfig 8 .
51 .Sh FILES
52 .Bl -tag -width "/etc/ethers" -compact
53 .It /etc/ethers
54 Ethernet host name database.
55 .El
56 .Sh SEE ALSO
57 .Xr ethers 5 ,
58 .Xr ifconfig 8
59 .Sh AUTHORS
60 .Nm
61 was written by
62 .An Marc Balmer
63 .Aq marc@msys.ch .