Fix &entities; that lacked an ending ';' character,
as reported by the following: % cd doc/en_US.ISO8859-1 % find . -type f -name '*.sgml' |\ xargs grep '&[^[:space:];&][^[:space:];]*$' | grep -v '&$' % find . -type f -name '*.sgml' |\ xargs grep '&[^[:space:];&][^[:space:];]*[[:space:]<]' |\ grep -v '&[[: space:]]' | grep -v '[[:space:]]&&[[:space:]]'
This commit is contained in:
parent
3615d4e14e
commit
6ddd2cc0dc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12592
20 changed files with 61 additions and 61 deletions
|
@ -4689,7 +4689,7 @@ zone "10.168.192.in-addr.arpa" in {
|
|||
</calloutlist>
|
||||
|
||||
<para>After completing the steps above, either reboot your
|
||||
server or restart &man.syslogd.8 and start &man.named.8, making
|
||||
server or restart &man.syslogd.8; and start &man.named.8;, making
|
||||
sure to use the new options specified in
|
||||
<varname>syslogd_flags</varname> and
|
||||
<varname>named_flags</varname>. You should now be running a
|
||||
|
@ -5432,7 +5432,7 @@ natd_flags=""</programlisting>
|
|||
<example id="inetd-hangup">
|
||||
<title>Sending <application>inetd</application> a HangUP Signal</title>
|
||||
|
||||
<screen>&prompt.root kill -HUP `cat /var/run/inetd.pid`</screen>
|
||||
<screen>&prompt.root; kill -HUP `cat /var/run/inetd.pid`</screen>
|
||||
</example>
|
||||
|
||||
<para>Each line of the configuration file specifies an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue