mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Fix wake(8) synopsis to make it clear that at least one lladdr is required
as an argument. Submitted by: Marc Balmer <marc@msys.ch> MFC after: 3 days
This commit is contained in:
parent
8ca7958478
commit
4d2280e883
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201024
@ -15,7 +15,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd June 27, 2009
|
||||
.Dd December 21, 2009
|
||||
.Dt WAKE 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -24,6 +24,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar interface
|
||||
.Ar lladdr
|
||||
.Op Ar lladdr ...
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -62,7 +62,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
|
||||
(void)fprintf(stderr, "usage: wake interface lladdr...\n");
|
||||
(void)fprintf(stderr, "usage: wake interface lladdr [lladdr ...]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user