~ubuntu-branches/debian/sid/manpages-fr-extra/sid

« back to all changes in this revision

Viewing changes to coreutils/C/man1/cp.1

  • Committer: Package Import Robot
  • Author(s): Simon Paillard, Simon Paillard, David Prévot, Thomas Blein, Cédric Boutillier, Denis Mugnier, Bastien Scher
  • Date: 2011-11-18 21:09:01 UTC
  • Revision ID: package-import@ubuntu.com-20111118210901-ctsh5hx2fni3i62m
Tags: 20111118
[ Simon Paillard ]
* utils-linux: translate blkid 'device' when not a parameter. See #635737
* nfs-utils: add nfsidmap.5, blkmapd.8

[ David Prévot ]
* e2fsprog:
   + remove check-links
   + add new e4defrag.8 man page
* util-linux:
   + add indmnt.8, findmnt.8, fsfreeze.8, fstrim.8, lsblk.8, swaplabel.8
     mkfs.bfs.8, raw.8, rtcwake.8, tunelp.8
   + update translation 
* lilo:
   + global review (mainly lilo.conf.5)
   + update translation
* Update translation of at.
* Update translation of cron.
* Update translation of diffutils.
* Update translation of util-linux.
* Synchronize manpages against testing (instead of sid), to avoid situation
  where English manpages didn't migrate to testing.

[ Thomas Blein ]
* Update translation of eglibc.

[ Cédric Boutillier ]
* Update translation of e2fsprogs.

[ Denis Mugnier ]
* Update translation of nfs-utils.

[ Bastien Scher ]
* Update translation of coreutils.

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 CP "1" "April 2010" "GNU coreutils 8.5" "User Commands"
 
2
.TH CP "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
3
3
.SH NAME
4
4
cp \- copy files and directories
5
5
.SH SYNOPSIS
21
21
\fB\-a\fR, \fB\-\-archive\fR
22
22
same as \fB\-dR\fR \fB\-\-preserve\fR=\fIall\fR
23
23
.TP
 
24
\fB\-\-attributes\-only\fR
 
25
don't copy the file data, just the attributes
 
26
.TP
24
27
\fB\-\-backup\fR[=\fICONTROL\fR]
25
28
make a backup of each existing destination file
26
29
.TP
46
49
follow command\-line symbolic links in SOURCE
47
50
.TP
48
51
\fB\-l\fR, \fB\-\-link\fR
49
 
link files instead of copying
 
52
hard link files instead of copying
50
53
.TP
51
54
\fB\-L\fR, \fB\-\-dereference\fR
52
55
always follow symbolic links in SOURCE
159
162
.br
160
163
Report cp translation bugs to <http://translationproject.org/team/>
161
164
.SH COPYRIGHT
162
 
Copyright \(co 2010 Free Software Foundation, Inc.
 
165
Copyright \(co 2011 Free Software Foundation, Inc.
163
166
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
164
167
.br
165
168
This is free software: you are free to change and redistribute it.