Fixed ether-wake(8) and mii-diag(8) man pages (#742629)

This commit is contained in:
Jiri Popelka 2011-10-03 11:15:30 +02:00
parent 0dfcd48958
commit 63250dce39
3 changed files with 9 additions and 6 deletions

View File

@ -26,7 +26,7 @@ This manual page documents the usage of the
command. command.
.PP .PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and .\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
.\" respectively. .\" respectively.
\fBether-wake\fP is a program that generates and transmits a Wake-On-LAN \fBether-wake\fP is a program that generates and transmits a Wake-On-LAN
(WOL) "Magic Packet", used for restarting machines that have been (WOL) "Magic Packet", used for restarting machines that have been
@ -77,5 +77,5 @@ dumped, traced or debugged.
If someone traces this program, they get control of a raw socket. If someone traces this program, they get control of a raw socket.
Linux handles this safely, but beware when porting this program. Linux handles this safely, but beware when porting this program.
.SH AUTHOR .SH AUTHOR
The etherwake program was written by Donald Becker at Scyld Computing The ether-wake program was written by Donald Becker at Scyld Computing
Corporation for use with the Scyld(\*(Tm) Beowulf System. Corporation for use with the Scyld(\*(Tm) Beowulf System.

View File

@ -3,7 +3,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" other parameters are allowed: see man(7), man(1)
.TH MII-DIAG 8 "September 9, 2003" "Scyld Beowulf\*(Tm" .TH MII-DIAG 8 "September 9, 2003" "Scyld Beowulf\[tm]"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.\" Some roff macros, for reference: .\" Some roff macros, for reference:
@ -110,8 +110,8 @@ Emit usage information.
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
Calling the command with just the interface name (which defaults to Calling the command with just the interface name
'eth0' if missing) produces extensive output describing the transceiver produces extensive output describing the transceiver
capabilities, configuration and current status. capabilities, configuration and current status.
.PP .PP

View File

@ -1,7 +1,7 @@
Summary: Basic networking tools Summary: Basic networking tools
Name: net-tools Name: net-tools
Version: 1.60 Version: 1.60
Release: 124%{?dist} Release: 125%{?dist}
License: GPL+ License: GPL+
Group: System Environment/Base Group: System Environment/Base
URL: http://net-tools.berlios.de/ URL: http://net-tools.berlios.de/
@ -345,6 +345,9 @@ fi
%attr(0644,root,root) %{_unitdir}/arp-ethers.service %attr(0644,root,root) %{_unitdir}/arp-ethers.service
%changelog %changelog
* Mon Oct 03 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-125
- Fixed ether-wake(8) and mii-diag(8) man pages (#742629)
* Mon Sep 19 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-124 * Mon Sep 19 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-124
- Improved arp-ethers.service unit file (#735617) - Improved arp-ethers.service unit file (#735617)