diff options
Diffstat (limited to 'libcommuni/src/3rdparty/uchardet-0.0.1/doc')
| -rw-r--r-- | libcommuni/src/3rdparty/uchardet-0.0.1/doc/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | libcommuni/src/3rdparty/uchardet-0.0.1/doc/uchardet.1 | 18 |
2 files changed, 24 insertions, 0 deletions
diff --git a/libcommuni/src/3rdparty/uchardet-0.0.1/doc/CMakeLists.txt b/libcommuni/src/3rdparty/uchardet-0.0.1/doc/CMakeLists.txt new file mode 100644 index 0000000..f14354e --- /dev/null +++ b/libcommuni/src/3rdparty/uchardet-0.0.1/doc/CMakeLists.txt @@ -0,0 +1,6 @@ +install( + FILES + uchardet.1 + DESTINATION + ${DIR_SHARE}/man/man1 +) diff --git a/libcommuni/src/3rdparty/uchardet-0.0.1/doc/uchardet.1 b/libcommuni/src/3rdparty/uchardet-0.0.1/doc/uchardet.1 new file mode 100644 index 0000000..7d187fe --- /dev/null +++ b/libcommuni/src/3rdparty/uchardet-0.0.1/doc/uchardet.1 @@ -0,0 +1,18 @@ +.TH UCHARDET "1" "July 2011" "uchardet " "User Commands" +.SH NAME +uchardet \- universalchardet (Universal Charset Detector) +.SH DESCRIPTION +uchardet Command Line Tool +.SS "Usage:" +.HP +uchardet [\fBOptions\fR] [\fBFile\fR] +.HP +\fB\-v\fR +Print version and build information. +.HP +\fB\-h\fR +Print help text. +.HP +.IP +.PP +uchardet Command Line Tool |
