diff options
| author | 2009-02-02 21:34:56 +0000 | |
|---|---|---|
| committer | 2009-02-02 21:34:56 +0000 | |
| commit | 0fdeb89e29dd0b90876a83970c8f28d76e4f886f (patch) | |
| tree | 540c07f7a4199a7871fae9a080040006c46f67e3 | |
| parent | Clarify .Nd (diff) | |
| download | wireguard-openbsd-0fdeb89e29dd0b90876a83970c8f28d76e4f886f.tar.xz wireguard-openbsd-0fdeb89e29dd0b90876a83970c8f28d76e4f886f.zip | |
Refer to the filename, not manpage, when explaining where ethers entries are.
| -rw-r--r-- | usr.sbin/wake/wake.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wake/wake.8 b/usr.sbin/wake/wake.8 index 6b323bc7ae6..a3fd2f0a7c2 100644 --- a/usr.sbin/wake/wake.8 +++ b/usr.sbin/wake/wake.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wake.8,v 1.6 2009/02/02 21:32:15 mbalmer Exp $ +.\" $OpenBSD: wake.8,v 1.7 2009/02/02 21:34:56 mbalmer Exp $ .\" .\" Copyright (c) 2009 Marc Balmer <mbalmer@openbsd.org> .\" @@ -41,7 +41,7 @@ are the link layer addresses of the remote machines and can be specified as the actual hardware address (six hexadecimal numbers separated by colons) or a hostname entry in -.Xr ethers 5 . +.Pa /etc/ethers . Link layer addresses can be determined and set on .Ox machines using |
