diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2022-09-13 09:57:10 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2022-09-13 09:57:10 +0000 |
commit | 00f293e10730ccbeadac7e9da374c314fdf6a9b1 (patch) | |
tree | 5da8c44050348ee838fffaf8d21d82305152fa68 /gnu/usr.bin | |
parent | b541ca6ce02bc4a5b8a7c2ed157ba6fd894cf4b7 (diff) |
support more than one input file in llvm-ranlib by backporting
commit aa173573198e024b065c5f6523ce26bb865781b7 from upstream
ok kettenis@
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/clang/llvm-ar/ranlib.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/clang/llvm-ar/ranlib.1 b/gnu/usr.bin/clang/llvm-ar/ranlib.1 index 6a287b7b28e..9b5cb749f0d 100644 --- a/gnu/usr.bin/clang/llvm-ar/ranlib.1 +++ b/gnu/usr.bin/clang/llvm-ar/ranlib.1 @@ -32,11 +32,11 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .. .SH SYNOPSIS .sp -\fBllvm\-ranlib\fP [\fIoptions\fP] +\fBllvm\-ranlib\fP [\fIoptions\fP] \fIarchive...\fP .SH DESCRIPTION .sp \fBllvm\-ranlib\fP is an alias for the llvm\-ar tool that -generates an index for an archive. It can be used as a replacement for GNU\(aqs +generates an index for one or more archives. It can be used as a replacement for GNU\(aqs \fBranlib\fP tool. .sp Running \fBllvm\-ranlib\fP is equivalent to running \fBllvm\-ar s\fP\&. |