summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-17 21:39:49 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-17 21:39:49 +0000
commita7f74fea4d9a51f80ca3932338b44598bf103526 (patch)
tree2ac6cd5a2739dc3d96cf50c66ec33ea92e0ad9bd
parentForce digest generation when assume-digests is enabled but the file size does... (diff)
downloadportage-idfetch-a7f74fea4d9a51f80ca3932338b44598bf103526.tar.gz
portage-idfetch-a7f74fea4d9a51f80ca3932338b44598bf103526.tar.bz2
portage-idfetch-a7f74fea4d9a51f80ca3932338b44598bf103526.zip
Benno Schulenberg writes in #136818: changes the wording of the "set" parameter to be similar to its neighbours.
svn path=/main/trunk/; revision=3518
-rw-r--r--man/emerge.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 5af1799a..6c1cc40c 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -47,14 +47,14 @@ A \fItbz2file\fR must be a valid .tbz2 created with \fBebuild
[category/]<package>\fR or \fBquickpkg /var/db/pkg/<category>/<package>\fR.
.TP
.BR set
-Package sets are a convenient shorthand for large groups of
+A \fIset\fR is a convenient shorthand for a large group of
packages. Two sets are currently supported: \fBsystem\fR
and \fBworld\fR. \fBsystem\fR refers to a set of packages
deemed necessary for your system to run properly. \fBworld\fR
-contains all of the packages in \fBsystem\fR, along with any
+contains all the packages in \fBsystem\fR, plus any
other packages listed in \fB/var/lib/portage/world\fR. [See
-\fBFILES\fR below for more information.] Note that these
-commands are generally used in conjunction with \fB\-\-update\fR.
+\fBFILES\fR below for more information.] Note that a \fIset\fR
+is generally used in conjunction with \fB\-\-update\fR.
.TP
.BR dependency
A \fIdependency\fR describes bounds on a package that you wish to install.