diff options
author | Michele Calgaro <[email protected]> | 2023-12-11 04:11:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-05 10:23:45 +0900 |
commit | 95f2a2d8b59e13dcdcd7e58ed4ec8553f039b45e (patch) | |
tree | 933488bf4df57a5bf417ed94e3b63bf5e79e632b /doc/man/mountconfig-trinity.1 | |
parent | fb563936c18efd3808cb88d6e6dc68f8997befac (diff) | |
download | tde-guidance-95f2a2d8b59e13dcdcd7e58ed4ec8553f039b45e.tar.gz tde-guidance-95f2a2d8b59e13dcdcd7e58ed4ec8553f039b45e.zip |
Conversion to cmake building system
Signed-off-by: Michele Calgaro <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/man/mountconfig-trinity.1')
-rw-r--r-- | doc/man/mountconfig-trinity.1 | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/doc/man/mountconfig-trinity.1 b/doc/man/mountconfig-trinity.1 new file mode 100644 index 0000000..d3076cc --- /dev/null +++ b/doc/man/mountconfig-trinity.1 @@ -0,0 +1,69 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.TH "MOUNTCONFIG" "1" "aout 2, 2005" "" "" +.SH "NAME" +mountconfig \- disk and filesystem administration tool +.SH "SYNOPSIS" +.B mountconfig +.RI [ options ] +.br +.SH "DESCRIPTION" +This manual page documents briefly the +.B mountconfig +commands. 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. +\fBmountconfig\fP is a disk and filesystem administration tool. +.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 \-v, \-\-version +Show version of program. +.TP +.B \-\-license +Show program license. +.SH "SEE ALSO" +.BR displayconfig (1), +.BR displayconfig-restore (1), +.BR serviceconfig (1), +.BR userconfig (1). +.br +.SH "AUTHOR" +mountconfig was written by <[email protected]>. +.PP +This manual page was written by Fathi Boudra <[email protected]>, +for the Debian project (but may be used by others). |