fix typo in the man page (#854574)
This commit is contained in:
parent
343199dc1e
commit
766db92235
39
lynx-2.8.7-man-typo.patch
Normal file
39
lynx-2.8.7-man-typo.patch
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
From 37ebbbb71163b0153cb10bfa0247f32ad20c31c3 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kamil Dudka <kdudka@redhat.com>
|
||||||
|
Date: Fri, 7 Sep 2012 13:48:12 +0200
|
||||||
|
Subject: [PATCH] rhbz#854574 - fix typo in the man page
|
||||||
|
|
||||||
|
---
|
||||||
|
lynx.hlp | 2 +-
|
||||||
|
lynx.man | 2 +-
|
||||||
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/lynx.hlp b/lynx.hlp
|
||||||
|
index 583155b..0207297 100644
|
||||||
|
--- a/lynx.hlp
|
||||||
|
+++ b/lynx.hlp
|
||||||
|
@@ -93,7 +93,7 @@
|
||||||
|
-base prepend a request URL comment and BASE tag to text/html outputs
|
||||||
|
for -source dumps.
|
||||||
|
|
||||||
|
- -bibp=URL
|
||||||
|
+ -bibhost=URL
|
||||||
|
specify a local bibp server (default http://bibhost/).
|
||||||
|
|
||||||
|
-blink forces high intensity background colors for color mode, if
|
||||||
|
diff --git a/lynx.man b/lynx.man
|
||||||
|
index 5f62bf5..415c83d 100644
|
||||||
|
--- a/lynx.man
|
||||||
|
+++ b/lynx.man
|
||||||
|
@@ -129,7 +129,7 @@ this switch.
|
||||||
|
prepend a request URL comment and BASE tag to text/html
|
||||||
|
outputs for \fB\-source\fR dumps.
|
||||||
|
.TP
|
||||||
|
-.B \-bibp\fR=\fIURL
|
||||||
|
+.B \-bibhost\fR=\fIURL
|
||||||
|
specify a local bibp server (default http://bibhost/).
|
||||||
|
.TP
|
||||||
|
.B \-blink
|
||||||
|
--
|
||||||
|
1.7.1
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A text-based Web browser
|
Summary: A text-based Web browser
|
||||||
Name: lynx
|
Name: lynx
|
||||||
Version: 2.8.7
|
Version: 2.8.7
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://lynx.isc.org/lynx%{version}/lynx%{version}.tar.bz2
|
Source: http://lynx.isc.org/lynx%{version}/lynx%{version}.tar.bz2
|
||||||
@ -36,6 +36,9 @@ Patch6: lynx-2.8.7-ipv6arg.patch
|
|||||||
# include read-only text fields on form submission (#679266)
|
# include read-only text fields on form submission (#679266)
|
||||||
Patch8: lynx-2.8.7-bz679266.patch
|
Patch8: lynx-2.8.7-bz679266.patch
|
||||||
|
|
||||||
|
# fix typo in the man page (#854574)
|
||||||
|
Patch9: lynx-2.8.7-man-typo.patch
|
||||||
|
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Provides: text-www-browser
|
Provides: text-www-browser
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -66,6 +69,7 @@ exits quickly and swiftly displays web pages.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
|
%patch9 -p1
|
||||||
|
|
||||||
perl -pi -e "s,^HELPFILE:.*,HELPFILE:file://localhost/usr/share/doc/lynx-%{version}/lynx_help/lynx_help_main.html,g" lynx.cfg
|
perl -pi -e "s,^HELPFILE:.*,HELPFILE:file://localhost/usr/share/doc/lynx-%{version}/lynx_help/lynx_help_main.html,g" lynx.cfg
|
||||||
perl -pi -e "s,^DEFAULT_INDEX_FILE:.*,DEFAULT_INDEX_FILE:http://www.google.com/,g" lynx.cfg
|
perl -pi -e "s,^DEFAULT_INDEX_FILE:.*,DEFAULT_INDEX_FILE:http://www.google.com/,g" lynx.cfg
|
||||||
@ -149,6 +153,9 @@ EOF
|
|||||||
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 07 2012 Kamil Dudka <kdudka@redhat.com> - 2.8.7-11
|
||||||
|
- fix typo in the man page (#854574)
|
||||||
|
|
||||||
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 2.8.7-10
|
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 2.8.7-10
|
||||||
- sync the upstream tarball with the current upstream version
|
- sync the upstream tarball with the current upstream version
|
||||||
- fix specfile issues reported by the fedora-review script
|
- fix specfile issues reported by the fedora-review script
|
||||||
|
Loading…
Reference in New Issue
Block a user