Fix typo to form a complete sentence.
This commit is contained in:
parent
09772d9161
commit
141a46306d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10425
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.40 2001/08/11 21:34:51 jim Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.41 2001/08/16 18:35:00 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="basics">
|
<chapter id="basics">
|
||||||
|
@ -334,7 +334,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
||||||
|
|
||||||
<para>There is a convention to name programs that normally run as daemons
|
<para>There is a convention to name programs that normally run as daemons
|
||||||
with a trailing <quote>d</quote>. <application>BIND</application> is the
|
with a trailing <quote>d</quote>. <application>BIND</application> is the
|
||||||
Berkeley Internet Name Daemon (and the program you can is called
|
Berkeley Internet Name Daemon (and the actual program that executes is called
|
||||||
<command>named</command>), the <application>Apache</application> web
|
<command>named</command>), the <application>Apache</application> web
|
||||||
server program is called <command>httpd</command>, the line printer
|
server program is called <command>httpd</command>, the line printer
|
||||||
spooling daemon is <command>lpd</command> and so on. This is a
|
spooling daemon is <command>lpd</command> and so on. This is a
|
||||||
|
|
Loading…
Reference in a new issue