Use url entities for links between docs
This commit is contained in:
parent
2f69cd65ee
commit
c12c11040e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21827
50 changed files with 222 additions and 162 deletions
|
|
@ -13,5 +13,7 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
|
||||
SRCS= article.sgml
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
%authors;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
%trademarks;
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||
%urls;
|
||||
]>
|
||||
|
||||
<article>
|
||||
|
|
@ -2043,7 +2045,7 @@ device sio11 at isa? port 0x138 flags 0xb05 irq 9</programlisting>
|
|||
|
||||
<para>If you do not already have a custom kernel
|
||||
configuration file set up, refer to <ulink
|
||||
url="../../books/handbook/kernelconfig.html">Kernel
|
||||
url="&url.books.handbook;/kernelconfig.html">Kernel
|
||||
Configuration</ulink> chapter of the FreeBSD Handbook for
|
||||
general procedures. The following are the specifics for the
|
||||
Boca 16 board and assume you are using the kernel name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue