Previously we only had a stub document.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/docs/CommandGuide/llvm-strings.rst | ||
---|---|---|
14 ↗ | (On Diff #220102) | POSIX.1-2017 has a brief description.
If we follow its wording, we can merge this sentence with the sentence below:
|
16 ↗ | (On Diff #220102) |
I assume you mean -a. Other binary utilities have differences with their GNU binutils counterparts, I am just wondering why you raise this point specifically for llvm-strings. PS: Our behavior (always -a) conforms to POSIX:
|
107 ↗ | (On Diff #220102) | Probably give an -t x example here. |
Address review comments:
- Reword introduction to be a bit more concise, and more closely match the POSIX description.
- Remove redundant comment about there being differences to GNU.
- Change --radix=x example to use -t x.