From owner-svn-doc-all@FreeBSD.ORG Wed Oct 23 17:44:02 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81D31A24; Wed, 23 Oct 2013 17:44:02 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6ED73209D; Wed, 23 Oct 2013 17:44:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NHi2g1075097; Wed, 23 Oct 2013 17:44:02 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NHi2FM075096; Wed, 23 Oct 2013 17:44:02 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201310231744.r9NHi2FM075096@svn.freebsd.org> From: Dru Lavigne Date: Wed, 23 Oct 2013 17:44:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43031 - head/en_US.ISO8859-1/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 17:44:02 -0000 Author: dru Date: Wed Oct 23 17:44:01 2013 New Revision: 43031 URL: http://svnweb.freebsd.org/changeset/doc/43031 Log: White space fix only. Translators can ignore. Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Wed Oct 23 17:29:49 2013 (r43030) +++ head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Wed Oct 23 17:44:01 2013 (r43031) @@ -620,9 +620,9 @@ Password: &os; provides a variety of different commands to manage - user accounts. The most common commands are summarized in Table 4.1, - followed by some examples of their usage. Refer to the manual - page for each utility for more details and usage + user accounts. The most common commands are summarized in Table + 4.1, followed by some examples of their usage. Refer to the + manual page for each utility for more details and usage examples. @@ -687,25 +687,25 @@ Password: class="directory">/usr/share/skelskeleton directory - The recommended program for adding new users is &man.adduser.8;. - When a new user is added, this program automatically updates - /etc/passwd and + The recommended program for adding new users is + &man.adduser.8;. When a new user is added, this program + automatically updates /etc/passwd and /etc/group. It also creates a home directory for the new user, copies in the default configuration files from /usr/share/skel, and can optionally mail the new user a welcome message. This utility must be run as the superuser - + The &man.adduser.8; utility is interactive and walks - through the steps for creating a new user account. As seen in + through the steps for creating a new user account. As seen in Example 4.2, either input the required information or press Return to accept the default value shown in square brackets. In this example, the user has been invited into the wheel group, which is - required to provide the account with superuser - access. When finished, the utility will prompt to either - create another user or to exit. + required to provide the account with superuser access. When + finished, the utility will prompt to either create another + user or to exit. Adding a User on &os; @@ -759,8 +759,8 @@ Goodbye! To completely remove a user from the system, run - &man.rmuser.8; as the superuser. This command performs the following - steps: + &man.rmuser.8; as the superuser. This command performs the + following steps: @@ -783,8 +783,8 @@ Goodbye! - Optionally removes the user's home directory, if it is owned by - the user. + Optionally removes the user's home directory, if it is + owned by the user. @@ -802,10 +802,9 @@ Goodbye! Finally, removes the username from all groups to which it belongs in /etc/group. If a group - becomes empty and the group name is the - same as the username, the group is removed. This - complements the per-user unique groups created by - &man.adduser.8;. + becomes empty and the group name is the same as the + username, the group is removed. This complements the + per-user unique groups created by &man.adduser.8;. @@ -835,8 +834,9 @@ Removing user (jru): mailspool home pass chpass Any user can use &man.chpass.1; to change their default - shell and personal - information associated with their user account. The superuser can use this utility to change additional account information for any user. + shell and personal information associated with their user + account. The superuser can use this utility to change + additional account information for any user. When passed no options, aside from an optional username, &man.chpass.1; displays an editor containing user information. @@ -844,16 +844,17 @@ Removing user (jru): mailspool home pass updated with the new information. - This utility will prompt for the user's password when exiting the - editor, unless the utility is run as the superuser. + This utility will prompt for the user's password when + exiting the editor, unless the utility is run as the + superuser. - + In Example 4.4, the superuser has typed chpass jru and is now viewing the fields that can be changed for this user. If - jru runs this command instead, only the - last six fields will be displayed and available for - editing. This is shown in Example 4.5. + jru runs this command instead, only the + last six fields will be displayed and available for editing. + This is shown in Example 4.5. Using <command>chpass</command> as @@ -906,10 +907,10 @@ Other information:</screen> <primary>accounts</primary> <secondary>changing password</secondary> </indexterm> - <para>Any user can easily change their password using &man.passwd.1;. - To prevent accidental or unauthorized changes, this command will - prompt for the user's original password before a new password can - be set:</para> + <para>Any user can easily change their password using + &man.passwd.1;. To prevent accidental or unauthorized + changes, this command will prompt for the user's original + password before a new password can be set:</para> <example> <title>Changing Your Password @@ -943,7 +944,8 @@ passwd: done As with &man.chpass.1;, &man.yppasswd.1; is a link to - &man.passwd.1;, so NIS works with either command. + &man.passwd.1;, so NIS works with either + command.