From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-703285-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 03B7A13877A for <garchives@archives.gentoo.org>; Sat, 14 Jun 2014 21:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 149EAE07EA; Sat, 14 Jun 2014 21:56:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 981F3E07EA for <gentoo-commits@lists.gentoo.org>; Sat, 14 Jun 2014 21:56:00 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6732A33FF00 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Jun 2014 21:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 303A4187AC for <gentoo-commits@lists.gentoo.org>; Sat, 14 Jun 2014 21:55:58 +0000 (UTC) From: "Alexander Berntsen" <bernalex@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Berntsen" <bernalex@gentoo.org> Message-ID: <1402782768.b96fb047b342d055ef2a254bbdc2960c8ad9cc6e.bernalex@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/emerge.1 X-VCS-Directories: man/ X-VCS-Committer: bernalex X-VCS-Committer-Name: Alexander Berntsen X-VCS-Revision: b96fb047b342d055ef2a254bbdc2960c8ad9cc6e X-VCS-Branch: master Date: Sat, 14 Jun 2014 21:55:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3746e4dd-24b5-446c-b820-2c7ba2790e3f X-Archives-Hash: 77debef1245ab1739e3fa15fa922126b commit: b96fb047b342d055ef2a254bbdc2960c8ad9cc6e Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org> AuthorDate: Sat Jun 14 21:52:48 2014 +0000 Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org> CommitDate: Sat Jun 14 21:52:48 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b96fb047 man/emerge.1: Make the --alert example more safe Signed-off-by: Alexander Berntsen <bernalex <AT> gentoo.org> Suggested-by: Steve J. Long <slong <AT> rathaus.eclipse.co.uk> --- man/emerge.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/emerge.1 b/man/emerge.1 index 1db41b0..e32bb43 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -306,7 +306,7 @@ finished calculating the graph. \fB--alert\fR may be 'y' or 'n'. 'true' and 'false' mean the same thing. Using \fB--alert\fR without an option is the same as using it with 'y'. -Try it with 'emerge -aAC gcc'. Remember to answer \fBno\fR! +Try it with 'emerge -aA portage'. If your terminal emulator is set up to make '\\a' into a window manager urgency hint, move your cursor to a different window to get the effect.