few man page fixes

This commit is contained in:
Jiri Popelka 2012-11-06 12:58:25 +01:00
parent 95ca85a4b4
commit 60b33266f3
4 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ net-tools-1.60.tar.bz2
/net-tools-1.60.20120702git.tar.xz /net-tools-1.60.20120702git.tar.xz
/net-tools-1.60.20120917git.tar.xz /net-tools-1.60.20120917git.tar.xz
/net-tools-2.0.20121004git.tar.xz /net-tools-2.0.20121004git.tar.xz
/net-tools-2.0.20121106git.tar.xz

View File

@ -1,6 +1,6 @@
diff -up net-tools-2.0/man/en_US/arp.8.man net-tools-2.0/man/en_US/arp.8 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.man 2012-10-17 22:05:59.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 2012-11-06 12:54:21.538233131 +0100
@@ -63,6 +63,10 @@ arp \- manipulate the system ARP cache @@ -63,6 +63,10 @@ arp \- manipulate the system ARP cache
.B \-f .B \-f
.RI [ filename ] .RI [ filename ]
@ -12,7 +12,7 @@ diff -up net-tools-2.0/man/en_US/arp.8.man net-tools-2.0/man/en_US/arp.8
.SH DESCRIPTION .SH DESCRIPTION
.B Arp .B Arp
manipulates or displays the kernel's IPv4 network neighbour cache. It can add 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 .br
.I /etc/ethers .I /etc/ethers
.SH SEE ALSO .SH SEE ALSO

View File

@ -1,9 +1,9 @@
%global checkout 20121004git %global checkout 20121106git
Summary: Basic networking tools Summary: Basic networking tools
Name: net-tools Name: net-tools
Version: 2.0 Version: 2.0
Release: 0.1.%{checkout}%{?dist} Release: 0.2.%{checkout}%{?dist}
License: GPL+ License: GPL+
Group: System Environment/Base Group: System Environment/Base
URL: http://net-tools.sourceforge.net URL: http://net-tools.sourceforge.net
@ -168,6 +168,9 @@ install -m 644 %{SOURCE9} %{buildroot}%{_unitdir}
%attr(0644,root,root) %{_unitdir}/arp-ethers.service %attr(0644,root,root) %{_unitdir}/arp-ethers.service
%changelog %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 * Thu Oct 04 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.1.20121004git
- the git snapshot we ship is actually much more a - the git snapshot we ship is actually much more a
2.0 pre-release then 1.60 post-release 2.0 pre-release then 1.60 post-release

View File

@ -1 +1 @@
bf47e8d5a98ba4245cb87b7282fa636d net-tools-2.0.20121004git.tar.xz 65c8dd77f2cd6f928b248ee64bfcdfd6 net-tools-2.0.20121106git.tar.xz