1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix description.

This commit is contained in:
Shigeyuki Fukushima 2000-10-27 08:52:14 +00:00
parent f0b776803d
commit 887c2f0aed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34285

View File

@ -23,7 +23,7 @@ usage: mkcatalog [-pq] install|deinstall dtd-subdirectory [catalog-filename]
This commands do the following actions:
1. Add `CATALOG "html/catalog"' to ${PREFIX}/share/sgml/catalog.
2. Add `CATALOG "html/4.0/catalog"'
2. Add `CATALOG "4.0/catalog"'
to ${PREFIX}/share/sgml/html/catalog.
@ -31,14 +31,14 @@ usage: mkcatalog [-pq] install|deinstall dtd-subdirectory [catalog-filename]
This commands do the following actions:
1. Add `CATALOG "docbook/catalog"' to ${PREFIX}/share/sgml/catalog.
2. Add `CATALOG "docbook/4.1/docbook41.cat"'
2. Add `CATALOG "4.1/docbook41.cat"'
to ${PREFIX}/share/sgml/docbook/catalog.
# mkcatalog deinstall docbook/4.1 docbook41.cat
This commands do the following actions:
1. Delete `CATALOG "docbook/4.1/docbook41.cat"'
1. Delete `CATALOG "4.1/docbook41.cat"'
from ${PREFIX}/share/sgml/docbook/catalog.
2. Delete `CATALOG "docbook/catalog"'
from ${PREFIX}/share/sgml/catalog.