Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: faq.xml
Date: Thu, 14 Oct 2010 06:09:55
Message-Id: 20101014060941.2B0E42004C@flycatcher.gentoo.org
1 nightmorph 10/10/14 06:09:41
2
3 Modified: faq.xml
4 Log:
5 the adduser command does not exist, bug 340915
6
7 Revision Changes Path
8 1.118 xml/htdocs/doc/en/faq.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.118&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.118&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?r1=1.117&r2=1.118
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
17 retrieving revision 1.117
18 retrieving revision 1.118
19 diff -u -r1.117 -r1.118
20 --- faq.xml 3 Oct 2010 18:47:51 -0000 1.117
21 +++ faq.xml 14 Oct 2010 06:09:40 -0000 1.118
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.117 2010/10/03 18:47:51 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.118 2010/10/14 06:09:40 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo Linux Frequently Asked Questions</title>
30 @@ -47,8 +47,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>4</version>
35 -<date>2010-10-03</date>
36 +<version>5</version>
37 +<date>2010-10-13</date>
38
39 <faqindex>
40 <title>Questions</title>
41 @@ -161,7 +161,7 @@
42 <body>
43
44 <p>
45 -The command <c>adduser username</c> will add a user called "username". However,
46 +The command <c>useradd username</c> will add a user called "username". However,
47 this method does not give the user many of the rights you might want to grant
48 him, so the following command is preferred:
49 </p>