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/fedora-40/man1/recinf.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/fedora-40/man1/recinf.1')
-rw-r--r-- | upstream/fedora-40/man1/recinf.1 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/upstream/fedora-40/man1/recinf.1 b/upstream/fedora-40/man1/recinf.1 new file mode 100644 index 00000000..e51c041c --- /dev/null +++ b/upstream/fedora-40/man1/recinf.1 @@ -0,0 +1,56 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH RECINF "1" "April 2022" "recinf 1.9" "User Commands" +.SH NAME +recinf \- print information about a recfile +.SH SYNOPSIS +.B recinf +[\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]... +.SH DESCRIPTION +Print information about the types of records stored in the input. +.TP +\fB\-t\fR, \fB\-\-type\fR=\fI\,RECORD_TYPE\/\fR +print information on the records having the +specified type. +.TP +\fB\-d\fR, \fB\-\-descriptor\fR +include the full record descriptors. +.TP +\fB\-n\fR, \fB\-\-names\-only\fR +output just the names of the record files +found in the input. +.TP +\fB\-\-help\fR +print a help message and exit. +.TP +\fB\-\-version\fR +show version and exit. +.SS "Special options:" +.TP +\fB\-S\fR, \fB\-\-print\-sexps\fR +print the data in sexps instead of rec format. +.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 recinf +is maintained as a Texinfo manual. If the +.B info +and +.B recinf +programs are properly installed at your site, the command +.IP +.B info recutils +.PP +should give you access to the complete manual. |