diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-09-30 16:36:46 +0200 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2018-09-30 16:36:46 +0200 |
commit | 71f288193240340d0ac142f1f00900c2629a3f91 (patch) | |
tree | 608256911b6f86b5b4c842d9f49728c499cf43f0 /doc/man | |
parent | 39f7f5a67bcf9c90d0655581ee9fa9adaa3d3052 (diff) | |
download | tdesudo-71f288193240340d0ac142f1f00900c2629a3f91.tar.gz tdesudo-71f288193240340d0ac142f1f00900c2629a3f91.zip |
convert to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/tdesudo.1 | 106 |
2 files changed, 111 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..8512250 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/tdesudo.1 b/doc/man/tdesudo.1 new file mode 100644 index 0000000..f8ef7d3 --- /dev/null +++ b/doc/man/tdesudo.1 @@ -0,0 +1,106 @@ +'\" -*- coding: us-ascii -*- +.if \n(.g .ds T< \\FC +.if \n(.g .ds T> \\F[\n[.fam]] +.de URL +\\$2 \(la\\$1\(ra\\$3 +.. +.if \n(.g .mso www.tmac +.TH tdesudo 1 2007-03-26 "" "" +.SH NAME +tdesudo \- a sudo frontend for TDE +.SH SYNOPSIS +'nh +.fi +.ad l +\fBtdesudo\fR \kx +.if (\nx>(\n(.l/2)) .nr x (\n(.l/5) +'in \n(.iu+\nxu +[ +\fB\fIGeneric-options\fB\fR +] [ +\fB\fItdesudo-options\fB\fR +] +'in \n(.iu-\nxu +.ad b +'hy +.SH DESCRIPTION +tdesudo is a frontend for sudo for the TDE desktop. +.SH OPTIONS +.TP +\*(T<\fB\-\-help\fR\*(T> +Show help about options +.TP +\*(T<\fB\-\-help\-qt\fR\*(T> +Show Qt specific options +.TP +\*(T<\fB\-\-help\-tde\fR\*(T> +Show TDE specific options +.TP +\*(T<\fB\-\-help\-all\fR\*(T> +Show all options +.TP +\*(T<\fB\-\-author\fR\*(T> +Show author information +.TP +\*(T<\fB\-v\fR\*(T>, \*(T<\fB\-\-version\fR\*(T> +Show version information +.TP +\*(T<\fB\-\-license\fR\*(T> +Show license information +.TP +\*(T<\fB\-\-\fR\*(T> +Indicates end of options +.TP +\*(T<\fB\-c \(Fo command \(Fc\fR\*(T> +Specifies the command to run +.TP +\*(T<\fB\-u \(Fo user \(Fc\fR\*(T> +Specifies the target uid [default is root] +.TP +\*(T<\fB\-n\fR\*(T> +Do not keep password +.TP +\*(T<\fB\-s\fR\*(T> +Forgets all passwords +.TP +\*(T<\fB\-p \(Fo priority \(Fc\fR\*(T> +Set priority value: between 0 and 100, 0 is lowest [default is 50] +.TP +\*(T<\fB\-\-nonewdcop\fR\*(T> +Let command use existing dcopserver +.TP +\*(T<\fB\-\-comment \(Fo comment \(Fc\fR\*(T> +Comment to display in the dialog box +.TP +\*(T<\fB\-\-noignorebutton\fR\*(T> +Do not display \(Fo ignore \(Fc button +.TP +\*(T<\fB\-i \(Fo icon_name \(Fc\fR\*(T> +Specify icon to use in the password dialog +.TP +\*(T<\fB\-d\fR\*(T> +Do not show the command to be run in the dialog +.TP +\*(T<\fB\-r\fR\*(T> +Use realtime scheduling +.TP +\*(T<\fB\-f \(Fo file \(Fc\fR\*(T> +Use target UID if \(Fo file \(Fc is not writeable +.TP +\*(T<\fB\-t\fR\*(T> +Enable terminal output (no password keeping) +.PP +.TP +\*(T<\fB\-u\fR\*(T> +Sets a runas user +.SH COPYRIGHT +This manual page was written by Anthony Mercatante +<\*(T<tonio@ubuntu.com\*(T>> for the +Ubuntu system (but may be used by others). +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU General Public License, +Version 2 or any later version published by the Free Software Foundation. +.PP +On Debian systems, the complete text of the GNU General Public +License can be found in +\*(T<\fI/usr/share/common\-licenses/GPL\fR\*(T>. |