From 7d900ddfb471b47e7daec51f87b8943340fc2eea Mon Sep 17 00:00:00 2001 From: Mark Ovens Date: Tue, 3 Oct 2000 23:21:35 +0000 Subject: [PATCH] Fixed minor typo. Removed a duplicate sentence and re-worded the other. Changed signal 12 -> signal 11 in questions section. --- .../books/handbook/cutting-edge/chapter.sgml | 21 ++++++++----------- .../books/handbook/cutting-edge/chapter.sgml | 21 ++++++++----------- 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml index d14cd425b3..cc3bf20da7 100644 --- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml @@ -1,7 +1,7 @@ @@ -525,18 +525,15 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz/etc/make.conf. Keep in mind that - anything to add to /etc/make.conf is also + anything you add to /etc/make.conf is also used every time you run make, so it is a good - idea to set them to something sensible for your system. As a - typical user (not a FreeBSD developer), you will probably want - to add the CFLAGS and - NOPROFILE lines found in - /etc/defaults/make.conf. + idea to set them to something sensible for your system. - Everything is, by default, commented out. Uncomment those - entries that look useful. For a typical user (not a developer), - you will probably want to uncomment the CFLAGS and NOPROFILE - definitions. + As a typical user (not a FreeBSD developer), you will + probably want to copy the CFLAGS and + NOPROFILE lines found in + /etc/defaults/make.conf to + /etc/make.conf and uncomment them. <qandaentry> <question> - <para>My compile failed with lots of signal 12 (or other signal + <para>My compile failed with lots of signal 11 (or other signal number) errors. What has happened?</para> </question> diff --git a/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml index d14cd425b3..cc3bf20da7 100644 --- a/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml @@ -1,7 +1,7 @@ <!-- The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.55 2000/08/21 19:10:18 ben Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.56 2000/08/22 05:54:59 kuriyama Exp $ --> <chapter id="cutting-edge"> @@ -525,18 +525,15 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr default defines – most of which are commented out. To make use of them when you rebuild your system from source, add them to <filename>/etc/make.conf</filename>. Keep in mind that - anything to add to <filename>/etc/make.conf</filename> is also + anything you add to <filename>/etc/make.conf</filename> is also used every time you run <command>make</command>, so it is a good - idea to set them to something sensible for your system. As a - typical user (not a FreeBSD developer), you will probably want - to add the <makevar>CFLAGS</makevar> and - <makevar>NOPROFILE</makevar> lines found in - <filename>/etc/defaults/make.conf</filename>.</para> + idea to set them to something sensible for your system.</para> - <para>Everything is, by default, commented out. Uncomment those - entries that look useful. For a typical user (not a developer), - you will probably want to uncomment the CFLAGS and NOPROFILE - definitions.</para> + <para>As a typical user (not a FreeBSD developer), you will + probably want to copy the <makevar>CFLAGS</makevar> and + <makevar>NOPROFILE</makevar> lines found in + <filename>/etc/defaults/make.conf</filename> to + <filename>/etc/make.conf</filename> and uncomment them.</para> <note> <title/Version 2.1.7 and below/ @@ -1266,7 +1263,7 @@ Script done, …</screen> <qandaentry> <question> - <para>My compile failed with lots of signal 12 (or other signal + <para>My compile failed with lots of signal 11 (or other signal number) errors. What has happened?</para> </question>