Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15361 - main/trunk/man
Date: Tue, 16 Feb 2010 22:13:35
Message-Id: E1NhVfh-0004Mr-2N@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-02-16 22:13:32 +0000 (Tue, 16 Feb 2010)
3 New Revision: 15361
4
5 Modified:
6 main/trunk/man/make.conf.5
7 Log:
8 Fix type in CLEAN_DELAY docs.
9
10
11 Modified: main/trunk/man/make.conf.5
12 ===================================================================
13 --- main/trunk/man/make.conf.5 2010-02-15 20:53:57 UTC (rev 15360)
14 +++ main/trunk/man/make.conf.5 2010-02-16 22:13:32 UTC (rev 15361)
15 @@ -115,7 +115,8 @@
16 http://gcc.gnu.org/onlinedocs/gcc\-2.95.3/gcc_2.html
17 .TP
18 \fBCLEAN_DELAY\fR = \fIinteger\fR
19 -Determines how long the countdown delay will be after running `emerge clean`.
20 +Determines how long the countdown delay will be after running
21 +`emerge --unmerge`.
22 .br
23 Defaults to 5 seconds.
24 .TP