Tizen 2.0 Release
[external/tizen-coreutils.git] / man / factor.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH FACTOR "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 factor \- factor numbers
5 .SH SYNOPSIS
6 .B factor
7 [\fINUMBER\fR]...
8 .br
9 .B factor
10 \fIOPTION\fR
11 .SH DESCRIPTION
12 .\" Add any additional description here
13 .PP
14 Print the prime factors of each NUMBER.
15 .TP
16 \fB\-\-help\fR
17 display this help and exit
18 .TP
19 \fB\-\-version\fR
20 output version information and exit
21 .PP
22 Print the prime factors of all specified integer NUMBERs.  If no arguments
23 are specified on the command line, they are read from standard input.
24 .SH AUTHOR
25 Written by Paul Rubin.
26 .SH "REPORTING BUGS"
27 Report bugs to <bug\-coreutils@gnu.org>.
28 .SH COPYRIGHT
29 Copyright \(co 2007 Free Software Foundation, Inc.
30 .br
31 This is free software.  You may redistribute copies of it under the terms of
32 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
33 There is NO WARRANTY, to the extent permitted by law.
34 .SH "SEE ALSO"
35 The full documentation for
36 .B factor
37 is maintained as a Texinfo manual.  If the
38 .B info
39 and
40 .B factor
41 programs are properly installed at your site, the command
42 .IP
43 .B info factor
44 .PP
45 should give you access to the complete manual.