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 621521387C2 for ; Fri, 1 Feb 2013 10:49:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C2F321C04B; Fri, 1 Feb 2013 10:49:53 +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 96E3521C04A for ; Fri, 1 Feb 2013 10:49:52 +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 97A0A33DCA8 for ; Fri, 1 Feb 2013 10:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1A874E4092 for ; Fri, 1 Feb 2013 10:49:49 +0000 (UTC) From: "Sven Eden" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Eden" Message-ID: <1359554541.37ed232d9b7090992608cedfb191003b4d9e0713.yamakuzure@gentoo> Subject: [gentoo-commits] proj/ufed:master commit in: / X-VCS-Repository: proj/ufed X-VCS-Files: ufed.8 X-VCS-Directories: / X-VCS-Committer: yamakuzure X-VCS-Committer-Name: Sven Eden X-VCS-Revision: 37ed232d9b7090992608cedfb191003b4d9e0713 X-VCS-Branch: master Date: Fri, 1 Feb 2013 10:49:49 +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: fec121b2-f653-446f-b895-f5d0a1ef8ae9 X-Archives-Hash: df2dab45acd03c93dba69ac50edfed25 commit: 37ed232d9b7090992608cedfb191003b4d9e0713 Author: Sven Eden gmx de> AuthorDate: Wed Jan 30 14:02:21 2013 +0000 Commit: Sven Eden gmx de> CommitDate: Wed Jan 30 14:02:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=37ed232d Corrected the explanation of the first 3 state characters and added explanations of the two new state characters. --- ufed.8 | 43 ++++++++++++++++++++++++++++--------------- 1 files changed, 28 insertions(+), 15 deletions(-) diff --git a/ufed.8 b/ufed.8 index 8b8c5cb..ce0619e 100644 --- a/ufed.8 +++ b/ufed.8 @@ -4,26 +4,39 @@ ufed \- Gentoo Linux USE flags editor .SH "SYNOPSIS" .B ufed .SH "DESCRIPTION" -UFED is a simple program designed to help you configure the systems USE flags -(see below) to your liking. To select or unselect a flag highlight it and hit -space. +UFED is a simple program designed to help you configure the +systems USE flags (see below) to your liking. To enable or +disable a flag highlight it and hit space. -UFED attempts to show you where a particular use setting came from. Each USE -flag has a 3 character descriptor that represents the three ways a use flag can -be set. +UFED attempts to show you where a particular use setting +came from. Each USE flag has a 3 character descriptor that +represents the three ways a use flag can be set. +Additionally two more characters show the status of the +description found in that line. -The 1st char is the setting from the make.defaults file(s). These are the defaults -for Gentoo as a whole. These should not be changed. +The 1st char is the setting from the make.defaults file(s). +These are the defaults for Gentoo as a whole. These should +not be changed. -The 2nd char is the setting from the package.use file(s). These will change as -packages are added or removed from the system. +The 2nd char is the setting from the package.use file(s). +These will change as packages are added or removed from the +system. -The 3rd char is the setting from the make.conf file. These are the only ones -that should be changed by the user and these are the ones that UFED changes. +The 3rd char is the setting from the make.conf file. These +are the only ones that should be changed by the user and +these are the ones that UFED changes. -If the character is a + then that USE flag was set in that file, if it is a -space then the flag was not mentioned in that file and if it is a - then that -flag was unset in that file. +If the character is a + then that USE flag was set in that +file, if it is a space then the flag was not mentioned in +that file and if it is a - then that flag was unset in that +file. + +The 4th char is either empty for global flag descriptions +or an L for local flag descriptions. + +The 5th char is either empty if none of the affected +packages is installed, or an i if at least one affected +package is installed. .B What are USE flags?