diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2009-02-02 21:34:57 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2009-02-02 21:34:57 +0000 |
commit | ab7bcb1477ebf9490b20da7d757ea29ff10840c7 (patch) | |
tree | b731ab36c8986cdc7c244559f2c9b7d039c9bb86 /usr.sbin | |
parent | 2e30da60b6d30d816238f83805e30704bb59a83a (diff) |
Refer to the filename, not manpage, when explaining where ethers entries are.
Diffstat (limited to 'usr.sbin')
-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 |