| 1 |
diff -up man-1.6f/man/en/man.man.up12346 man-1.6f/man/en/man.man
|
| 2 |
--- man-1.6f/man/en/man.man.up12346 2007-12-22 12:38:57.000000000 +0100
|
| 3 |
+++ man-1.6f/man/en/man.man 2008-09-01 17:27:43.000000000 +0200
|
| 4 |
@@ -101,7 +101,7 @@ Distributions customize the manual secti
|
| 5 |
Specify the configuration file to use; the default is
|
| 6 |
.BR @man_config_file@ .
|
| 7 |
(See
|
| 8 |
-.BR man.conf (5).)
|
| 9 |
+.BR man.config (5).)
|
| 10 |
.TP
|
| 11 |
.B \-\^M " path"
|
| 12 |
Specify the list of directories to search for man pages.
|
| 13 |
@@ -247,7 +247,7 @@ can be specified in
|
| 14 |
No cat pages are saved when the required cat directory does not exist.
|
| 15 |
No cat pages are saved when they are formatted for a line length
|
| 16 |
different from 80.
|
| 17 |
-No cat pages are saved when man.conf contains the line NOCACHE.
|
| 18 |
+No cat pages are saved when man.config contains the line NOCACHE.
|
| 19 |
.PP
|
| 20 |
It is possible to make
|
| 21 |
.B man
|
| 22 |
@@ -521,4 +521,4 @@ Zeyd M. Ben-Halim released man 1.2, and
|
| 23 |
versions 1.3 thru 1.5p.
|
| 24 |
Federico Lucifredi <flucifredi@acm.org> is the current maintainer.
|
| 25 |
.SH "SEE ALSO"
|
| 26 |
-apropos(1), whatis(1), less(1), groff(1), man.conf(5).
|
| 27 |
+apropos(1), whatis(1), less(1), groff(1), man.config(5).
|
| 28 |
diff -up man-1.6f/man/en/makewhatis.man.up12346 man-1.6f/man/en/makewhatis.man
|
| 29 |
--- man-1.6f/man/en/makewhatis.man.up12346 2006-07-19 06:28:47.000000000 +0200
|
| 30 |
+++ man-1.6f/man/en/makewhatis.man 2008-09-01 17:27:43.000000000 +0200
|
| 31 |
@@ -49,7 +49,7 @@ is assumed by default.
|
| 32 |
.SH OPTIONS
|
| 33 |
.TP
|
| 34 |
.B -u
|
| 35 |
-Update database with new pages.
|
| 36 |
+Update database with new pages (file's status was last changed 24 hours ago)
|
| 37 |
.TP
|
| 38 |
.B -v
|
| 39 |
Verbose output
|
| 40 |
diff -up man-1.6f/man/en/man.conf.man.up12346 man-1.6f/man/en/man.conf.man
|
| 41 |
--- man-1.6f/man/en/man.conf.man.up12346 2005-09-19 08:30:42.000000000 +0200
|
| 42 |
+++ man-1.6f/man/en/man.conf.man 2008-09-01 17:27:43.000000000 +0200
|
| 43 |
@@ -1,7 +1,7 @@
|
| 44 |
.\" @(#)man.conf
|
| 45 |
-.TH MAN.CONF 5 "September 19, 2005"
|
| 46 |
+.TH MAN.CONFIG 5 "September 19, 2005"
|
| 47 |
.SH NAME
|
| 48 |
-man.conf \- configuration data for man
|
| 49 |
+man.config \- configuration data for man
|
| 50 |
.SH DESCRIPTION
|
| 51 |
.LP
|
| 52 |
This file is read by
|
| 53 |
@@ -12,7 +12,7 @@ and (c) a list with uncompressors for fi
|
| 54 |
An alternative version of this file can be specified with
|
| 55 |
.LP
|
| 56 |
.RS
|
| 57 |
-man -C private_man.conf ...
|
| 58 |
+man -C private_man.config ...
|
| 59 |
.RE
|
| 60 |
.LP
|
| 61 |
The command names may be provided with options.
|