diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/recfix.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/recfix.1')
-rw-r--r-- | upstream/debian-unstable/man1/recfix.1 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/recfix.1 b/upstream/debian-unstable/man1/recfix.1 new file mode 100644 index 00000000..012709e9 --- /dev/null +++ b/upstream/debian-unstable/man1/recfix.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH RECFIX "1" "February 2024" "GNU recutils 1.9" "User Commands" +.SH NAME +recfix \- check a recfile for errors +.SH SYNOPSIS +.B recfix +[\fI\,OPTION\/\fR]... [\fI\,OPERATION\/\fR] [\fI\,OP_OPTION\/\fR]... [\fI\,FILE\/\fR] +.SH DESCRIPTION +Check and fix rec files. +.TP +\fB\-\-no\-external\fR +don't use external descriptors. +.TP +\fB\-\-force\fR +force the requested operation. +.TP +\fB\-\-help\fR +print a help message and exit. +.TP +\fB\-\-version\fR +show version and exit. +.SS "Operations:" +.TP +\fB\-\-check\fR +check integrity of the specified file. Default. +.TP +\fB\-\-sort\fR +sort the records in the specified file. +.TP +\fB\-\-auto\fR +insert auto\-generated fields in records missing them. +.TP +\fB\-\-encrypt\fR +encrypt confidential fields in the specified file. +.TP +\fB\-\-decrypt\fR +decrypt confidential fields in the specified file. +.SS "De/Encryption options:" +.TP +\fB\-s\fR, \fB\-\-password\fR=\fI\,PASSWORD\/\fR +encrypt/decrypt with this password. +.PP +If no FILE is specified then the command acts like a filter, getting +the data from standard input and writing the result to standard output. +.SH AUTHOR +Written by Jose E. Marchesi. +.SH "REPORTING BUGS" +Report bugs to: bug\-recutils@gnu.org +.br +GNU recutils home page: <https://www.gnu.org/software/recutils/> +.br +General help using GNU software: <http://www.gnu.org/gethelp/> +.SH COPYRIGHT +Copyright \(co 2010\-2020 Jose E. Marchesi. +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B recfix +is maintained as a Texinfo manual. If the +.B info +and +.B recfix +programs are properly installed at your site, the command +.IP +.B info recutils +.PP +should give you access to the complete manual. |