few man page fixes
This commit is contained in:
parent
95ca85a4b4
commit
60b33266f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ net-tools-1.60.tar.bz2
|
||||
/net-tools-1.60.20120702git.tar.xz
|
||||
/net-tools-1.60.20120917git.tar.xz
|
||||
/net-tools-2.0.20121004git.tar.xz
|
||||
/net-tools-2.0.20121106git.tar.xz
|
||||
|
@ -1,18 +1,18 @@
|
||||
diff -up net-tools-2.0/man/en_US/arp.8.man net-tools-2.0/man/en_US/arp.8
|
||||
--- net-tools-2.0/man/en_US/arp.8.man 2012-10-01 07:40:47.000000000 +0200
|
||||
+++ net-tools-2.0/man/en_US/arp.8 2012-10-04 11:30:07.668188620 +0200
|
||||
--- net-tools-2.0/man/en_US/arp.8.man 2012-10-17 22:05:59.000000000 +0200
|
||||
+++ net-tools-2.0/man/en_US/arp.8 2012-11-06 12:54:21.538233131 +0100
|
||||
@@ -63,6 +63,10 @@ arp \- manipulate the system ARP cache
|
||||
.B \-f
|
||||
.B \-f
|
||||
.RI [ filename ]
|
||||
|
||||
+.SH NOTE
|
||||
+.P
|
||||
+.P
|
||||
+This program is obsolete. For replacement check \fBip neigh\fR.
|
||||
+
|
||||
.SH DESCRIPTION
|
||||
.B Arp
|
||||
manipulates or displays the kernel's IPv4 network neighbour cache. It can add
|
||||
@@ -218,6 +222,6 @@ published proxy ARP entries and permanen
|
||||
@@ -219,6 +223,6 @@ published proxy ARP entries and permanen
|
||||
.br
|
||||
.I /etc/ethers
|
||||
.SH SEE ALSO
|
||||
|
@ -1,9 +1,9 @@
|
||||
%global checkout 20121004git
|
||||
%global checkout 20121106git
|
||||
|
||||
Summary: Basic networking tools
|
||||
Name: net-tools
|
||||
Version: 2.0
|
||||
Release: 0.1.%{checkout}%{?dist}
|
||||
Release: 0.2.%{checkout}%{?dist}
|
||||
License: GPL+
|
||||
Group: System Environment/Base
|
||||
URL: http://net-tools.sourceforge.net
|
||||
@ -168,6 +168,9 @@ install -m 644 %{SOURCE9} %{buildroot}%{_unitdir}
|
||||
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
||||
|
||||
%changelog
|
||||
* Tue Nov 06 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.2.20121106git
|
||||
- few man page fixes
|
||||
|
||||
* Thu Oct 04 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.1.20121004git
|
||||
- the git snapshot we ship is actually much more a
|
||||
2.0 pre-release then 1.60 post-release
|
||||
|
Loading…
Reference in New Issue
Block a user