[Tabfmt-cvs] tabfmt/man tabfmt.1,1.1.1.1,1.2
Status: Beta
Brought to you by:
joloc
From: Claudio J. <jo...@us...> - 2006-01-10 16:34:53
|
Update of /cvsroot/tabfmt/tabfmt/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17235/man Modified Files: tabfmt.1 Log Message: Regenerated. Index: tabfmt.1 =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/man/tabfmt.1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tabfmt.1 7 Jan 2006 19:52:43 -0000 1.1.1.1 --- tabfmt.1 10 Jan 2006 16:34:46 -0000 1.2 *************** *** 1,11 **** .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. ! .TH TABFMT "1" "December 2005" "tabfmt (tabfmt) 0.1 - format a table" "User Commands" .SH NAME ! tabfmt \- manual page for tabfmt (tabfmt) 0.1 - format a table .SH SYNOPSIS .B tabfmt [\fIOPTION\fR]... [\fIFILE\fR]... .SH DESCRIPTION ! Format a table producing constant\-width columns. If no FILE or if FILE is `\-', read standard input. .PP --- 1,11 ---- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. ! .TH TABFMT "1" "January 2006" "tabfmt (tabfmt) 0.1 - format tabular data" "User Commands" .SH NAME ! tabfmt \- Format tabular data .SH SYNOPSIS .B tabfmt [\fIOPTION\fR]... [\fIFILE\fR]... .SH DESCRIPTION ! Format tabular data producing constant\-width columns. If no FILE or if FILE is `\-', read standard input. .PP *************** *** 37,41 **** .TP \fB\-d\fR, \fB\-\-delimiter\fR=\fIDELIM\fR ! set of field delimiters [IFS] .TP \fB\-D\fR, \fB\-\-output\-delimiter\fR=\fIDELIM\fR --- 37,41 ---- .TP \fB\-d\fR, \fB\-\-delimiter\fR=\fIDELIM\fR ! set of field delimiters [TAB,SPC] .TP \fB\-D\fR, \fB\-\-output\-delimiter\fR=\fIDELIM\fR *************** *** 90,97 **** \ev vertical tab .SH AUTHOR Written by Claudio Jolowicz <cl...@jo...>. .SH "REPORTING BUGS" ! Report bugs to <cl...@jo...>. .SH COPYRIGHT Copyright \(co 2005 Claudio Jolowicz. --- 90,100 ---- \ev vertical tab + .PP + If the IFS environment variable is set, its value will be used as the + set of input field separators, unless overridden with the \fB\-d\fR option. .SH AUTHOR Written by Claudio Jolowicz <cl...@jo...>. .SH "REPORTING BUGS" ! Report bugs to tabfmt\-d...@li.... .SH COPYRIGHT Copyright \(co 2005 Claudio Jolowicz. |