diff options
Diffstat (limited to 'upstream/fedora-rawhide/man1/recfix.1')
-rw-r--r-- | upstream/fedora-rawhide/man1/recfix.1 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man1/recfix.1 b/upstream/fedora-rawhide/man1/recfix.1 new file mode 100644 index 00000000..d4a4d66e --- /dev/null +++ b/upstream/fedora-rawhide/man1/recfix.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH RECFIX "1" "April 2022" "recfix 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. |