diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-30 04:06:06 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-30 04:06:06 +0000 |
commit | bcbb5dacbd860aa24b567f2e637b626a5580f2b0 (patch) | |
tree | 815e594fce32270860915d290655072ed9c12a6c /docs/CommandGuide | |
parent | 80cdaf35abc528ee00bd49486d455436ec049581 (diff) | |
download | external_llvm-bcbb5dacbd860aa24b567f2e637b626a5580f2b0.zip external_llvm-bcbb5dacbd860aa24b567f2e637b626a5580f2b0.tar.gz external_llvm-bcbb5dacbd860aa24b567f2e637b626a5580f2b0.tar.bz2 |
Remove more dead documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187403 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-ar.rst | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/CommandGuide/llvm-ar.rst b/docs/CommandGuide/llvm-ar.rst index 3c46e2cf..d3ee993 100644 --- a/docs/CommandGuide/llvm-ar.rst +++ b/docs/CommandGuide/llvm-ar.rst @@ -84,20 +84,19 @@ m[abi] -p[k] +p - Print files to the standard output. The *k* modifier applies to this - operation. This operation simply prints the *files* indicated to the - standard output. If no *files* are specified, the entire archive is printed. - Printing bitcode files is ill-advised as they might confuse your terminal - settings. The *p* operation never modifies the archive. + Print files to the standard output. This operation simply prints the + *files* indicated to the standard output. If no *files* are + specified, the entire archive is printed. Printing bitcode files is + ill-advised as they might confuse your terminal settings. The *p* + operation never modifies the archive. -q[Rf] +q - Quickly append files to the end of the archive. The *R*, and *f* - modifiers apply to this operation. This operation quickly adds the + Quickly append files to the end of the archive. This operation quickly adds the *files* to the archive without checking for duplicates that should be removed first. If no *files* are specified, the archive is not modified. Because of the way that **llvm-ar** constructs the archive file, its dubious @@ -105,9 +104,9 @@ q[Rf] -r[Rabfu] +r[abu] - Replace or insert file members. The *R*, *a*, *b*, *f*, and *u* + Replace or insert file members. The *a*, *b*, and *u* modifiers apply to this operation. This operation will replace existing *files* or insert them at the end of the archive if they do not exist. If no *files* are specified, the archive is not modified. |