Fix missing end tags in sgml documentation
This commit is contained in:
parent
bd5ae6077d
commit
03be2616b9
38
iputils-20121125-doc-tags.patch
Normal file
38
iputils-20121125-doc-tags.patch
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
From e1f83df4d69f8d6d168fff308f5744e65d060490 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jan Synacek <jsynacek@redhat.com>
|
||||||
|
Date: Tue, 27 Nov 2012 13:58:40 +0100
|
||||||
|
Subject: [PATCH] ping,tracepath doc: Fix missing end tags.
|
||||||
|
|
||||||
|
Signed-off-by: Jan Synacek <jsynacek@redhat.com>
|
||||||
|
---
|
||||||
|
doc/ping.sgml | 1 +
|
||||||
|
doc/tracepath.sgml | 1 +
|
||||||
|
2 files changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/doc/ping.sgml b/doc/ping.sgml
|
||||||
|
index f77276b..fb3c3ac 100644
|
||||||
|
--- a/doc/ping.sgml
|
||||||
|
+++ b/doc/ping.sgml
|
||||||
|
@@ -130,6 +130,7 @@ If value is zero, kernel allocates random flow label.
|
||||||
|
<listitem><para>
|
||||||
|
Show help.
|
||||||
|
</para></listitem>
|
||||||
|
+ </varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-i <replaceable/interval/</option></term>
|
||||||
|
<listitem><para>
|
||||||
|
diff --git a/doc/tracepath.sgml b/doc/tracepath.sgml
|
||||||
|
index 8da7cc0..19c3903 100644
|
||||||
|
--- a/doc/tracepath.sgml
|
||||||
|
+++ b/doc/tracepath.sgml
|
||||||
|
@@ -72,6 +72,7 @@ Sets the initial packet length to <replaceable/pktlen/ instead of
|
||||||
|
<listitem><para>
|
||||||
|
Sets the initial destination port to use.
|
||||||
|
</para></listitem>
|
||||||
|
+ </varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
|
--
|
||||||
|
1.7.11.7
|
||||||
|
|
@ -20,6 +20,7 @@ Patch3: iputils-ifenslave.patch
|
|||||||
Patch4: iputils-20121112-idn.patch
|
Patch4: iputils-20121112-idn.patch
|
||||||
Patch7: iputils-20121121-ifaddrs.patch
|
Patch7: iputils-20121121-ifaddrs.patch
|
||||||
Patch8: iputils-20121125-usage-before-caps.patch
|
Patch8: iputils-20121125-usage-before-caps.patch
|
||||||
|
Patch9: iputils-20121125-doc-tags.patch
|
||||||
|
|
||||||
BuildRequires: docbook-utils perl-SGMLSpm
|
BuildRequires: docbook-utils perl-SGMLSpm
|
||||||
BuildRequires: glibc-kernheaders >= 2.4-8.19
|
BuildRequires: glibc-kernheaders >= 2.4-8.19
|
||||||
@ -63,6 +64,7 @@ The iputils-sysvinit contains SysV initscritps support.
|
|||||||
%patch4 -p1 -b .idn
|
%patch4 -p1 -b .idn
|
||||||
%patch7 -p1 -b .ifaddrs
|
%patch7 -p1 -b .ifaddrs
|
||||||
%patch8 -p1 -b .usage-before-caps
|
%patch8 -p1 -b .usage-before-caps
|
||||||
|
%patch9 -p1 -b .doc-tags
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -151,6 +153,7 @@ mv -f RELNOTES.tmp RELNOTES
|
|||||||
- Call usage() before limiting capabilities
|
- Call usage() before limiting capabilities
|
||||||
- Correct ifaddrs patch
|
- Correct ifaddrs patch
|
||||||
- Drop corr_type patch (gcc 4.4 build hack)
|
- Drop corr_type patch (gcc 4.4 build hack)
|
||||||
|
- Fix missing end tags in sgml documentation
|
||||||
|
|
||||||
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121125-1
|
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121125-1
|
||||||
- Update to iputils-s20121125 (#879952)
|
- Update to iputils-s20121125 (#879952)
|
||||||
|
Loading…
Reference in New Issue
Block a user