From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QaXHs-0002ia-3c for garchives@archives.gentoo.org; Sat, 25 Jun 2011 18:08:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B39D01C1D5; Sat, 25 Jun 2011 18:08:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 81EBB1C1CF for ; Sat, 25 Jun 2011 18:08:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9CC22AC078 for ; Sat, 25 Jun 2011 18:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 789C480040 for ; Sat, 25 Jun 2011 18:08:26 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <9f6bfa783a4077b934ec46ca4f6a7ab167618a89.sping@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/catalyst.1.txt X-VCS-Directories: doc/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9f6bfa783a4077b934ec46ca4f6a7ab167618a89 Date: Sat, 25 Jun 2011 18:08:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7aa17631bcbf6b44f8501e92c80ddad7 commit: 9f6bfa783a4077b934ec46ca4f6a7ab167618a89 Author: Sebastian Pipping pipping org> AuthorDate: Sat Jun 25 15:44:54 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Jun 25 17:54:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3D9f6bfa78 Man page: Fix synopsis --- doc/catalyst.1.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/catalyst.1.txt b/doc/catalyst.1.txt index 67f4df6..ea65264 100644 --- a/doc/catalyst.1.txt +++ b/doc/catalyst.1.txt @@ -11,7 +11,7 @@ catalyst - The Gentoo Linux Release Engineering meta-to= ol =20 SYNOPSIS -------- -*catalyst* ['OPTIONS'] [*-f* 'FILE' | *-C* 'KEYS' | *-s* 'DATE'] ... +*catalyst* ['OPTIONS'] [*-f* 'FILE' | *-C* 'KEY'=3D'VALUE' ... | *-s* 'D= ATE'] =20 =20 DESCRIPTION @@ -33,7 +33,7 @@ OPTIONS This option is to be used to clear any autoresume points that have been = saved for this target. It is used in conjunction with *-f*, *-C*, or both. =20 -*--cli*|*-C* 'KEY'=3D'VALUE' ..:: +*--cli*|*-C* 'KEY'=3D'VALUE' ...:: This option is to be used in place of a specfile. All options are passed to *catalyst* on the commandline. Please note that this option must be the last option passed to *catalyst* for everything to work correctly= .