From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 40AAB1381F3 for ; Sat, 6 Apr 2013 11:21:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00680E0D8A; Sat, 6 Apr 2013 11:21:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 824E9E0D8A for ; Sat, 6 Apr 2013 11:21:22 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B40F33DDAB for ; Sat, 6 Apr 2013 11:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 127AFE4073 for ; Sat, 6 Apr 2013 11:21:20 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1365247250.a8495b99bbfde40b45e8262d16a41b369eba2d6c.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: /, doc/ X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog doc/developer-guide.txt X-VCS-Directories: / doc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: a8495b99bbfde40b45e8262d16a41b369eba2d6c X-VCS-Branch: master Date: Sat, 6 Apr 2013 11:21:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eb61ab1b-70e0-45c1-9922-f12970e7c890 X-Archives-Hash: 2bbd3547a34f120b913fad5b3e8c6e13 commit: a8495b99bbfde40b45e8262d16a41b369eba2d6c Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 6 11:20:50 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Apr 6 11:20:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=a8495b99 Document the "unset" action in developer guide. * doc/developer-guide.txt: Document the "unset" action; it is used by several external modules. --- ChangeLog | 5 +++++ doc/developer-guide.txt | 2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6ee7e9..90c86c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-04-06 Ulrich Müller + + * doc/developer-guide.txt: Document the "unset" action; it is used + by several external modules. + 2013-02-22 Ulrich Müller * modules/profile.eselect (get_symlink_location): diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 6ddc212..a24453a 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -189,6 +189,8 @@ list available modules. set Used to set a new provider or a symlink. +unset + Used to unset the current provider, or to remove a symlink. enable Used to enable an optional feature. disable