diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-12 17:34:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-12 17:34:19 +0000 |
commit | fe84ea5db28793a9ec7bc78962f0c67afab54c59 (patch) | |
tree | 6a2c7fb930e334e7f6e37cdbcecc07d085718d70 /binutils/ar.1 | |
parent | 71add731336d5a00710088c981edb9d6de3e2de9 (diff) | |
download | gdb-fe84ea5db28793a9ec7bc78962f0c67afab54c59.zip gdb-fe84ea5db28793a9ec7bc78962f0c67afab54c59.tar.gz gdb-fe84ea5db28793a9ec7bc78962f0c67afab54c59.tar.bz2 |
* ar.c (full_pathname): New static variable.
(map_over_members): Call normalize on command line parameter.
(usage): Mention P modifier.
(normalize): If full_pathname is true, don't do anything.
(main): Accept P modifier.
* binutils.texi, ar.1: Document P modifier.
Diffstat (limited to 'binutils/ar.1')
-rw-r--r-- | binutils/ar.1 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/binutils/ar.1 b/binutils/ar.1 index e4e8cff..5a9a9d5 100644 --- a/binutils/ar.1 +++ b/binutils/ar.1 @@ -1,6 +1,6 @@ -.\" Copyright (c) 1991 Free Software Foundation +.\" Copyright (c) 1991, 1992, 1993, 1995, 1998, 1999 Free Software Foundation .\" See section COPYING for conditions for redistribution -.TH ar 1 "5 November 1991" "cygnus support" "GNU Development Tools" +.TH ar 1 "1999" "Cygnus Solutions" "GNU Development Tools" .de BP .sp .ti \-.2i @@ -385,6 +385,18 @@ modifier may be used to truncate file names when putting them in the archive. .TP +.B P +Use the full path name when matching names in the archive. +.B ar +can not create an archive with a full path name (such archives are not +POSIX complaint), but other archive creators can. This option will +cause +.B ar +to match file names using a complete path name, which can be +convenient when extracting a single file from an archive created by +another tool. + +.TP .B i Insert new files \c .I before\c @@ -491,7 +503,7 @@ The GNU Binary Utilities\c \&. .SH COPYING -Copyright (c) 1991 Free Software Foundation, Inc. +Copyright (c) 1991, 1992, 1993, 1995, 1998, 1999 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice |