diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml index 4ce881d412..45908a76c1 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml @@ -308,10 +308,10 @@ Normally, when a port or package is installed, sample configuration files are also installed. These are usually - identified with a .default suffix. If there + identified with a .default suffix. If there are no existing configuration files for the application, they will be created by - copying the .default files. + copying the .default files. For example, consider the contents of the directory /usr/local/etc/apache: @@ -328,7 +328,7 @@ -rw-r--r-- 1 root wheel 7933 May 20 1998 srm.conf.default The filesize difference shows that only the srm.conf - file has been changed. A later update of the apache port would not + file has been changed. A later update of the Apache port would not overwrite this changed file. @@ -768,7 +768,7 @@ cron.* /var/log/cron A sample sysctl.conf turning off logging of fatal signal exits and letting Linux programs know they are really - running under FreeBSD. + running under FreeBSD: kern.logsigexit=0 # Do not log fatal signal exits (e.g. sig 11) compat.linux.osname=FreeBSD @@ -1163,7 +1163,7 @@ kern.maxfiles: 2088 -> 5000 Swapfiles You can create a file of a specified size to use as a swap - file. In our example here we will use a 64Mb file called + file. In our example here we will use a 64MB file called /usr/swap0. You can use any name you want, of course.