patched wrong manpage
This commit is contained in:
parent
26c92c1955
commit
6dcc2facdd
@ -1,18 +1,10 @@
|
|||||||
diff -up less-436/less.man.manpage less-436/less.man
|
--- less-436/less.nro.manpage 2009-07-08 00:27:21.000000000 +0200
|
||||||
--- less-436/less.man.manpage 2009-07-08 00:27:22.000000000 +0200
|
+++ less-436/less.nro 2010-01-04 14:45:16.979806602 +0100
|
||||||
+++ less-436/less.man 2009-12-09 17:48:54.571351651 +0100
|
@@ -1290,7 +1290,6 @@ The remainder of LESSBINFMT is a string
|
||||||
@@ -1164,10 +1164,10 @@ LESS(1)
|
printf-style escape sequence (a % followed by x, X, o, d, etc.).
|
||||||
attribute is assumed. The remainder of LESSBINFMT is a string which
|
For example, if LESSBINFMT is "*u[%x]", binary characters
|
||||||
may include one printf-style escape sequence (a % followed by x, X, o,
|
are displayed in underlined hexadecimal surrounded by brackets.
|
||||||
d, etc.). For example, if LESSBINFMT is "*u[%x]", binary characters
|
-The default if no LESSBINFMT is specified is "*s<%X>".
|
||||||
- are displayed in underlined hexadecimal surrounded by brackets. The
|
The default if no LESSBINFMT is specified is "*s<%02X>".
|
||||||
- default if no LESSBINFMT is specified is "*s<%X>". The default if no
|
Warning: the result of expanding the character via LESSBINFMT must
|
||||||
- LESSBINFMT is specified is "*s<%02X>". Warning: the result of expand-
|
be less than 31 characters.
|
||||||
- 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
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A text file browser similar to more, but better
|
Summary: A text file browser similar to more, but better
|
||||||
Name: less
|
Name: less
|
||||||
Version: 436
|
Version: 436
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 12 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 436-4
|
||||||
- #546613 - RFE: add *.jar *.nbm to lesspipe.sh
|
- #546613 - RFE: add *.jar *.nbm to lesspipe.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user