summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-08 21:02:37 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-08 21:02:37 +0000
commitaf55ba61b720734afb41623207586af02d65eade (patch)
treee4da0e549af98effaf29d41079872d01552f0532 /eclass/games.eclass
parentVersion bumped. Closes #24124 (diff)
downloadgentoo-2-af55ba61b720734afb41623207586af02d65eade.tar.gz
gentoo-2-af55ba61b720734afb41623207586af02d65eade.tar.bz2
gentoo-2-af55ba61b720734afb41623207586af02d65eade.zip
make quake3 mods work even cleaner
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r--eclass/games.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 02159d247458..82c757bc85ce 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.38 2003/07/08 20:40:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.39 2003/07/08 21:02:37 vapier Exp $
#
# devlist: {bass,phoenix,vapier}@gentoo.org
#
@@ -115,7 +115,7 @@ games_pkg_postinst() {
echo
ewarn "Remember, in order to play games, you have to"
ewarn "be in the '${GAMES_GROUP}' group."
- einfo "See the manpage for usermod for more information."
+ einfo "See the usermod(8) manpage for more information."
echo
}