docs/56900: [patch] articles/diskless-x: fix wrong sgml markup
Josef El-Rayes
j.el-rayes at daemon.li
Mon Sep 15 20:30:30 UTC 2003
>Number: 56900
>Category: docs
>Synopsis: [patch] articles/diskless-x: fix wrong sgml markup
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 15 13:30:26 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Josef El-Rayes
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gina.at 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 13 13:22:16 CEST 2003 root at gina.at:/usr/obj/usr/src/sys/GINA i386
>Description:
doc/en_US.ISO8859-1/articles/diskless-x/article.sgml:
o add missing <application>-tag
o /etc/bootptab is a filename
>How-To-Repeat:
>Fix:
--- article.sgml.diff begins here ---
--- article.sgml.orig Mon Sep 15 18:15:01 2003
+++ article.sgml Mon Sep 15 18:22:35 2003
@@ -181,14 +181,14 @@
send a <literal>HUP</literal> signal to inetd. To do this, get the
process ID of inetd with <command>ps -ax | grep inetd | grep -v
grep</command>. Once you have it, send it a <literal>HUP</literal> signal. Do this by
- <command>kill -HUP <pid></command>. This will force inetd to
+ <command>kill -HUP <pid></command>. This will force <application>inetd</application> to
re-read its config file.</para>
<para>Did you remember to note the <literal>addr</literal> line from the
output of the boot loader on the diskless system? Guess what, here is
where you need it.</para>
- <para>Add an entry to <literal>/etc/bootptab</literal> (maybe creating the
+ <para>Add an entry to <filename>/etc/bootptab</filename> (maybe creating the
file). It should be laid out identical to this:</para>
<programlisting>altair:\
--- article.sgml.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list