hmm. let doctype declaration be correct one.
This commit is contained in:
parent
07778d7e0a
commit
a9dd3ee750
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11392
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN">
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||||
|
%man;
|
||||||
|
]>
|
||||||
|
|
||||||
<!-- The FreeBSD Japanese Documentation Project -->
|
<!-- The FreeBSD Japanese Documentation Project -->
|
||||||
<!-- Original revision: 1.16 -->
|
<!-- Original revision: 1.16 -->
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
Loading…
Reference in a new issue