commit: 0ff1f8eca0e85fbb4c0841490419e9ba3292aa2c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 7 12:01:40 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Aug 7 12:01:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=0ff1f8ec
Update profile.eselect(5) examples. * man/profile.eselect.5: Update examples, bug 662996. ChangeLog | 4 ++++ man/profile.eselect.5 | 10 ++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f59bd41..8a3eb59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-08-07 Ulrich Müller <[email protected]> + + * man/profile.eselect.5: Update examples, bug 662996. + 2018-05-29 Ulrich Müller <[email protected]> * configure.ac: Update version to 1.4.13. diff --git a/man/profile.eselect.5 b/man/profile.eselect.5 index 9dd9936..8ad3b46 100644 --- a/man/profile.eselect.5 +++ b/man/profile.eselect.5 @@ -1,7 +1,7 @@ .\" Copyright 2005-2018 Gentoo Foundation .\" Distributed under the terms of the GNU GPL version 2 or later .\" -.TH profile.eselect 5 "April 2009" "Gentoo Linux" eselect +.TH profile.eselect 5 "August 2018" "Gentoo Linux" eselect .SH NAME profile.eselect \- The profile management module for Gentoo's eselect .SH SYNOPSIS @@ -28,7 +28,9 @@ profiles. # eselect profile list .br Available profile symlink targets: - [1] default\-linux/amd64/2005.0 + [1] default/linux/amd64/17.0 (stable) + [2] default/linux/amd64/17.0/hardened (stable) + [3] default/linux/amd64/17.0/desktop (stable) * .SH ACTION: SET .B eselect profile set .RB [ \-\-force ] @@ -46,8 +48,8 @@ Show your system's currently active profile. # eselect profile show .br -Current make.profile symlink: - /usr/portage/profiles/default\-linux/amd64/2005.0 +Current /etc/portage/make.profile symlink: + default/linux/amd64/17.0/desktop .SH AUTHORS Danny van Dyk <[email protected]> .br
