OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/coreutils.git] / original / man1 / fold.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH FOLD "1" "March 2012" "GNU coreutils 8.16" "User Commands"
3 .SH NAME
4 fold \- wrap each input line to fit in specified width
5 .SH SYNOPSIS
6 .B fold
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Wrap input lines in each FILE (standard input by default), writing to
12 standard output.
13 .PP
14 Mandatory arguments to long options are mandatory for short options too.
15 .TP
16 \fB\-b\fR, \fB\-\-bytes\fR
17 count bytes rather than columns
18 .TP
19 \fB\-s\fR, \fB\-\-spaces\fR
20 break at spaces
21 .TP
22 \fB\-w\fR, \fB\-\-width\fR=\fIWIDTH\fR
23 use WIDTH columns instead of 80
24 .TP
25 \fB\-\-help\fR
26 display this help and exit
27 .TP
28 \fB\-\-version\fR
29 output version information and exit
30 .SH AUTHOR
31 Written by David MacKenzie.
32 .SH "REPORTING BUGS"
33 Report fold bugs to bug\-coreutils@gnu.org
34 .br
35 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
36 .br
37 General help using GNU software: <http://www.gnu.org/gethelp/>
38 .br
39 Report fold translation bugs to <http://translationproject.org/team/>
40 .SH COPYRIGHT
41 Copyright \(co 2012 Free Software Foundation, Inc.
42 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
43 .br
44 This is free software: you are free to change and redistribute it.
45 There is NO WARRANTY, to the extent permitted by law.
46 .SH "SEE ALSO"
47 The full documentation for
48 .B fold
49 is maintained as a Texinfo manual.  If the
50 .B info
51 and
52 .B fold
53 programs are properly installed at your site, the command
54 .IP
55 .B info coreutils \(aqfold invocation\(aq
56 .PP
57 should give you access to the complete manual.