patched wrong manpage

This commit is contained in:
Nikola Pajkovsky 2010-01-04 13:55:59 +00:00
parent 26c92c1955
commit 6dcc2facdd
2 changed files with 14 additions and 19 deletions

View File

@ -1,18 +1,10 @@
diff -up less-436/less.man.manpage less-436/less.man
--- less-436/less.man.manpage 2009-07-08 00:27:22.000000000 +0200
+++ less-436/less.man 2009-12-09 17:48:54.571351651 +0100
@@ -1164,10 +1164,10 @@ LESS(1)
attribute is assumed. The remainder of LESSBINFMT is a string which
may include one printf-style escape sequence (a % followed by x, X, o,
d, etc.). For example, if LESSBINFMT is "*u[%x]", binary characters
- are displayed in underlined hexadecimal surrounded by brackets. The
- default if no LESSBINFMT is specified is "*s<%X>". The default if no
- LESSBINFMT is specified is "*s<%02X>". Warning: the result of expand-
- ing the character via LESSBINFMT must be less than 31 characters.
+ are displayed in underlined hexadecimal surrounded by brackets. The
+ default if no LESSBINFMT is specified is "*s<%02X>". Warning: the
+ result of expanding the character via LESSBINFMT must be less than 31
+ characters.
When the character set is utf-8, the LESSUTFBINFMT environment variable
acts similarly to LESSBINFMT but it applies to Unicode code points that
--- less-436/less.nro.manpage 2009-07-08 00:27:21.000000000 +0200
+++ less-436/less.nro 2010-01-04 14:45:16.979806602 +0100
@@ -1290,7 +1290,6 @@ The remainder of LESSBINFMT is a string
printf-style escape sequence (a % followed by x, X, o, d, etc.).
For example, if LESSBINFMT is "*u[%x]", binary characters
are displayed in underlined hexadecimal surrounded by brackets.
-The default if no LESSBINFMT is specified is "*s<%X>".
The default if no LESSBINFMT is specified is "*s<%02X>".
Warning: the result of expanding the character via LESSBINFMT must
be less than 31 characters.

View File

@ -1,7 +1,7 @@
Summary: A text file browser similar to more, but better
Name: less
Version: 436
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv3+
Group: Applications/Text
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
@ -65,6 +65,9 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d
rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jan 4 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 436-5
- patched wrong manpage. Resolves: #537746.
* Mon Dec 12 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 436-4
- #546613 - RFE: add *.jar *.nbm to lesspipe.sh