summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/stringprep/stringprep_data.man
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/stringprep/stringprep_data.man')
-rw-r--r--tcllib/modules/stringprep/stringprep_data.man21
1 files changed, 21 insertions, 0 deletions
diff --git a/tcllib/modules/stringprep/stringprep_data.man b/tcllib/modules/stringprep/stringprep_data.man
new file mode 100644
index 0000000..63b35f6
--- /dev/null
+++ b/tcllib/modules/stringprep/stringprep_data.man
@@ -0,0 +1,21 @@
+[comment {-*- tcl -*- doctools manpage}]
+[manpage_begin stringprep::data n 1.0.1]
+[keywords stringprep]
+[keywords unicode]
+[copyright {2007-2009, Sergei Golovan <sgolovan@nes.ru>}]
+[moddesc {Preparation of Internationalized Strings}]
+[titledesc {stringprep data tables, generated, internal}]
+[require Tcl 8.3]
+[require stringprep::data 1.0.1]
+[description]
+[para]
+
+The [package stringprep::data] package is a helper for
+[package stringprep], providing it with the data tables needed to
+perform its functions. It is an [emph internal] package which should
+not be accessed on its own. Because of that it has no publicly
+documented API either. Its implementation is generated by a script.
+
+[vset CATEGORY stringprep]
+[include ../doctools2base/include/feedback.inc]
+[manpage_end]