diff options
| author | he <he@NetBSD.org> | 2009-03-08 16:37:36 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2009-03-08 16:37:36 +0000 |
| commit | f0edc036fb3208be6b9303bbbe85ca277cb73543 (patch) | |
| tree | 3747ad2aad1fc567c68e820fedaff5954e2dfb86 /gnu | |
| parent | 5e99d26fbeb9c7ef1c84146905e116f5da65deb7 (diff) | |
Regenerate the ar.1 manual page after the addition of the D flag
as part of the recently added BFD_DETERMINISTIC_OUTPUT feature.
Thanks to perry@ for the nudge.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/binutils/binutils/doc/ar.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gnu/dist/binutils/binutils/doc/ar.1 b/gnu/dist/binutils/binutils/doc/ar.1 index 1ae7a09bbb9..c5653fc3538 100644 --- a/gnu/dist/binutils/binutils/doc/ar.1 +++ b/gnu/dist/binutils/binutils/doc/ar.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32 .\" .\" Standard preamble: .\" ======================================================================== @@ -128,7 +128,7 @@ .\" ======================================================================== .\" .IX Title "AR 1" -.TH AR 1 "2005-04-20" "binutils-2.15.97" "GNU Development Tools" +.TH AR 1 "2009-03-08" "binutils-2.16.1" "GNU Development Tools" .SH "NAME" ar \- create, modify, and extract from archives .SH "SYNOPSIS" @@ -291,6 +291,14 @@ member must be present as the \fIrelpos\fR argument, before the created if it did not exist, when you request an update. But a warning is issued unless you specify in advance that you expect to create it, by using this modifier. +.IP "\fBD\fR" 4 +.IX Item "D" +Operate in \fIdeterministic\fR mode. When adding files and the archive +index use zero for UIDs, GIDs, timestamps, and use consistent file modes +for all files. When this option is used, if \fBar\fR is used with +identical options and identical input files, multiple runs will create +identical output files regardless of the input files' owners, groups, +file modes, or modification times. .IP "\fBf\fR" 4 .IX Item "f" Truncate names in the archive. \s-1GNU\s0 \fBar\fR will normally permit file |
