From bc8707f29054d13e43aa2d169d92c9232c01f39f Mon Sep 17 00:00:00 2001 From: pixel <35269695+pixelcmtd@users.noreply.github.com> Date: Mon, 20 Sep 2021 12:33:14 +0200 Subject: [PATCH] llvm-ar, llvm-nm, llvm-strings: add page (#6566) --- pages/common/llvm-ar.md | 7 +++++++ pages/common/llvm-nm.md | 7 +++++++ pages/common/llvm-strings.md | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 pages/common/llvm-ar.md create mode 100644 pages/common/llvm-nm.md create mode 100644 pages/common/llvm-strings.md diff --git a/pages/common/llvm-ar.md b/pages/common/llvm-ar.md new file mode 100644 index 0000000000..3febbb180c --- /dev/null +++ b/pages/common/llvm-ar.md @@ -0,0 +1,7 @@ +# llvm-ar + +> This command is an alias of `ar`. + +- View documentation for the original command: + +`tldr ar` diff --git a/pages/common/llvm-nm.md b/pages/common/llvm-nm.md new file mode 100644 index 0000000000..9bbf75969c --- /dev/null +++ b/pages/common/llvm-nm.md @@ -0,0 +1,7 @@ +# llvm-nm + +> This command is an alias of `nm`. + +- View documentation for the original command: + +`tldr nm` diff --git a/pages/common/llvm-strings.md b/pages/common/llvm-strings.md new file mode 100644 index 0000000000..2cece0af97 --- /dev/null +++ b/pages/common/llvm-strings.md @@ -0,0 +1,7 @@ +# llvm-strings + +> This command is an alias of `strings`. + +- View documentation for the original command: + +`tldr strings`