Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit bcbb5da

Browse files
committed
Remove more dead documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187403 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 80cdaf3 commit bcbb5da

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

docs/CommandGuide/llvm-ar.rst

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,30 +84,29 @@ m[abi]
8484

8585

8686

87-
p[k]
87+
p
8888

89-
Print files to the standard output. The *k* modifier applies to this
90-
operation. This operation simply prints the *files* indicated to the
91-
standard output. If no *files* are specified, the entire archive is printed.
92-
Printing bitcode files is ill-advised as they might confuse your terminal
93-
settings. The *p* operation never modifies the archive.
89+
Print files to the standard output. This operation simply prints the
90+
*files* indicated to the standard output. If no *files* are
91+
specified, the entire archive is printed. Printing bitcode files is
92+
ill-advised as they might confuse your terminal settings. The *p*
93+
operation never modifies the archive.
9494

9595

9696

97-
q[Rf]
97+
q
9898

99-
Quickly append files to the end of the archive. The *R*, and *f*
100-
modifiers apply to this operation. This operation quickly adds the
99+
Quickly append files to the end of the archive. This operation quickly adds the
101100
*files* to the archive without checking for duplicates that should be
102101
removed first. If no *files* are specified, the archive is not modified.
103102
Because of the way that **llvm-ar** constructs the archive file, its dubious
104103
whether the *q* operation is any faster than the *r* operation.
105104

106105

107106

108-
r[Rabfu]
107+
r[abu]
109108

110-
Replace or insert file members. The *R*, *a*, *b*, *f*, and *u*
109+
Replace or insert file members. The *a*, *b*, and *u*
111110
modifiers apply to this operation. This operation will replace existing
112111
*files* or insert them at the end of the archive if they do not exist. If no
113112
*files* are specified, the archive is not modified.

0 commit comments

Comments
 (0)