Module Name: src
Committed By: wiz
Date: Fri Jun 26 09:25:39 UTC 2009
Modified Files:
src/usr.sbin/wake: wake.8
Log Message:
Fix Dd argument, remove superfluous quotes, add author name.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/wake/wake.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/wake/wake.8
diff -u src/usr.sbin/wake/wake.8:1.1 src/usr.sbin/wake/wake.8:1.2
--- src/usr.sbin/wake/wake.8:1.1 Thu Jun 25 18:41:22 2009
+++ src/usr.sbin/wake/wake.8 Fri Jun 26 09:25:39 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: wake.8,v 1.1 2009/06/25 18:41:22 mbalmer Exp $
+.\" $NetBSD: wake.8,v 1.2 2009/06/26 09:25:39 wiz Exp $
.\"
.\" Copyright (c) 2009 Marc Balmer <[email protected]>
.\"
@@ -14,12 +14,12 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd February 2 2009
+.Dd February 2, 2009
.Dt WAKE 8
.Os
.Sh NAME
.Nm wake
-.Nd "send Wake on LAN frames to hosts on a local Ethernet network"
+.Nd send Wake on LAN frames to hosts on a local Ethernet network
.Sh SYNOPSIS
.Nm
.Ar interface
@@ -57,4 +57,5 @@
.Sh AUTHORS
.Nm
was written by
+.An Marc Balmer
.Aq [email protected] .