diff options
author | ormorph <[email protected]> | 2024-05-11 17:09:03 +0300 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-13 11:42:21 +0900 |
commit | 62547444d92320e4b47c4540ab46827f4b53518e (patch) | |
tree | eba2c524f1285eb310bd68147b7a97a3e8c0df27 /doc/man/kfind | |
parent | fe49603372a6ffb570b45b9ce78e2331de915387 (diff) | |
download | tdebase-62547444d92320e4b47c4540ab46827f4b53518e.tar.gz tdebase-62547444d92320e4b47c4540ab46827f4b53518e.zip |
Build documentation for each subpackage separately
Signed-off-by: ormorph <[email protected]>
(cherry picked from commit 95c3cba08ea09ecabb84cfd662bec76668b89bf7)
Diffstat (limited to 'doc/man/kfind')
-rw-r--r-- | doc/man/kfind/CMakeLists.txt | 7 | ||||
-rw-r--r-- | doc/man/kfind/kfind.1 | 58 |
2 files changed, 65 insertions, 0 deletions
diff --git a/doc/man/kfind/CMakeLists.txt b/doc/man/kfind/CMakeLists.txt new file mode 100644 index 000000000..65c83b94f --- /dev/null +++ b/doc/man/kfind/CMakeLists.txt @@ -0,0 +1,7 @@ +file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) + +install( + FILES ${_man_files} + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/kfind/kfind.1 b/doc/man/kfind/kfind.1 new file mode 100644 index 000000000..55542fd66 --- /dev/null +++ b/doc/man/kfind/kfind.1 @@ -0,0 +1,58 @@ +.TH KFIND 1 "August, 25 2003" +.SH NAME +kfind \- TDE find tool +.SH SYNOPSIS +.B kfind +.RI [ options ] [searchpath] +.SH DESCRIPTION +This manual page documents briefly the +.B kfind +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +.\" TeX users may be more comfortable with the \fB<whatever>\fP and +.\" \fI<whatever>\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBkfind\fP is a find tool for TDE. It allows fine tuning of the search options (name, path, type, plain text search, meta search, modification date, size, user, group, ...) + +It also permits to save the results of the search in a file, which is a plain-text list of file URIs. (file:/path_to_file) + +.SH OPTIONS +These programs follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +.TP +.B \-\-help +Show summary of options. +.TP +.B \-\-help\-qt +Show QT specific help (common for all QT apps). +.TP +.B \-\-help\-tde +Show TDE specific help (common for all TDE apps). +.TP +.B \-\-help\-all +Show the complete help. +.TP +.B \-\-author +Show program author(s). +.TP +.B \-\-license +Show program license. +.TP +.B \-v, \-\-version +Show version of program. + +.TP +.B searchpath +is the path in which the search must be done + +.SH SEE ALSO +For more details, you should have a look at the TDE Help center, available +from the T menu. +.SH AUTHOR +This manual page was written by Clement Stenac <[email protected]>, +for the Debian GNU/Linux project (but may be used by others). +.PP +kfind was written by the KDE project |