From owner-freebsd-doc Fri Jul 26 12:30:11 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58FB837B401 for ; Fri, 26 Jul 2002 12:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A07A143E4A for ; Fri, 26 Jul 2002 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6QJU2JU062058 for ; Fri, 26 Jul 2002 12:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6QJU2Kq062057; Fri, 26 Jul 2002 12:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A0737B400 for ; Fri, 26 Jul 2002 12:23:01 -0700 (PDT) Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B3E43E5E for ; Fri, 26 Jul 2002 12:23:00 -0700 (PDT) (envelope-from vincent@Kain.sumuk.de) Received: from Kain.sumuk.de (localhost [127.0.0.1]) by Kain.sumuk.de (8.12.3/8.12.3) with ESMTP id g6QJMwpE093112 for ; Fri, 26 Jul 2002 21:22:58 +0200 (CEST) (envelope-from vincent@Kain.sumuk.de) Received: (from vincent@localhost) by Kain.sumuk.de (8.12.3/8.12.3/Submit) id g6QJMwRP093111; Fri, 26 Jul 2002 21:22:58 +0200 (CEST) Message-Id: <200207261922.g6QJMwRP093111@Kain.sumuk.de> Date: Fri, 26 Jul 2002 21:22:58 +0200 (CEST) From: Martin Heinen Reply-To: Martin Heinen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/41015: [PATCH] inconsistent examples in users/chapter.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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, " -> >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 @@ &prompt.root; rmuser jru 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? y Remove user's home directory (/home/jru)? y Updating password file, updating databases, done. @@ -577,13 +577,13 @@ #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 @@ Interactive chpass by Normal User #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 group ID of a user or process; most of the time, this just means the first group in the list. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message