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
|
@ -118,7 +118,7 @@ FreeBSD Entities//EN"> %freebsd;
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Read the freebsd-questions mailing list and &ng.misc
|
||||
<para>Read the freebsd-questions mailing list and &ng.misc;
|
||||
occasionally (or even regularly). It can be very satisfying to
|
||||
share your expertise and help people solve their problems;
|
||||
sometimes you may even learn something new yourself! These forums
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue