From owner-svn-doc-head@FreeBSD.ORG Sun Jan 27 12:51:11 2013
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by hub.freebsd.org (Postfix) with ESMTP id 1497981F;
Sun, 27 Jan 2013 12:51:11 +0000 (UTC)
(envelope-from eadler@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 EAE3BECC;
Sun, 27 Jan 2013 12:51:10 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0RCpA5i036527;
Sun, 27 Jan 2013 12:51:10 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0RCpA6l036526;
Sun, 27 Jan 2013 12:51:10 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201301271251.r0RCpA6l036526@svn.freebsd.org>
From: Eitan Adler
Date: Sun, 27 Jan 2013 12:51:10 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40762 - head/en_US.ISO8859-1/books/faq
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 27 Jan 2013 12:51:11 -0000
Author: eadler
Date: Sun Jan 27 12:51:10 2013
New Revision: 40762
URL: http://svnweb.freebsd.org/changeset/doc/40762
Log:
Simplify some language.
Translators may ignore.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 27 12:51:07 2013 (r40761)
+++ head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 27 12:51:10 2013 (r40762)
@@ -524,7 +524,7 @@
on average. Release dates are announced well in advance, so
that the people working on the system know when their
projects need to be finished and tested. A testing period
- precedes each release, in order to ensure that the addition
+ precedes each release, to ensure that the addition
of new features does not compromise the stability of the
release. Many users regard this caution as one of the best
things about &os;, even though waiting for all the latest
@@ -1099,7 +1099,7 @@
url="http://www.BSDCertification.org">their site.
Any other organizations providing training and support
- should contact the Project in order to be listed here.
+ should contact the Project to be listed here.
@@ -1272,7 +1272,7 @@
- What do I need in order to run &os;?
+ What do I need to run &os;?
@@ -2546,7 +2546,7 @@ bindkey ^[[3~ delete-char # for xterm
Telnet and
SSH servers that come with &os;,
- do this in order to, among other things, store the hostname
+ do this to store the hostname
in a log file for future reference by the
administrator.
@@ -3018,7 +3018,7 @@ kern.timecounter.hardware: TSC -> i82
The existing implementation is our best effort at
meeting as many of these requirements simultaneously as we
- can. In order to keep /bin/sh small,
+ can. To keep /bin/sh small,
we have not provided many of the convenience features that
other shells have. That is why other more
featureful shells like
@@ -4225,8 +4225,8 @@ C:\="DOS"
This could happen because the pool is 100% full.
- ZFS requires space on the disk in order to write
- transaction metadata. In order to restore the pool
+ ZFS requires space on the disk to write
+ transaction metadata. To restore the pool
to a usable state, truncate a file you want to
delete.
@@ -4377,7 +4377,7 @@ C:\="DOS"
- This is a security feature. In order to
+ This is a security feature. To
su to root (or any
other account with superuser privileges), you must be in the
wheel group. If this feature were
@@ -5189,7 +5189,7 @@ options SYSVMSG # enable for
If you are using &man.syscons.4; (the default console
driver), you can configure &os; to support a mouse pointer on
- each virtual screen. In order to avoid conflicting with X,
+ each virtual screen. To avoid conflicting with X,
&man.syscons.4; supports a virtual device called
/dev/sysmouse. All mouse events
received from the real mouse device are written to the
@@ -7076,7 +7076,7 @@ CCP: Received Terminate Ack (1) state =
- In order to log all lines of your modem
+ To log all lines of your modem
conversation
, you must enable the
following:
@@ -7113,12 +7113,12 @@ CCP: Received Terminate Ack (1) state =
line in your config files so that it can interpret strings
such as set phone "123 456 789" correctly
and realize that the number is actually only
- one argument. In order to specify a
+ one argument. To specify a
" character, you must escape it
using a backslash (\).
When the chat interpreter parses each argument, it
- re-interprets the argument in order to find any special
+ re-interprets the argument to find any special
escape sequences such as \P or
\T (see the manual page). As a result of
this double-parsing, you must remember to use the correct
@@ -8560,10 +8560,10 @@ panic: page fault
capture all of them. Using the unstripped kernel image with
all the debug symbols should show the exact line of kernel
source code where the panic occurred. Usually you have to
- read the stack trace from the bottom up in order to trace
+ read the stack trace from the bottom up to trace
the exact sequence of events that lead to the crash. You
can also use &man.kgdb.1; to print out the contents of
- various variables or structures in order to examine the
+ various variables or structures to examine the
system state at the time of the crash.