diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-29 16:52:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-29 16:52:51 +0000 |
commit | 1de3307e373df431f2c4006045b01b6811de853c (patch) | |
tree | 38969938ab892aca857f5f16d0ae627b2fd151f6 /usr.sbin | |
parent | c6100f3ac61725527e87f99b62fd57aabe3641fb (diff) |
various improvements; help/ok mbalmer
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wake/wake.8 | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/usr.sbin/wake/wake.8 b/usr.sbin/wake/wake.8 index f43ea1d7f02..159025076b8 100644 --- a/usr.sbin/wake/wake.8 +++ b/usr.sbin/wake/wake.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wake.8,v 1.3 2009/01/29 13:47:17 mbalmer Exp $ +.\" $OpenBSD: wake.8,v 1.4 2009/01/29 16:52:50 jmc Exp $ .\" .\" Copyright (c) 2009 Marc Balmer <mbalmer@openbsd.org> .\" @@ -27,18 +27,30 @@ .Sh DESCRIPTION The .Nm -program is used to send a Wake on LAN frame over a local Ethernet network to -a host using either its link layer (hardware) address or an entry in -.Pa /etc/ethers . -This can be used to power on Wake on LAN capable machines from a remote system -without having physical access to them. +program is used to send a Wake on LAN (WoL) frame over a local +Ethernet network to a host using its link layer (hardware) address. +WoL functionality is generally enabled in a machine's BIOS +and can be used to power on machines from a remote system without +having physical access to them. +.Pp +.Ar interface +is the network interface of the local machine. +.Ar lladdr +is the link layer address of the remote machine +and can be specified as the actual hardware address +(six hexadecimal numbers separated by colons) +or a hostname entry in +.Xr ethers 5 . +Link layer addresses can be determined and set using +.Xr ifconfig 8 . .Sh FILES .Bl -tag -width "/etc/ethers" -compact .It /etc/ethers -Ethernet host name database +Ethernet host name database. .El .Sh SEE ALSO -.Xr ethers 5 +.Xr ethers 5 , +.Xr ifconfig 8 .Sh HISTORY The .Nm |