FreeBSD Bugzilla – Attachment 86667 Details for
Bug 123143
[patch] Fix <replaceable> tags in Handbook Chapter 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kernelconfig.patch.diff
kernelconfig.patch.diff (text/plain), 2.55 KB, created by
Gabor Pali
on 2008-04-27 12:50:00 UTC
(
hide
)
Description:
kernelconfig.patch.diff
Filename:
MIME Type:
Creator:
Gabor Pali
Created:
2008-04-27 12:50:00 UTC
Size:
2.55 KB
patch
obsolete
>Index: chapter.sgml >=================================================================== >RCS file: /doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v >retrieving revision 1.181 >diff -u -r1.181 chapter.sgml >--- chapter.sgml 12 Apr 2008 21:44:53 -0000 1.181 >+++ chapter.sgml 27 Apr 2008 11:42:35 -0000 >@@ -272,12 +272,12 @@ > name you want to give your kernel. For example:</para> > > <screen>&prompt.root; <userinput>cd /usr/src/sys/<replaceable>i386</replaceable>/conf</userinput> >-&prompt.root; <userinput>cp GENERIC MYKERNEL</userinput></screen> >+&prompt.root; <userinput>cp GENERIC <replaceable>MYKERNEL</replaceable></userinput></screen> > > <para>Traditionally, this name is in all capital letters and, if you > are maintaining multiple &os; machines with different hardware, > it is a good idea to name it after your machine's hostname. We will >- call it <filename>MYKERNEL</filename> for the purpose of this >+ call it <filename><replaceable>MYKERNEL</replaceable></filename> for the purpose of this > example.</para> > > <tip> >@@ -305,7 +305,7 @@ > &prompt.root; <userinput>ln -s /root/kernels/<replaceable>MYKERNEL</replaceable></userinput></screen> > </tip> > >- <para>Now, edit <filename>MYKERNEL</filename> with your favorite text >+ <para>Now, edit <filename><replaceable>MYKERNEL</replaceable></filename> with your favorite text > editor. If you are just starting out, the only editor available > will probably be <application>vi</application>, which is too complex to > explain here, but is covered well in many books in the <link >@@ -506,7 +506,7 @@ > > <para>This is the identification of the kernel. You should change > this to whatever you named your kernel, >- i.e. <literal>MYKERNEL</literal> if you have followed the >+ i.e. <literal><replaceable>MYKERNEL</replaceable></literal> if you have followed the > instructions of the previous examples. The value you put in the > <literal>ident</literal> string will print when you boot up the > kernel, so it is useful to give the new kernel a different name if you >@@ -1445,7 +1445,7 @@ > as &man.ps.1; may not work properly. To do this, simply > rename the directory containing the good kernel:</para> > >- <screen>&prompt.root; <userinput>mv /boot/kernel /boot/kernel.bad</userinput> >+ <screen>&prompt.root; <userinput>mv /boot/kernel <replaceable>/boot/kernel.bad</replaceable></userinput> > &prompt.root; <userinput>mv /boot/<replaceable>kernel.good</replaceable> /boot/kernel</userinput></screen> > > </note>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 123143
: 86667