From f89eaac31cd3704ec7fff0a5e2d40c62f18d34dd Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Thu, 11 Jun 1998 08:24:07 +0000 Subject: [PATCH] Converted appropriate occurences of ... to ... As with most of these conversions, I won't have got all of them in this first pass. --- en/handbook/README | 7 +++++ en/handbook/handbook.sgml | 34 +++++++++++------------ en_US.ISO8859-1/books/handbook/book.sgml | 34 +++++++++++------------ en_US.ISO_8859-1/books/handbook/book.sgml | 34 +++++++++++------------ 4 files changed, 58 insertions(+), 51 deletions(-) diff --git a/en/handbook/README b/en/handbook/README index ba6e480cf9..8af679a7a8 100644 --- a/en/handbook/README +++ b/en/handbook/README @@ -190,4 +190,11 @@ for example, ``'' becomes + 10. Converted appropriate occurences of + + ... + + to + + ... diff --git a/en/handbook/handbook.sgml b/en/handbook/handbook.sgml index 4e5eb9835d..ea6810156c 100644 --- a/en/handbook/handbook.sgml +++ b/en/handbook/handbook.sgml @@ -3313,7 +3313,7 @@ that do not depend on the architecture are listed in /sys/conf/options, architecture-dependent ones in - /sys/arch/conf/options.arch, with arch being for example i386. + /sys/arch/conf/options.arch, with arch being for example i386. @@ -4750,7 +4750,7 @@ # sh MAKEDEV wcd0 When this script finishes, you will find that - there are now wcd0c and wcd0c and rwcd0c entries in /dev so you know that it executed correctly. @@ -4926,7 +4926,7 @@ non-regulated password scrambler, and then provide as a separate add-on library the DES-based password hash. The password-scrambling function was moved out of the C library to a separate library, - called `libcrypt' because the name of + called `libcrypt' because the name of the C function to implement it is `crypt'. In FreeBSD 1.x and some pre-release 2.0 snapshots, the non-regulated scrambler uses an insecure function @@ -5531,7 +5531,7 @@ Now, this command only generates a temporary file which must - be renamed to srvtab so that all the + be renamed to srvtab so that all the server can pick it up. Use the mv command to move it into place on the original system: @@ -5545,7 +5545,7 @@ deemed safe, then copy the <client>-new-srvtab to removable media and transport it by secure physical means. Be sure to rename it to - srvtab in the client's + srvtab in the client's /etc/kerberosIV directory, and make sure it is mode 600: @@ -18117,7 +18117,7 @@ in /usr/src/share/doc/smm] and FreeBSD Configuration Options [in /sys/conf/options and in - /sys/arch/conf/options.arch, with arch for example being i386] for more information on configuring and building kernels. You may have to unpack the kernel source distribution if have not installed the system sources already (srcdist/srcsys.?? in FreeBSD 1.1, srcdist/sys.?? in FreeBSD 1.1.5.1, or the entire source distribution in FreeBSD 2.0) to be able to configure and build kernels. + /sys/arch/conf/options.arch, with arch for example being i386] for more information on configuring and building kernels. You may have to unpack the kernel source distribution if have not installed the system sources already (srcdist/srcsys.?? in FreeBSD 1.1, srcdist/sys.?? in FreeBSD 1.1.5.1, or the entire source distribution in FreeBSD 2.0) to be able to configure and build kernels. Create a kernel configuration file for your system (if you have not already) by cding to @@ -18326,7 +18326,7 @@ wish to use for your modem. If you have a 2400 bps modem, you can probably use the existing D2400 entry. This entry already exists - in the FreeBSD 1.1.5.1 gettytab + in the FreeBSD 1.1.5.1 gettytab file, so you do not need to add it unless it is missing under your version of FreeBSD: @@ -18378,7 +18378,7 @@ If you have a 28.8 Kbps modem and/or you want to take advantage of compression on a 14.4 Kbps modem, you need to use a higher communications rate than 19.2 Kbps. Here is an - example of a gettytab entry + example of a gettytab entry starting a 57.6 Kbps: @@ -20420,7 +20420,7 @@ Update your /etc/rc.conf (or - sysconfig) file. + sysconfig) file. @@ -20468,7 +20468,7 @@ Update your /etc/rc.conf (or - sysconfig) file. + sysconfig) file. @@ -26250,7 +26250,7 @@ Writing the <filename>Makefile</filename> - The minimal Makefile would + The minimal Makefile would look something like this: @@ -26388,7 +26388,7 @@ everybody else happy about it too. To accomplish this, pack the necessary files (everything described in this section -- in particular do not include the original - source tarball, the `work' + source tarball, the `work' subdirectory or the package) into a .tar.gz file, stick it in the directory @@ -26449,7 +26449,7 @@ remap=tt>${DISTDIR} (typically a gzip'd tarball) and unpacks it into a temporary subdirectory specified by ${WRKDIR} - (defaults to work). + (defaults to work). @@ -26518,7 +26518,7 @@ define targets `pre-<something>' or `post-<something>', or put scripts - with those names, in the scripts + with those names, in the scripts subdirectory, and they will be run before or after the default actions are done. @@ -27209,7 +27209,7 @@ Makefiles don't include correct dependencies for info files. In emacs' case, I had to patch the main Makefile.in so it will - descend into the man + descend into the man subdirectory to rebuild the info pages. @@ -27247,7 +27247,7 @@ If there is a place in the Makefile that is installing the - dir file, delete it. Your + dir file, delete it. Your port may not be doing it. Also, remove any commands that are otherwise mucking around with the dir file. @@ -34350,7 +34350,7 @@ it is kept up-to-date by CTM. That means if you CVSup cvs-all with release=cvs from this site, you get a version of the repository (including the - inevitable .ctm_status file) which is + inevitable .ctm_status file) which is suitable for being updated using the CTM cvs-cur deltas. This allows users who track the entire cvs-all tree to go from diff --git a/en_US.ISO8859-1/books/handbook/book.sgml b/en_US.ISO8859-1/books/handbook/book.sgml index 4e5eb9835d..ea6810156c 100644 --- a/en_US.ISO8859-1/books/handbook/book.sgml +++ b/en_US.ISO8859-1/books/handbook/book.sgml @@ -3313,7 +3313,7 @@ that do not depend on the architecture are listed in /sys/conf/options, architecture-dependent ones in - /sys/arch/conf/options.arch, with arch being for example i386. + /sys/arch/conf/options.arch, with arch being for example i386. @@ -4750,7 +4750,7 @@ # sh MAKEDEV wcd0 When this script finishes, you will find that - there are now wcd0c and wcd0c and rwcd0c entries in /dev so you know that it executed correctly. @@ -4926,7 +4926,7 @@ non-regulated password scrambler, and then provide as a separate add-on library the DES-based password hash. The password-scrambling function was moved out of the C library to a separate library, - called `libcrypt' because the name of + called `libcrypt' because the name of the C function to implement it is `crypt'. In FreeBSD 1.x and some pre-release 2.0 snapshots, the non-regulated scrambler uses an insecure function @@ -5531,7 +5531,7 @@ Now, this command only generates a temporary file which must - be renamed to srvtab so that all the + be renamed to srvtab so that all the server can pick it up. Use the mv command to move it into place on the original system: @@ -5545,7 +5545,7 @@ deemed safe, then copy the <client>-new-srvtab to removable media and transport it by secure physical means. Be sure to rename it to - srvtab in the client's + srvtab in the client's /etc/kerberosIV directory, and make sure it is mode 600: @@ -18117,7 +18117,7 @@ in /usr/src/share/doc/smm] and FreeBSD Configuration Options [in /sys/conf/options and in - /sys/arch/conf/options.arch, with arch for example being i386] for more information on configuring and building kernels. You may have to unpack the kernel source distribution if have not installed the system sources already (srcdist/srcsys.?? in FreeBSD 1.1, srcdist/sys.?? in FreeBSD 1.1.5.1, or the entire source distribution in FreeBSD 2.0) to be able to configure and build kernels. + /sys/arch/conf/options.arch, with arch for example being i386] for more information on configuring and building kernels. You may have to unpack the kernel source distribution if have not installed the system sources already (srcdist/srcsys.?? in FreeBSD 1.1, srcdist/sys.?? in FreeBSD 1.1.5.1, or the entire source distribution in FreeBSD 2.0) to be able to configure and build kernels. Create a kernel configuration file for your system (if you have not already) by cding to @@ -18326,7 +18326,7 @@ wish to use for your modem. If you have a 2400 bps modem, you can probably use the existing D2400 entry. This entry already exists - in the FreeBSD 1.1.5.1 gettytab + in the FreeBSD 1.1.5.1 gettytab file, so you do not need to add it unless it is missing under your version of FreeBSD: @@ -18378,7 +18378,7 @@ If you have a 28.8 Kbps modem and/or you want to take advantage of compression on a 14.4 Kbps modem, you need to use a higher communications rate than 19.2 Kbps. Here is an - example of a gettytab entry + example of a gettytab entry starting a 57.6 Kbps: @@ -20420,7 +20420,7 @@ Update your /etc/rc.conf (or - sysconfig) file. + sysconfig) file. @@ -20468,7 +20468,7 @@ Update your /etc/rc.conf (or - sysconfig) file. + sysconfig) file. @@ -26250,7 +26250,7 @@ Writing the <filename>Makefile</filename> - The minimal Makefile would + The minimal Makefile would look something like this: @@ -26388,7 +26388,7 @@ everybody else happy about it too. To accomplish this, pack the necessary files (everything described in this section -- in particular do not include the original - source tarball, the `work' + source tarball, the `work' subdirectory or the package) into a .tar.gz file, stick it in the directory @@ -26449,7 +26449,7 @@ remap=tt>${DISTDIR} (typically a gzip'd tarball) and unpacks it into a temporary subdirectory specified by ${WRKDIR} - (defaults to work). + (defaults to work). @@ -26518,7 +26518,7 @@ define targets `pre-<something>' or `post-<something>', or put scripts - with those names, in the scripts + with those names, in the scripts subdirectory, and they will be run before or after the default actions are done. @@ -27209,7 +27209,7 @@ Makefiles don't include correct dependencies for info files. In emacs' case, I had to patch the main Makefile.in so it will - descend into the man + descend into the man subdirectory to rebuild the info pages. @@ -27247,7 +27247,7 @@ If there is a place in the Makefile that is installing the - dir file, delete it. Your + dir file, delete it. Your port may not be doing it. Also, remove any commands that are otherwise mucking around with the dir file. @@ -34350,7 +34350,7 @@ it is kept up-to-date by CTM. That means if you CVSup cvs-all with release=cvs from this site, you get a version of the repository (including the - inevitable .ctm_status file) which is + inevitable .ctm_status file) which is suitable for being updated using the CTM cvs-cur deltas. This allows users who track the entire cvs-all tree to go from diff --git a/en_US.ISO_8859-1/books/handbook/book.sgml b/en_US.ISO_8859-1/books/handbook/book.sgml index 4e5eb9835d..ea6810156c 100644 --- a/en_US.ISO_8859-1/books/handbook/book.sgml +++ b/en_US.ISO_8859-1/books/handbook/book.sgml @@ -3313,7 +3313,7 @@ that do not depend on the architecture are listed in /sys/conf/options, architecture-dependent ones in - /sys/arch/conf/options.arch, with arch being for example i386. + /sys/arch/conf/options.arch, with arch being for example i386. @@ -4750,7 +4750,7 @@ # sh MAKEDEV wcd0 When this script finishes, you will find that - there are now wcd0c and wcd0c and rwcd0c entries in /dev so you know that it executed correctly. @@ -4926,7 +4926,7 @@ non-regulated password scrambler, and then provide as a separate add-on library the DES-based password hash. The password-scrambling function was moved out of the C library to a separate library, - called `libcrypt' because the name of + called `libcrypt' because the name of the C function to implement it is `crypt'. In FreeBSD 1.x and some pre-release 2.0 snapshots, the non-regulated scrambler uses an insecure function @@ -5531,7 +5531,7 @@ Now, this command only generates a temporary file which must - be renamed to srvtab so that all the + be renamed to srvtab so that all the server can pick it up. Use the mv command to move it into place on the original system: @@ -5545,7 +5545,7 @@ deemed safe, then copy the <client>-new-srvtab to removable media and transport it by secure physical means. Be sure to rename it to - srvtab in the client's + srvtab in the client's /etc/kerberosIV directory, and make sure it is mode 600: @@ -18117,7 +18117,7 @@ in /usr/src/share/doc/smm] and FreeBSD Configuration Options [in /sys/conf/options and in - /sys/arch/conf/options.arch, with arch for example being i386] for more information on configuring and building kernels. You may have to unpack the kernel source distribution if have not installed the system sources already (srcdist/srcsys.?? in FreeBSD 1.1, srcdist/sys.?? in FreeBSD 1.1.5.1, or the entire source distribution in FreeBSD 2.0) to be able to configure and build kernels. + /sys/arch/conf/options.arch, with arch for example being i386] for more information on configuring and building kernels. You may have to unpack the kernel source distribution if have not installed the system sources already (srcdist/srcsys.?? in FreeBSD 1.1, srcdist/sys.?? in FreeBSD 1.1.5.1, or the entire source distribution in FreeBSD 2.0) to be able to configure and build kernels. Create a kernel configuration file for your system (if you have not already) by cding to @@ -18326,7 +18326,7 @@ wish to use for your modem. If you have a 2400 bps modem, you can probably use the existing D2400 entry. This entry already exists - in the FreeBSD 1.1.5.1 gettytab + in the FreeBSD 1.1.5.1 gettytab file, so you do not need to add it unless it is missing under your version of FreeBSD: @@ -18378,7 +18378,7 @@ If you have a 28.8 Kbps modem and/or you want to take advantage of compression on a 14.4 Kbps modem, you need to use a higher communications rate than 19.2 Kbps. Here is an - example of a gettytab entry + example of a gettytab entry starting a 57.6 Kbps: @@ -20420,7 +20420,7 @@ Update your /etc/rc.conf (or - sysconfig) file. + sysconfig) file. @@ -20468,7 +20468,7 @@ Update your /etc/rc.conf (or - sysconfig) file. + sysconfig) file. @@ -26250,7 +26250,7 @@ Writing the <filename>Makefile</filename> - The minimal Makefile would + The minimal Makefile would look something like this: @@ -26388,7 +26388,7 @@ everybody else happy about it too. To accomplish this, pack the necessary files (everything described in this section -- in particular do not include the original - source tarball, the `work' + source tarball, the `work' subdirectory or the package) into a .tar.gz file, stick it in the directory @@ -26449,7 +26449,7 @@ remap=tt>${DISTDIR} (typically a gzip'd tarball) and unpacks it into a temporary subdirectory specified by ${WRKDIR} - (defaults to work). + (defaults to work). @@ -26518,7 +26518,7 @@ define targets `pre-<something>' or `post-<something>', or put scripts - with those names, in the scripts + with those names, in the scripts subdirectory, and they will be run before or after the default actions are done. @@ -27209,7 +27209,7 @@ Makefiles don't include correct dependencies for info files. In emacs' case, I had to patch the main Makefile.in so it will - descend into the man + descend into the man subdirectory to rebuild the info pages. @@ -27247,7 +27247,7 @@ If there is a place in the Makefile that is installing the - dir file, delete it. Your + dir file, delete it. Your port may not be doing it. Also, remove any commands that are otherwise mucking around with the dir file. @@ -34350,7 +34350,7 @@ it is kept up-to-date by CTM. That means if you CVSup cvs-all with release=cvs from this site, you get a version of the repository (including the - inevitable .ctm_status file) which is + inevitable .ctm_status file) which is suitable for being updated using the CTM cvs-cur deltas. This allows users who track the entire cvs-all tree to go from