mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
Remove more dead documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187403 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -84,20 +84,19 @@ m[abi]
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
p[k]
|
p
|
||||||
|
|
||||||
Print files to the standard output. The *k* modifier applies to this
|
Print files to the standard output. This operation simply prints the
|
||||||
operation. This operation simply prints the *files* indicated to the
|
*files* indicated to the standard output. If no *files* are
|
||||||
standard output. If no *files* are specified, the entire archive is printed.
|
specified, the entire archive is printed. Printing bitcode files is
|
||||||
Printing bitcode files is ill-advised as they might confuse your terminal
|
ill-advised as they might confuse your terminal settings. The *p*
|
||||||
settings. The *p* operation never modifies the archive.
|
operation never modifies the archive.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
q[Rf]
|
q
|
||||||
|
|
||||||
Quickly append files to the end of the archive. The *R*, and *f*
|
Quickly append files to the end of the archive. This operation quickly adds the
|
||||||
modifiers apply to this operation. This operation quickly adds the
|
|
||||||
*files* to the archive without checking for duplicates that should be
|
*files* to the archive without checking for duplicates that should be
|
||||||
removed first. If no *files* are specified, the archive is not modified.
|
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
|
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
|
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* or insert them at the end of the archive if they do not exist. If no
|
||||||
*files* are specified, the archive is not modified.
|
*files* are specified, the archive is not modified.
|
||||||
|
Reference in New Issue
Block a user