OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / GNU_textutils / original / man1 / pr.1
diff --git a/manual/GNU_textutils/original/man1/pr.1 b/manual/GNU_textutils/original/man1/pr.1
new file mode 100644 (file)
index 0000000..b2a7924
--- /dev/null
@@ -0,0 +1,149 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.012.
+.TH PR "1" "August 1999" "GNU textutils 2.0" FSF
+.SH NAME
+pr \- convert text files for printing
+.SH SYNOPSIS
+.B pr
+[\fIOPTION\fR]... [\fIFILE\fR]...
+.SH DESCRIPTION
+.PP
+.\" Add any additional description here
+.PP
+Paginate or columnate FILE(s) for printing.
+.IP
++FIRST_PAGE[:LAST_PAGE], \fB\-\-pages\fR=\fIFIRST_PAGE[\fR:LAST_PAGE]
+.IP
+begin [stop] printing with page FIRST_[LAST_]PAGE
+.IP
+\fB\-COLUMN\fR, \fB\-\-columns\fR=\fICOLUMN\fR
+.IP
+produce COLUMN-column output and print columns down,
+unless \fB\-a\fR is used. Balance number of lines in the
+columns on each page.
+.TP
+\fB\-a\fR, \fB\-\-across\fR
+print columns across rather than down, used together
+with \fB\-COLUMN\fR
+.IP
+\fB\-c\fR, \fB\-\-show\-control\-chars\fR
+.IP
+use hat notation (^G) and octal backslash notation
+.IP
+\fB\-d\fR, \fB\-\-double\-space\fR
+.IP
+double space the output
+.IP
+\fB\-e[CHAR[WIDTH]]\fR, \fB\-\-expand\-tabs\fR[=\fICHAR[WIDTH]\fR]
+.IP
+expand input CHARs (TABs) to tab WIDTH (8)
+.IP
+\fB\-F\fR, \fB\-f\fR, \fB\-\-form\-feed\fR
+.IP
+use form feeds instead of newlines to separate pages
+(by a 3-line page header with \fB\-F\fR or a 5-line header
+and trailer without \fB\-F\fR)
+.IP
+\fB\-h\fR HEADER, \fB\-\-header\fR=\fIHEADER\fR
+.IP
+use a centered HEADER instead of filename in page header,
+with long headers left-hand-side truncation may occur,
+\fB\-h\fR "" prints a blank line, don't use \fB\-h\fR""
+.IP
+\fB\-i[CHAR[WIDTH]]\fR, \fB\-\-output\-tabs\fR[=\fICHAR[WIDTH]\fR]
+.IP
+replace spaces with CHARs (TABs) to tab WIDTH (8)
+.TP
+\fB\-J\fR, \fB\-\-join\-lines\fR
+merge full lines, turns off \fB\-W\fR line truncation, no column
+alignment, \fB\-S[STRING]\fR sets separators
+.IP
+\fB\-l\fR PAGE_LENGTH, \fB\-\-length\fR=\fIPAGE_LENGTH\fR
+.IP
+set the page length to PAGE_LENGTH (66) lines
+(default number of lines of text 56, and with \fB\-F\fR 63)
+.TP
+\fB\-m\fR, \fB\-\-merge\fR
+print all files in parallel, one in each column,
+truncate lines, but join lines of full length with \fB\-J\fR
+.IP
+\fB\-n[SEP[DIGITS]]\fR, \fB\-\-number\-lines\fR[=\fISEP[DIGITS]\fR]
+.IP
+number lines, use DIGITS (5) digits, then SEP (TAB),
+default counting starts with 1st line of input file
+.IP
+\fB\-N\fR NUMBER, \fB\-\-first\-line\-number\fR=\fINUMBER\fR
+.IP
+start counting with NUMBER at 1st line of first
+page printed (see +FIRST_PAGE)
+.IP
+\fB\-o\fR MARGIN, \fB\-\-indent\fR=\fIMARGIN\fR
+.IP
+offset each line with MARGIN (zero) spaces, do not
+affect \fB\-w\fR or \fB\-W\fR, MARGIN will be added to PAGE_WIDTH
+.IP
+\fB\-r\fR, \fB\-\-no\-file\-warnings\fR
+.IP
+omit warning when a file cannot be opened
+.IP
+\fB\-s[CHAR]\fR,--separator[=CHAR]
+.IP
+separate columns by a single character, default for CHAR
+is the <TAB> character without \fB\-w\fR and 'no char' with \fB\-w\fR
+\fB\-s[CHAR]\fR turns off line truncation of all 3 column
+options (-COLUMN|-a \fB\-COLUMN\fR|-m) except \fB\-w\fR is set
+.IP
+\fB\-S[STRING]\fR, \fB\-\-sep\-string\fR[=\fISTRING\fR]
+.IP
+separate columns by an optional STRING, don't use
+\fB\-S\fR "STRING", \fB\-S\fR only: No separator used (same as \fB\-S\fR""),
+without \fB\-S\fR: Default separator <TAB> with \fB\-J\fR and <space>
+otherwise (same as \fB\-S\fR" "), no effect on column options
+.IP
+\fB\-t\fR, \fB\-\-omit\-header\fR omit page headers and trailers
+\fB\-T\fR, \fB\-\-omit\-pagination\fR
+.IP
+omit page headers and trailers, eliminate any pagination
+by form feeds set in input files
+.IP
+\fB\-v\fR, \fB\-\-show\-nonprinting\fR
+.IP
+use octal backslash notation
+.IP
+\fB\-w\fR PAGE_WIDTH, \fB\-\-width\fR=\fIPAGE_WIDTH\fR
+.IP
+set page width to PAGE_WIDTH (72) characters for
+multiple text-column output only, \fB\-s[char]\fR turns off (72)
+.IP
+\fB\-W\fR PAGE_WIDTH, \fB\-\-page\-width\fR=\fIPAGE_WIDTH\fR
+.IP
+set page width to PAGE_WIDTH (72) characters always,
+truncate lines, except \fB\-J\fR option is set, no interference
+with \fB\-S\fR or \fB\-s\fR
+.TP
+\fB\-\-help\fR
+display this help and exit
+.TP
+\fB\-\-version\fR
+output version information and exit
+.PP
+\fB\-T\fR implied by \fB\-l\fR nn when nn <= 10 or <= 3 with \fB\-F\fR. With no FILE, or when
+FILE is -, read standard input.
+.SH "REPORTING BUGS"
+Report bugs to <bug-textutils@gnu.org>.
+.SH "SEE ALSO"
+The full documentation for
+.B pr
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B pr
+programs are properly installed at your site, the command
+.IP
+.B info pr
+.PP
+should give you access to the complete manual.
+.SH COPYRIGHT
+Copyright \(co 1999 Free Software Foundation, Inc.
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.