~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/csplit.1

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH CSPLIT "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH CSPLIT "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
csplit \- split a file into sections determined by context lines
5
5
.SH SYNOPSIS
8
8
.SH DESCRIPTION
9
9
.\" Add any additional description here
10
10
.PP
11
 
Output pieces of FILE separated by PATTERN(s) to files `xx00', `xx01', ...,
 
11
Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ...,
12
12
and output byte counts of each piece to standard output.
13
13
.PP
14
14
Mandatory arguments to long options are mandatory for short options too.
17
17
use sprintf FORMAT instead of %02d
18
18
.TP
19
19
\fB\-f\fR, \fB\-\-prefix\fR=\fIPREFIX\fR
20
 
use PREFIX instead of `xx'
 
20
use PREFIX instead of 'xx'
21
21
.TP
22
22
\fB\-k\fR, \fB\-\-keep\-files\fR
23
23
do not remove output files on errors
54
54
{*}
55
55
repeat the previous pattern as many times as possible
56
56
.PP
57
 
A line OFFSET is a required `+' or `\-' followed by a positive integer.
 
57
A line OFFSET is a required '+' or '\-' followed by a positive integer.
58
58
.SH AUTHOR
59
59
Written by Stuart Kemp and David MacKenzie.
60
60
.SH "REPORTING BUGS"
66
66
.br
67
67
Report csplit translation bugs to <http://translationproject.org/team/>
68
68
.SH COPYRIGHT
69
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
69
Copyright \(co 2012 Free Software Foundation, Inc.
70
70
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
71
71
.br
72
72
This is free software: you are free to change and redistribute it.