From 58a805851b6528d5f3c8d54dfcb38b7d5f819f76 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:39:05 +0200 Subject: [PATCH] x86_64, uname26, linux32, linux64, i386: add page (#15374) * Create x86_64.md * Update x86_64.md * Create uname26.md * Create linux32.md * Create linux64.md * Create i386.md --- pages/linux/i386.md | 7 +++++++ pages/linux/linux32.md | 7 +++++++ pages/linux/linux64.md | 7 +++++++ pages/linux/uname26.md | 7 +++++++ pages/linux/x86_64.md | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 pages/linux/i386.md create mode 100644 pages/linux/linux32.md create mode 100644 pages/linux/linux64.md create mode 100644 pages/linux/uname26.md create mode 100644 pages/linux/x86_64.md diff --git a/pages/linux/i386.md b/pages/linux/i386.md new file mode 100644 index 0000000000..1fe6472dc2 --- /dev/null +++ b/pages/linux/i386.md @@ -0,0 +1,7 @@ +# i386 + +> This command is an alias of `setarch i386`. + +- View documentation for the original command: + +`tldr setarch` diff --git a/pages/linux/linux32.md b/pages/linux/linux32.md new file mode 100644 index 0000000000..d686342390 --- /dev/null +++ b/pages/linux/linux32.md @@ -0,0 +1,7 @@ +# linux32 + +> This command is an alias of `setarch linux32`. + +- View documentation for the original command: + +`tldr setarch` diff --git a/pages/linux/linux64.md b/pages/linux/linux64.md new file mode 100644 index 0000000000..7e9ef93b3b --- /dev/null +++ b/pages/linux/linux64.md @@ -0,0 +1,7 @@ +# linux64 + +> This command is an alias of `setarch linux64`. + +- View documentation for the original command: + +`tldr setarch` diff --git a/pages/linux/uname26.md b/pages/linux/uname26.md new file mode 100644 index 0000000000..2a9234f28f --- /dev/null +++ b/pages/linux/uname26.md @@ -0,0 +1,7 @@ +# uname26 + +> This command is an alias of `setarch uname26`. + +- View documentation for the original command: + +`tldr setarch` diff --git a/pages/linux/x86_64.md b/pages/linux/x86_64.md new file mode 100644 index 0000000000..93fd482751 --- /dev/null +++ b/pages/linux/x86_64.md @@ -0,0 +1,7 @@ +# x86_64 + +> This command is an alias of `setarch x86_64`. + +- View documentation for the original command: + +`tldr setarch`