diff --git a/en/handbook/README b/en/handbook/README
index 6a413b8922..e61b508d24 100644
--- a/en/handbook/README
+++ b/en/handbook/README
@@ -281,3 +281,6 @@ for example,
markup is correct now, which makes searching for markup that does
need changing much easier.
+ 21. Replace the last few occurences of curly quoted items (`` and '')
+ with the right markup.
+
diff --git a/en/handbook/handbook.sgml b/en/handbook/handbook.sgml
index 0f1d278f62..a535fe9063 100644
--- a/en/handbook/handbook.sgml
+++ b/en/handbook/handbook.sgml
@@ -2502,8 +2502,8 @@
examination of how Makefiles work; suffice it to say that the line
starting with MAN3 ensures that the ElectricFence man page is
compressed after installation, to help conserve your precious disk
- space. The original port did not provide an ``install'' target,
- so the three lines from ``do-install'' ensure that the files
+ space. The original port did not provide an install target,
+ so the three lines from do-install ensure that the files
produced by this port are placed in the correct
destination.
@@ -4012,7 +4012,7 @@
- device sc0 at isa? port ``IO_KBD' tty irq 1
+ device sc0 at isa? port "IO_KBD" tty irq 1
vector scintrsc0 is the default
@@ -9371,7 +9371,7 @@
performs two-way communication with the printer. It updates the
printer's status file with verbose information from the printer,
so users and administrators can see exactly what the state of
- the printer is (such as ``toner low'' or ``paper jam''). But
+ the printer is (such as toner low or paper jam). But
more importantly, it includes a program called psif which detects whether the incoming
job is plain text and calls textps
(another program that comes with lprps) to convert it to PostScript. It
@@ -18918,8 +18918,8 @@
Or use cu as root with the following command:
- cu -l``line'' -s``speed'' with line being the
- serial port (e.g./dev/cuaa0) and speed being
+ cu -lline -sspeed with line being the
+ serial port (e.g./dev/cuaa0) and speed being
the speed (e.g.57600). When you are
done entering the AT commands hit ~.
to exit.
@@ -19052,7 +19052,7 @@
You must have pressed CTRL+A, tip's raise character, specially
designed for people with broken caps-lock keys. Use ~s as above and set the variable
- ``raisechar'' to something reasonable. In fact, you can set it to
+ raisechar to something reasonable. In fact, you can set it to
the same as the force character, if you never expect to use either
of these features.
@@ -19208,7 +19208,7 @@
Building a ppp ready kernel
- As the description states, ``ppp'' uses the kernel ``tun''
+ As the description states, ppp uses the kernel tun
device. It is necessary to make sure that your kernel has support
for this device compiled in.
@@ -19231,8 +19231,8 @@
If your kernel configuration file does not have this line in
it, or you need to configure more than one tun device (for
example, if you are setting up a server and could have 16 dialup
- ppp connections at any one time then you will need to use ``16''
- instead of ``1''), then you should add the line, re-compile,
+ ppp connections at any one time then you will need to use 16
+ instead of 1), then you should add the line, re-compile,
re-install and boot the new kernel. Please refer to the
section for more information on kernel
@@ -19271,13 +19271,13 @@
Check the tun device
- Most users will only require one ``tun'' device (tun0). If you
- have used more (i.e., a number other than `1' in the pseudo-device
+ Most users will only require one tun device (/dev/tun0). If you
+ have used more (i.e., a number other than 1 in the pseudo-device
line in the kernel configuration file) then alter all references
- to ``tun0'' below to reflect whichever device number you are
+ to tun0 below to reflect whichever device number you are
using.
- The easiest way to make sure that the tun0 device is
+ The easiest way to make sure that the tun0 device is
configured correctly is to re-make it. To do this, execute the
following commands:
@@ -19390,8 +19390,8 @@
The x.x.x.x and y.y.y.y addresses are those given to you
- by your ISP. Add as many ``nameserver'' lines as your ISP
- provides. The ``domain'' line defaults to your hostname's
+ by your ISP. Add as many nameserver lines as your ISP
+ provides. The domain line defaults to your hostname's
domain, and is probably unnecessary. Refer to the resolv.conf
manual page for details of other possible entries in this
file.
@@ -19426,7 +19426,7 @@
to the example below.
- Lines that end in a ``:'' start in the first column, all
+ Lines that end in a : start in the first column, all
other lines should be indented as shown using spaces or
tabs.
@@ -19493,13 +19493,13 @@
Sets the phone number for this provider. Multiple
- phone numbers may be specified using the ``:'' or ``|''
+ phone numbers may be specified using the : or |
character as a separator. The difference between these
spearators is described in the ppp manual page. To
summarize, if you want to rotate through the numbers,
- use the ``:''. If you want to always attempt to dial
+ use the :. If you want to always attempt to dial
the first number first and only use the other numbers if
- the first number fails, use the ``|''. Always quote the
+ the first number fails, use the |. Always quote the
entire set of phone numbers as shown.
@@ -19643,7 +19643,7 @@
Line 10:
- The number after the ``/'' character is the number
+ The number after the / character is the number
of bits of the address that ppp will insist on. You may
wish to use IP numbers more appropriate to your
circumstances, but the above example will almost always
@@ -20188,7 +20188,7 @@
/etc/sysconfig).Working from the top down in this file, make sure the
- ``hostname='' line is set, e.g.:
+ hostname= line is set, e.g.:
@@ -20228,7 +20228,7 @@
for further details.
- Set the router program to ``NO'' with the line
+ Set the router program to NO with the line
@@ -20242,7 +20242,7 @@
table entries created by ppp.It is probably worth your while ensuring that the
- ``sendmail_flags'' line does not include the ``-q'' option,
+ sendmail_flags line does not include the option,
otherwise sendmail will attempt to do a network lookup every now
and then, possibly causing your machine to dial out. You may
try:
@@ -20367,7 +20367,7 @@
Create a profile in this users home directory that runs
- ``ppp -direct direct-server'' or similar.
+ ppp -direct direct-server or similar.
@@ -21100,7 +21100,7 @@
two SLIP interfaces built into the kernel. (The asterisks after
the sl0 and sl1 indicate that the interfaces are
- ``down''.)
+ down.)
However, FreeBSD's default kernels do not come configured to
forward packets (ie, your FreeBSD machine will not act as a
@@ -22824,7 +22824,7 @@
next line handles mail to the local Ethernet domain that can be
delivered using SMTP. Finally, the UUCP neighbors are mentioned
in the .UUCP pseudo-domain notation, to allow for a
- ``uucp-neighbor!recipient'' override of the default rules. The
+ uucp-neighbor!recipient override of the default rules. The
last line is always a single dot, matching everything else, with
UUCP delivery to a UUCP neighbor that serves as your universal
mail gateway to the world. All of the node names behind the
@@ -22841,7 +22841,7 @@
Final hint: if you are uncertain whether some particular mail
routing would work, remember the option to
sendmail. It starts sendmail in address test
- mode; simply enter ``0 '', followed by the address
+ mode; simply enter 0, followed by the address
you wish to test for the mail routing. The last line tells you
the used internal mail agent, the destination host this agent will
be called with, and the (possibly translated) address. Leave this
@@ -22908,7 +22908,7 @@
- Sendmail says ``mail loops back to myself''
+ Sendmail says mail loops back to myselfThis is answered in the sendmail FAQ as follows:-
* I am getting "Local configuration
@@ -22948,7 +22948,7 @@
Only one host should be specified as the final recipient ( add
- ``Cw bigco.com'' in /etc/sendmail.cf on
+ Cw bigco.com in /etc/sendmail.cf on
bigco.com).When the senders sendmail is trying to deliver the mail it
@@ -23475,12 +23475,12 @@
If you may wish to get your deltas via email:Send email to &a.majordomo; to subscribe to one of the
- CTM distribution lists. ``ctm-cvs-cur''
- supports the entire cvs tree. ``ctm-src-cur'' supports the head
- of the development branch. ``ctm-src-2_2'' supports the 2.2
+ CTM distribution lists. ctm-cvs-cur
+ supports the entire cvs tree. ctm-src-cur supports the head
+ of the development branch. ctm-src-2_2 supports the 2.2
release branch, etc. (If you do not know how to subscribe
yourself using majordomo, send a message first containing the
- word ``help'' - it will send you back usage
+ word help - it will send you back usage
instructions.)When you begin receiving your CTM updates
@@ -30536,7 +30536,7 @@
Stick to version numbers of the form major.minor (x.y). Our
dynamic linker does not handle version numbers of the form x.y.z
- well. Any version number after the ``y'' (ie. the third digit) is
+ well. Any version number after the y (ie. the third digit) is
totally ignored when comparing shared lib version numbers to decide
which library to link with. Given two shared libraries that differ
only in the `micro' revision, ld.so will link with the higher one.
@@ -30904,7 +30904,7 @@
have a new core dump handy <g>, my kernel has not
panicked for a rather long time.) From looking at the code
in source line 403, there is a high probability that either
- the pointer access for ``tp'' was messed up, or the array
+ the pointer access for tp was messed up, or the array
access was out of bounds.
@@ -31401,8 +31401,8 @@
Installing Linux Emulation in 2.2.2-RELEASE and later
- It is no longer necessary to specify ``options LINUX'' or
- ``options COMPAT_LINUX''. Linux emulation is done with an LKM
+ It is no longer necessary to specify options LINUX or
+ options COMPAT_LINUX. Linux emulation is done with an LKM
(Loadable Kernel Module) so it can be installed on the fly
without having to reboot. You will need the following things in
your startup files, however:
@@ -31828,8 +31828,8 @@
So, in this case, you will need the packages ldso, shlibs,
xf_lib and oldlibs. In each of the contents-files for these
- packages, look for a line saying ``PACKAGE LOCATION'', it will
- tell you on which `disk' the package is, in our case it will tell
+ packages, look for a line saying PACKAGE LOCATION, it will
+ tell you on which disk the package is, in our case it will tell
us in which subdirectory we need to look. For our example, we
would find the following locations:
@@ -31847,7 +31847,7 @@
- The locations called ``diskXX'' refer to the ``slakware/XX''
+ The locations called diskXX refer to the slakware/XX
subdirectories of the distribution, others may be found in the
contrib subdirectory. In this case, we
could now retrieve the packages we need by retrieving the
@@ -32135,7 +32135,7 @@
While this is technically possible, it is not
- particular useful because of the ``FAT'' filesystem's
+ particular useful because of the FAT filesystem's
inability to deal with links, device nodes and other such
UNIXisms.
@@ -35143,7 +35143,7 @@
mailing list for users of freebsd-stable. It includes
warnings about new features coming out in -stable that
will affect the users, and instructions on steps that must
- be taken to remain -stable. Anyone running ``stable''
+ be taken to remain -stable. Anyone running stable
should subscribe to this list. This is a technical mailing
list for which strictly technical content is
expected.
diff --git a/en_US.ISO8859-1/books/handbook/book.sgml b/en_US.ISO8859-1/books/handbook/book.sgml
index 0f1d278f62..a535fe9063 100644
--- a/en_US.ISO8859-1/books/handbook/book.sgml
+++ b/en_US.ISO8859-1/books/handbook/book.sgml
@@ -2502,8 +2502,8 @@
examination of how Makefiles work; suffice it to say that the line
starting with MAN3 ensures that the ElectricFence man page is
compressed after installation, to help conserve your precious disk
- space. The original port did not provide an ``install'' target,
- so the three lines from ``do-install'' ensure that the files
+ space. The original port did not provide an install target,
+ so the three lines from do-install ensure that the files
produced by this port are placed in the correct
destination.
@@ -4012,7 +4012,7 @@
- device sc0 at isa? port ``IO_KBD' tty irq 1
+ device sc0 at isa? port "IO_KBD" tty irq 1
vector scintrsc0 is the default
@@ -9371,7 +9371,7 @@
performs two-way communication with the printer. It updates the
printer's status file with verbose information from the printer,
so users and administrators can see exactly what the state of
- the printer is (such as ``toner low'' or ``paper jam''). But
+ the printer is (such as toner low or paper jam). But
more importantly, it includes a program called psif which detects whether the incoming
job is plain text and calls textps
(another program that comes with lprps) to convert it to PostScript. It
@@ -18918,8 +18918,8 @@
Or use cu as root with the following command:
- cu -l``line'' -s``speed'' with line being the
- serial port (e.g./dev/cuaa0) and speed being
+ cu -lline -sspeed with line being the
+ serial port (e.g./dev/cuaa0) and speed being
the speed (e.g.57600). When you are
done entering the AT commands hit ~.
to exit.
@@ -19052,7 +19052,7 @@
You must have pressed CTRL+A, tip's raise character, specially
designed for people with broken caps-lock keys. Use ~s as above and set the variable
- ``raisechar'' to something reasonable. In fact, you can set it to
+ raisechar to something reasonable. In fact, you can set it to
the same as the force character, if you never expect to use either
of these features.
@@ -19208,7 +19208,7 @@
Building a ppp ready kernel
- As the description states, ``ppp'' uses the kernel ``tun''
+ As the description states, ppp uses the kernel tun
device. It is necessary to make sure that your kernel has support
for this device compiled in.
@@ -19231,8 +19231,8 @@
If your kernel configuration file does not have this line in
it, or you need to configure more than one tun device (for
example, if you are setting up a server and could have 16 dialup
- ppp connections at any one time then you will need to use ``16''
- instead of ``1''), then you should add the line, re-compile,
+ ppp connections at any one time then you will need to use 16
+ instead of 1), then you should add the line, re-compile,
re-install and boot the new kernel. Please refer to the
section for more information on kernel
@@ -19271,13 +19271,13 @@
Check the tun device
- Most users will only require one ``tun'' device (tun0). If you
- have used more (i.e., a number other than `1' in the pseudo-device
+ Most users will only require one tun device (/dev/tun0). If you
+ have used more (i.e., a number other than 1 in the pseudo-device
line in the kernel configuration file) then alter all references
- to ``tun0'' below to reflect whichever device number you are
+ to tun0 below to reflect whichever device number you are
using.
- The easiest way to make sure that the tun0 device is
+ The easiest way to make sure that the tun0 device is
configured correctly is to re-make it. To do this, execute the
following commands:
@@ -19390,8 +19390,8 @@
The x.x.x.x and y.y.y.y addresses are those given to you
- by your ISP. Add as many ``nameserver'' lines as your ISP
- provides. The ``domain'' line defaults to your hostname's
+ by your ISP. Add as many nameserver lines as your ISP
+ provides. The domain line defaults to your hostname's
domain, and is probably unnecessary. Refer to the resolv.conf
manual page for details of other possible entries in this
file.
@@ -19426,7 +19426,7 @@
to the example below.
- Lines that end in a ``:'' start in the first column, all
+ Lines that end in a : start in the first column, all
other lines should be indented as shown using spaces or
tabs.
@@ -19493,13 +19493,13 @@
Sets the phone number for this provider. Multiple
- phone numbers may be specified using the ``:'' or ``|''
+ phone numbers may be specified using the : or |
character as a separator. The difference between these
spearators is described in the ppp manual page. To
summarize, if you want to rotate through the numbers,
- use the ``:''. If you want to always attempt to dial
+ use the :. If you want to always attempt to dial
the first number first and only use the other numbers if
- the first number fails, use the ``|''. Always quote the
+ the first number fails, use the |. Always quote the
entire set of phone numbers as shown.
@@ -19643,7 +19643,7 @@
Line 10:
- The number after the ``/'' character is the number
+ The number after the / character is the number
of bits of the address that ppp will insist on. You may
wish to use IP numbers more appropriate to your
circumstances, but the above example will almost always
@@ -20188,7 +20188,7 @@
/etc/sysconfig).Working from the top down in this file, make sure the
- ``hostname='' line is set, e.g.:
+ hostname= line is set, e.g.:
@@ -20228,7 +20228,7 @@
for further details.
- Set the router program to ``NO'' with the line
+ Set the router program to NO with the line
@@ -20242,7 +20242,7 @@
table entries created by ppp.It is probably worth your while ensuring that the
- ``sendmail_flags'' line does not include the ``-q'' option,
+ sendmail_flags line does not include the option,
otherwise sendmail will attempt to do a network lookup every now
and then, possibly causing your machine to dial out. You may
try:
@@ -20367,7 +20367,7 @@
Create a profile in this users home directory that runs
- ``ppp -direct direct-server'' or similar.
+ ppp -direct direct-server or similar.
@@ -21100,7 +21100,7 @@
two SLIP interfaces built into the kernel. (The asterisks after
the sl0 and sl1 indicate that the interfaces are
- ``down''.)
+ down.)However, FreeBSD's default kernels do not come configured to
forward packets (ie, your FreeBSD machine will not act as a
@@ -22824,7 +22824,7 @@
next line handles mail to the local Ethernet domain that can be
delivered using SMTP. Finally, the UUCP neighbors are mentioned
in the .UUCP pseudo-domain notation, to allow for a
- ``uucp-neighbor!recipient'' override of the default rules. The
+ uucp-neighbor!recipient override of the default rules. The
last line is always a single dot, matching everything else, with
UUCP delivery to a UUCP neighbor that serves as your universal
mail gateway to the world. All of the node names behind the
@@ -22841,7 +22841,7 @@
Final hint: if you are uncertain whether some particular mail
routing would work, remember the option to
sendmail. It starts sendmail in address test
- mode; simply enter ``0 '', followed by the address
+ mode; simply enter 0, followed by the address
you wish to test for the mail routing. The last line tells you
the used internal mail agent, the destination host this agent will
be called with, and the (possibly translated) address. Leave this
@@ -22908,7 +22908,7 @@
- Sendmail says ``mail loops back to myself''
+ Sendmail says mail loops back to myselfThis is answered in the sendmail FAQ as follows:-
* I am getting "Local configuration
@@ -22948,7 +22948,7 @@
Only one host should be specified as the final recipient ( add
- ``Cw bigco.com'' in /etc/sendmail.cf on
+ Cw bigco.com in /etc/sendmail.cf on
bigco.com).When the senders sendmail is trying to deliver the mail it
@@ -23475,12 +23475,12 @@
If you may wish to get your deltas via email:Send email to &a.majordomo; to subscribe to one of the
- CTM distribution lists. ``ctm-cvs-cur''
- supports the entire cvs tree. ``ctm-src-cur'' supports the head
- of the development branch. ``ctm-src-2_2'' supports the 2.2
+ CTM distribution lists. ctm-cvs-cur
+ supports the entire cvs tree. ctm-src-cur supports the head
+ of the development branch. ctm-src-2_2 supports the 2.2
release branch, etc. (If you do not know how to subscribe
yourself using majordomo, send a message first containing the
- word ``help'' - it will send you back usage
+ word help - it will send you back usage
instructions.)When you begin receiving your CTM updates
@@ -30536,7 +30536,7 @@
Stick to version numbers of the form major.minor (x.y). Our
dynamic linker does not handle version numbers of the form x.y.z
- well. Any version number after the ``y'' (ie. the third digit) is
+ well. Any version number after the y (ie. the third digit) is
totally ignored when comparing shared lib version numbers to decide
which library to link with. Given two shared libraries that differ
only in the `micro' revision, ld.so will link with the higher one.
@@ -30904,7 +30904,7 @@
have a new core dump handy <g>, my kernel has not
panicked for a rather long time.) From looking at the code
in source line 403, there is a high probability that either
- the pointer access for ``tp'' was messed up, or the array
+ the pointer access for tp was messed up, or the array
access was out of bounds.
@@ -31401,8 +31401,8 @@
Installing Linux Emulation in 2.2.2-RELEASE and later
- It is no longer necessary to specify ``options LINUX'' or
- ``options COMPAT_LINUX''. Linux emulation is done with an LKM
+ It is no longer necessary to specify options LINUX or
+ options COMPAT_LINUX. Linux emulation is done with an LKM
(Loadable Kernel Module) so it can be installed on the fly
without having to reboot. You will need the following things in
your startup files, however:
@@ -31828,8 +31828,8 @@
So, in this case, you will need the packages ldso, shlibs,
xf_lib and oldlibs. In each of the contents-files for these
- packages, look for a line saying ``PACKAGE LOCATION'', it will
- tell you on which `disk' the package is, in our case it will tell
+ packages, look for a line saying PACKAGE LOCATION, it will
+ tell you on which disk the package is, in our case it will tell
us in which subdirectory we need to look. For our example, we
would find the following locations:
@@ -31847,7 +31847,7 @@
- The locations called ``diskXX'' refer to the ``slakware/XX''
+ The locations called diskXX refer to the slakware/XX
subdirectories of the distribution, others may be found in the
contrib subdirectory. In this case, we
could now retrieve the packages we need by retrieving the
@@ -32135,7 +32135,7 @@
While this is technically possible, it is not
- particular useful because of the ``FAT'' filesystem's
+ particular useful because of the FAT filesystem's
inability to deal with links, device nodes and other such
UNIXisms.
@@ -35143,7 +35143,7 @@
mailing list for users of freebsd-stable. It includes
warnings about new features coming out in -stable that
will affect the users, and instructions on steps that must
- be taken to remain -stable. Anyone running ``stable''
+ be taken to remain -stable. Anyone running stable
should subscribe to this list. This is a technical mailing
list for which strictly technical content is
expected.
diff --git a/en_US.ISO_8859-1/books/handbook/book.sgml b/en_US.ISO_8859-1/books/handbook/book.sgml
index 0f1d278f62..a535fe9063 100644
--- a/en_US.ISO_8859-1/books/handbook/book.sgml
+++ b/en_US.ISO_8859-1/books/handbook/book.sgml
@@ -2502,8 +2502,8 @@
examination of how Makefiles work; suffice it to say that the line
starting with MAN3 ensures that the ElectricFence man page is
compressed after installation, to help conserve your precious disk
- space. The original port did not provide an ``install'' target,
- so the three lines from ``do-install'' ensure that the files
+ space. The original port did not provide an install target,
+ so the three lines from do-install ensure that the files
produced by this port are placed in the correct
destination.
@@ -4012,7 +4012,7 @@
- device sc0 at isa? port ``IO_KBD' tty irq 1
+ device sc0 at isa? port "IO_KBD" tty irq 1
vector scintrsc0 is the default
@@ -9371,7 +9371,7 @@
performs two-way communication with the printer. It updates the
printer's status file with verbose information from the printer,
so users and administrators can see exactly what the state of
- the printer is (such as ``toner low'' or ``paper jam''). But
+ the printer is (such as toner low or paper jam). But
more importantly, it includes a program called psif which detects whether the incoming
job is plain text and calls textps
(another program that comes with lprps) to convert it to PostScript. It
@@ -18918,8 +18918,8 @@
Or use cu as root with the following command:
- cu -l``line'' -s``speed'' with line being the
- serial port (e.g./dev/cuaa0) and speed being
+ cu -lline -sspeed with line being the
+ serial port (e.g./dev/cuaa0) and speed being
the speed (e.g.57600). When you are
done entering the AT commands hit ~.
to exit.
@@ -19052,7 +19052,7 @@
You must have pressed CTRL+A, tip's raise character, specially
designed for people with broken caps-lock keys. Use ~s as above and set the variable
- ``raisechar'' to something reasonable. In fact, you can set it to
+ raisechar to something reasonable. In fact, you can set it to
the same as the force character, if you never expect to use either
of these features.
@@ -19208,7 +19208,7 @@
Building a ppp ready kernel
- As the description states, ``ppp'' uses the kernel ``tun''
+ As the description states, ppp uses the kernel tun
device. It is necessary to make sure that your kernel has support
for this device compiled in.
@@ -19231,8 +19231,8 @@
If your kernel configuration file does not have this line in
it, or you need to configure more than one tun device (for
example, if you are setting up a server and could have 16 dialup
- ppp connections at any one time then you will need to use ``16''
- instead of ``1''), then you should add the line, re-compile,
+ ppp connections at any one time then you will need to use 16
+ instead of 1), then you should add the line, re-compile,
re-install and boot the new kernel. Please refer to the
section for more information on kernel
@@ -19271,13 +19271,13 @@
Check the tun device
- Most users will only require one ``tun'' device (tun0). If you
- have used more (i.e., a number other than `1' in the pseudo-device
+ Most users will only require one tun device (/dev/tun0). If you
+ have used more (i.e., a number other than 1 in the pseudo-device
line in the kernel configuration file) then alter all references
- to ``tun0'' below to reflect whichever device number you are
+ to tun0 below to reflect whichever device number you are
using.
- The easiest way to make sure that the tun0 device is
+ The easiest way to make sure that the tun0 device is
configured correctly is to re-make it. To do this, execute the
following commands:
@@ -19390,8 +19390,8 @@
The x.x.x.x and y.y.y.y addresses are those given to you
- by your ISP. Add as many ``nameserver'' lines as your ISP
- provides. The ``domain'' line defaults to your hostname's
+ by your ISP. Add as many nameserver lines as your ISP
+ provides. The domain line defaults to your hostname's
domain, and is probably unnecessary. Refer to the resolv.conf
manual page for details of other possible entries in this
file.
@@ -19426,7 +19426,7 @@
to the example below.
- Lines that end in a ``:'' start in the first column, all
+ Lines that end in a : start in the first column, all
other lines should be indented as shown using spaces or
tabs.
@@ -19493,13 +19493,13 @@
Sets the phone number for this provider. Multiple
- phone numbers may be specified using the ``:'' or ``|''
+ phone numbers may be specified using the : or |
character as a separator. The difference between these
spearators is described in the ppp manual page. To
summarize, if you want to rotate through the numbers,
- use the ``:''. If you want to always attempt to dial
+ use the :. If you want to always attempt to dial
the first number first and only use the other numbers if
- the first number fails, use the ``|''. Always quote the
+ the first number fails, use the |. Always quote the
entire set of phone numbers as shown.
@@ -19643,7 +19643,7 @@
Line 10:
- The number after the ``/'' character is the number
+ The number after the / character is the number
of bits of the address that ppp will insist on. You may
wish to use IP numbers more appropriate to your
circumstances, but the above example will almost always
@@ -20188,7 +20188,7 @@
/etc/sysconfig).Working from the top down in this file, make sure the
- ``hostname='' line is set, e.g.:
+ hostname= line is set, e.g.:
@@ -20228,7 +20228,7 @@
for further details.
- Set the router program to ``NO'' with the line
+ Set the router program to NO with the line
@@ -20242,7 +20242,7 @@
table entries created by ppp.It is probably worth your while ensuring that the
- ``sendmail_flags'' line does not include the ``-q'' option,
+ sendmail_flags line does not include the option,
otherwise sendmail will attempt to do a network lookup every now
and then, possibly causing your machine to dial out. You may
try:
@@ -20367,7 +20367,7 @@
Create a profile in this users home directory that runs
- ``ppp -direct direct-server'' or similar.
+ ppp -direct direct-server or similar.
@@ -21100,7 +21100,7 @@
two SLIP interfaces built into the kernel. (The asterisks after
the sl0 and sl1 indicate that the interfaces are
- ``down''.)
+ down.)However, FreeBSD's default kernels do not come configured to
forward packets (ie, your FreeBSD machine will not act as a
@@ -22824,7 +22824,7 @@
next line handles mail to the local Ethernet domain that can be
delivered using SMTP. Finally, the UUCP neighbors are mentioned
in the .UUCP pseudo-domain notation, to allow for a
- ``uucp-neighbor!recipient'' override of the default rules. The
+ uucp-neighbor!recipient override of the default rules. The
last line is always a single dot, matching everything else, with
UUCP delivery to a UUCP neighbor that serves as your universal
mail gateway to the world. All of the node names behind the
@@ -22841,7 +22841,7 @@
Final hint: if you are uncertain whether some particular mail
routing would work, remember the option to
sendmail. It starts sendmail in address test
- mode; simply enter ``0 '', followed by the address
+ mode; simply enter 0, followed by the address
you wish to test for the mail routing. The last line tells you
the used internal mail agent, the destination host this agent will
be called with, and the (possibly translated) address. Leave this
@@ -22908,7 +22908,7 @@
- Sendmail says ``mail loops back to myself''
+ Sendmail says mail loops back to myselfThis is answered in the sendmail FAQ as follows:-
* I am getting "Local configuration
@@ -22948,7 +22948,7 @@
Only one host should be specified as the final recipient ( add
- ``Cw bigco.com'' in /etc/sendmail.cf on
+ Cw bigco.com in /etc/sendmail.cf on
bigco.com).When the senders sendmail is trying to deliver the mail it
@@ -23475,12 +23475,12 @@
If you may wish to get your deltas via email:Send email to &a.majordomo; to subscribe to one of the
- CTM distribution lists. ``ctm-cvs-cur''
- supports the entire cvs tree. ``ctm-src-cur'' supports the head
- of the development branch. ``ctm-src-2_2'' supports the 2.2
+ CTM distribution lists. ctm-cvs-cur
+ supports the entire cvs tree. ctm-src-cur supports the head
+ of the development branch. ctm-src-2_2 supports the 2.2
release branch, etc. (If you do not know how to subscribe
yourself using majordomo, send a message first containing the
- word ``help'' - it will send you back usage
+ word help - it will send you back usage
instructions.)When you begin receiving your CTM updates
@@ -30536,7 +30536,7 @@
Stick to version numbers of the form major.minor (x.y). Our
dynamic linker does not handle version numbers of the form x.y.z
- well. Any version number after the ``y'' (ie. the third digit) is
+ well. Any version number after the y (ie. the third digit) is
totally ignored when comparing shared lib version numbers to decide
which library to link with. Given two shared libraries that differ
only in the `micro' revision, ld.so will link with the higher one.
@@ -30904,7 +30904,7 @@
have a new core dump handy <g>, my kernel has not
panicked for a rather long time.) From looking at the code
in source line 403, there is a high probability that either
- the pointer access for ``tp'' was messed up, or the array
+ the pointer access for tp was messed up, or the array
access was out of bounds.
@@ -31401,8 +31401,8 @@
Installing Linux Emulation in 2.2.2-RELEASE and later
- It is no longer necessary to specify ``options LINUX'' or
- ``options COMPAT_LINUX''. Linux emulation is done with an LKM
+ It is no longer necessary to specify options LINUX or
+ options COMPAT_LINUX. Linux emulation is done with an LKM
(Loadable Kernel Module) so it can be installed on the fly
without having to reboot. You will need the following things in
your startup files, however:
@@ -31828,8 +31828,8 @@
So, in this case, you will need the packages ldso, shlibs,
xf_lib and oldlibs. In each of the contents-files for these
- packages, look for a line saying ``PACKAGE LOCATION'', it will
- tell you on which `disk' the package is, in our case it will tell
+ packages, look for a line saying PACKAGE LOCATION, it will
+ tell you on which disk the package is, in our case it will tell
us in which subdirectory we need to look. For our example, we
would find the following locations:
@@ -31847,7 +31847,7 @@
- The locations called ``diskXX'' refer to the ``slakware/XX''
+ The locations called diskXX refer to the slakware/XX
subdirectories of the distribution, others may be found in the
contrib subdirectory. In this case, we
could now retrieve the packages we need by retrieving the
@@ -32135,7 +32135,7 @@
While this is technically possible, it is not
- particular useful because of the ``FAT'' filesystem's
+ particular useful because of the FAT filesystem's
inability to deal with links, device nodes and other such
UNIXisms.
@@ -35143,7 +35143,7 @@
mailing list for users of freebsd-stable. It includes
warnings about new features coming out in -stable that
will affect the users, and instructions on steps that must
- be taken to remain -stable. Anyone running ``stable''
+ be taken to remain -stable. Anyone running stable
should subscribe to this list. This is a technical mailing
list for which strictly technical content is
expected.