summaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:56:00 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:56:00 +0000
commit77d737ee88c7ac14aead1dd70dafe270a2624ef0 (patch)
tree6c394d8308f5374809b0162fc0be16c6eff713f8 /share/examples
parentb4346b9b2dfe86a97907573086dff096850dcb1d (diff)
- Rename the share/sgml directories to share/xml
- Fix build errors from the next change Approved by: doceng (implicit)
Notes
svn path=/head/; revision=39632
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/add-manref.sh2
-rw-r--r--share/examples/check-manref.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/add-manref.sh b/share/examples/add-manref.sh
index c0191d2030..0fdb1b4f57 100644
--- a/share/examples/add-manref.sh
+++ b/share/examples/add-manref.sh
@@ -14,7 +14,7 @@
# This is also very ugly, but that's the price of not having Tcl in
# the base system!
#
-# Tested with doc/share/sgml/man-refs.ent rev. 1.85 (dd, 2001/06/30).
+# Tested with doc/share/xml/man-refs.ent rev. 1.85 (dd, 2001/06/30).
#
# Exit codes: 0- added; 1- exists; 2- something else;
#
diff --git a/share/examples/check-manref.sh b/share/examples/check-manref.sh
index 0214d6be6e..f6cc94098c 100644
--- a/share/examples/check-manref.sh
+++ b/share/examples/check-manref.sh
@@ -14,7 +14,7 @@
# be necessary to run it more than once per section to make sure
# everything is clean.
#
-# Used to create doc/share/sgml/man-refs.ent rev. 1.85 (dd, 2001/06/30).
+# Used to create doc/share/xml/man-refs.ent rev. 1.85 (dd, 2001/06/30).
#
# Exit codes: 0- okay; 1- something out of order; 2- something else;
#