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/recfmt.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/recfmt.1')
-rw-r--r-- | upstream/debian-unstable/man1/recfmt.1 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/recfmt.1 b/upstream/debian-unstable/man1/recfmt.1 new file mode 100644 index 00000000..401bc06f --- /dev/null +++ b/upstream/debian-unstable/man1/recfmt.1 @@ -0,0 +1,44 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH RECFMT "1" "February 2024" "GNU recutils 1.9" "User Commands" +.SH NAME +recfmt \- apply a template to records +.SH SYNOPSIS +.B recfmt +[\fI\,OPTION\/\fR]... [\fI\,TEMPLATE\/\fR] +.SH DESCRIPTION +Apply a template to records read from standard input. +.TP +\fB\-f\fR, \fB\-\-file\fR=\fI\,FILENAME\/\fR +read the template to apply from a file. +.TP +\fB\-\-help\fR +print a help message and exit. +.TP +\fB\-\-version\fR +show version and exit. +.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 recfmt +is maintained as a Texinfo manual. If the +.B info +and +.B recfmt +programs are properly installed at your site, the command +.IP +.B info recutils +.PP +should give you access to the complete manual. |