Date: Fri, 26 Jul 2002 21:22:58 +0200 (CEST) From: Martin Heinen <martin@sumuk.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/41015: [PATCH] inconsistent examples in users/chapter.sgml Message-ID: <200207261922.g6QJMwRP093111@Kain.sumuk.de>
next in thread | raw e-mail | index | archive | help
>Number: 41015
>Category: docs
>Synopsis: [PATCH] inconsistent examples in users/chapter.sgml
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 26 12:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Martin Heinen
>Release: FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD Kain.sumuk.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Sun May 12 20:01:38 CEST 2002 toor@Kain.sumuk.de:/usr/obj/usr/src/sys/KAIN i386
>Description:
Modified examples to match previously created account,
" -> <quote>
>How-To-Repeat:
Read the chapter 'Users and Basic Account Management'
>Fix:
Index: chapter.sgml
===================================================================
RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v
retrieving revision 1.32
diff -u -r1.32 chapter.sgml
--- chapter.sgml 8 Dec 2001 12:08:44 -0000 1.32
+++ chapter.sgml 26 Jul 2002 18:58:27 -0000
@@ -540,7 +540,7 @@
<screen>&prompt.root; <userinput>rmuser jru</userinput>
Matching password entry:
-jru:*:1001:1001::0:0:J. Random User:/home/jru:/usr/local/bin/tcsh
+jru:*:1001:1001::0:0:J. Random User:/home/jru:/usr/local/bin/zsh
Is this the entry you wish to remove? <userinput>y</userinput>
Remove user's home directory (/home/jru)? <userinput>y</userinput>
Updating password file, updating databases, done.
@@ -577,13 +577,13 @@
<screen>#Changing user database information for jru.
Login: jru
Password: *
-Uid [#]: 1000
-Gid [# or name]: 1000
+Uid [#]: 1001
+Gid [# or name]: 1001
Change [month day year]:
Expire [month day year]:
Class:
Home directory: /home/jru
-Shell: /usr/local/bin/tcsh
+Shell: /usr/local/bin/zsh
Full Name: J. Random User
Office Location:
Office Phone:
@@ -598,7 +598,7 @@
<title>Interactive chpass by Normal User</title>
<screen>#Changing user database information for jru.
-Shell: /usr/local/bin/tcsh
+Shell: /usr/local/bin/zsh
Full Name: J. Random User
Office Location:
Office Phone:
@@ -986,7 +986,7 @@
systems), the two factors the kernel uses to decide whether a process
is allowed to do something is its user ID and list of groups it
belongs to. Unlike a user ID, a process has a list of groups
- associated with it. You may hear some things refer to the "group ID"
+ associated with it. You may hear some things refer to the <quote>group ID</quote>
of a user or process; most of the time, this just means the first
group in the list.</para>
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207261922.g6QJMwRP093111>
