diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
index 71124df6ba..c4c4c24ee4 100644
--- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
@@ -1746,7 +1746,7 @@ nis_client_enable="YES"
To prevent specified users from logging on to a system,
even if they are present in the
NIS database, use vipw
- to add -username with the correct number
+ to add -username with the correct number
of colons towards the end of
/etc/master.passwd on the client,
where username is the username of
@@ -2024,7 +2024,7 @@ ellington&prompt.user; ypcat -k netgroup.byuser~ function of the shell and all routines
which convert between user names and numerical user IDs. In
other words,
- cd ~user will
+ cd ~user will
not work, ls -l will show the numerical ID
instead of the username, and find . -user joe
-print will fail with the message
@@ -2501,7 +2501,7 @@ cn: Manager
To import this datafile, issue the following command,
assuming the file is import.ldif:
- &prompt.root; ldapadd -Z -D "cn=Manager,dc=example,dc=com" -W -f import.ldif
+ &prompt.root; ldapadd -Z -D "cn=Manager,dc=example,dc=com" -W -f import.ldifThere will be a request for the password specified
earlier, and the output should look like this:
@@ -2707,7 +2707,7 @@ result: 0 Success
- /var/db/dhclient.leases.interface
+ /var/db/dhclient.leases.interfaceThe DHCP client keeps a database of
valid leases in this file, which is written as a log and
@@ -3220,7 +3220,7 @@ dhcpd_ifaces="dc0"
/etc/namedb/named.conf that are beyond
the scope of this document. Other startup options
for named on &os; can be found in
- the named_*
+ the named_*
flags in /etc/defaults/rc.conf and in
&man.rc.conf.5;. The
section is also a good
@@ -3637,7 +3637,7 @@ www IN CNAME example.org.
an exact hostname, whereas everything without a trailing
. is relative to the origin. For example,
ns1 is translated into
- ns1.example.org.
+ ns1.example.org.The format of a zone file follows:
@@ -4032,7 +4032,7 @@ dnssec-validation yes;
will contain the AD flag to indicate the
data was authenticated. Running a query such as
- &prompt.user; dig @resolver +dnssec se ds
+ &prompt.user; dig @resolver +dnssec se ds should return the DS
RR for the .se zone.
@@ -4379,7 +4379,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key ; ZSK
In &os;, the main Apache HTTP
Server configuration file is installed as
- /usr/local/etc/apache2x/httpd.conf.
+ /usr/local/etc/apache2x/httpd.conf.
This ASCII text file begins comment lines with the
#. The most frequently modified directives
are:
@@ -4394,7 +4394,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key ; ZSK
Binaries are stored in the bin and
sbin subdirectories of the server
root, and configuration files are stored in
- etc/apache2x.
+ etc/apache2x.
@@ -4421,7 +4421,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key ; ZSK
DocumentRoot
- "/usr/local/www/apache2x/data"
+ "/usr/local/www/apache2x/data"
The directory
@@ -4485,7 +4485,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key ; ZSK
&prompt.root; service apache24 startThe httpd service can be tested by
- entering http://localhost
+ entering http://localhost
in a web browser, replacing
localhost with the fully-qualified
domain name of the machine running httpd,
@@ -5140,7 +5140,7 @@ DocumentRoot /www/someotherdomain.tld
tdbsam, and the following command
should be used to add user accounts:
- &prompt.root; pdbedit -a -u username
+ &prompt.root; pdbedit -a -u usernamePlease see the
network, use &man.logger.1; on the client to send a message to
syslogd:
- &prompt.root; logger "Test message from logclient"
+ &prompt.root; logger "Test message from logclient"This message should now exist both in
/var/log/messages on the client and