| 1 |
diff -up man-1.6f/src/man.conf.in.posixxx man-1.6f/src/man.conf.in
|
| 2 |
--- man-1.6f/src/man.conf.in.posixxx 2007-08-21 06:15:21.000000000 +0200
|
| 3 |
+++ man-1.6f/src/man.conf.in 2008-09-01 17:06:48.000000000 +0200
|
| 4 |
@@ -119,7 +119,7 @@ COMPRESS_EXT @compress_ext@
|
| 5 |
# Default manual sections (and order) to search if -S is not specified
|
| 6 |
# and the MANSECT environment variable is not set.
|
| 7 |
#
|
| 8 |
-MANSECT @sections@
|
| 9 |
+MANSECT 1:1p:8:2:3:3p:4:5:6:7:9:0p:tcl:n:l:p:o
|
| 10 |
#
|
| 11 |
# Default options to use when man is invoked without options
|
| 12 |
# This is mainly for the benefit of those that think -a should be the default
|
| 13 |
@@ -130,7 +130,7 @@ MANSECT @sections@
|
| 14 |
# Decompress with given decompressor when input file has given extension
|
| 15 |
# The command given must act as a filter.
|
| 16 |
#
|
| 17 |
-.gz @gunzip@
|
| 18 |
+.gz /usr/bin/gunzip -c
|
| 19 |
.bz2 @bzip2@
|
| 20 |
.lzma @unlzma@
|
| 21 |
.z @pcat@
|