From owner-svn-doc-all@FreeBSD.ORG Sun Feb 24 16:58:05 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A2B537B2; Sun, 24 Feb 2013 16:58:05 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7D93E9AD; Sun, 24 Feb 2013 16:58:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OGw5Me010325; Sun, 24 Feb 2013 16:58:05 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1OGw5KI010324; Sun, 24 Feb 2013 16:58:05 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201302241658.r1OGw5KI010324@svn.freebsd.org> From: Dru Lavigne Date: Sun, 24 Feb 2013 16:58:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41037 - head/en_US.ISO8859-1/books/handbook/users 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: Sun, 24 Feb 2013 16:58:05 -0000 Author: dru Date: Sun Feb 24 16:58:04 2013 New Revision: 41037 URL: http://svnweb.freebsd.org/changeset/doc/41037 Log: Minor rewording. Submitted by: bjk, wblock Approved by: gjb Modified: head/en_US.ISO8859-1/books/handbook/users/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/users/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/users/chapter.xml Sat Feb 23 14:50:24 2013 (r41036) +++ head/en_US.ISO8859-1/books/handbook/users/chapter.xml Sun Feb 24 16:58:04 2013 (r41037) @@ -156,9 +156,9 @@ By default &os; does not force users to change their - passwords periodically. This can be enforced on a - per-user basis, forcing some or all users to change their - passwords after a certain amount of time has + passwords periodically. Password expiration can be + enforced on a per-user basis, forcing some or all users to + change their passwords after a certain amount of time has elapsed. @@ -683,9 +683,10 @@ passwd: done quotas disk quotas - Disk quotas limit disk usage to users and provide a way to - quickly check that usage without calculating it every time. - Quotas are discussed in . + Disk quotas limit the amount of disk space available to + users and provide a way to quickly check that usage without + calculating it every time. Quotas are discussed in . The other resource limits include ways to limit the amount of CPU, memory, and other resources a user may consume. These @@ -705,7 +706,7 @@ passwd: done identifier and value is an arbitrary string which is processed accordingly depending on the name. Setting up login classes and - capabilities is rather straight-forward and is also described in + capabilities is rather straightforward and is also described in &man.login.conf.5;. @@ -825,8 +826,8 @@ passwd: done The maximum amount of memory a process may request to be locked into main memory using &man.mlock.2;. Some system-critical programs, such as &man.amd.8;, lock into - main memory so that in the event of being swapped out, - they do not contribute to disk thrashing. + main memory so that if the system begins to swap, they do + not contribute to disk thrashing. @@ -852,7 +853,7 @@ passwd: done limiting users openfiles - The maximum amount of files a process may have open. + The maximum number of files a process may have open. In &os;, files are used to represent sockets and IPC channels, so be careful not to set this too low. The system-wide limit for this is defined by the