From ec2bfe4a4af4460fa7a6d6c24676657fb1b25b7c Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:02:17 +0200 Subject: [PATCH] nm-online: add page; nmtui-{connect,edit,hostname}: add alias pages (#10426) * nmtui-{connect,edit,hostname}: add alias pages * nm-online: add page --- pages/linux/nm-online.md | 12 ++++++++++++ pages/linux/nmtui-connect.md | 7 +++++++ pages/linux/nmtui-edit.md | 7 +++++++ pages/linux/nmtui-hostname.md | 7 +++++++ 4 files changed, 33 insertions(+) create mode 100644 pages/linux/nm-online.md create mode 100644 pages/linux/nmtui-connect.md create mode 100644 pages/linux/nmtui-edit.md create mode 100644 pages/linux/nmtui-hostname.md diff --git a/pages/linux/nm-online.md b/pages/linux/nm-online.md new file mode 100644 index 000000000..3710f10a0 --- /dev/null +++ b/pages/linux/nm-online.md @@ -0,0 +1,12 @@ +# nm-online + +> Ask NetworkManager whether the network is connected. +> More information: . + +- Find out whether the network is connected and print the result to `stdout`: + +`nm-online` + +- Wait `n` seconds for a connection (30 by default): + +`nm-online --timeout {{n}}` diff --git a/pages/linux/nmtui-connect.md b/pages/linux/nmtui-connect.md new file mode 100644 index 000000000..5b0894a2e --- /dev/null +++ b/pages/linux/nmtui-connect.md @@ -0,0 +1,7 @@ +# nmtui-connect + +> This command is an alias of `nmtui connect`. + +- View documentation for the original command: + +`tldr nmtui` diff --git a/pages/linux/nmtui-edit.md b/pages/linux/nmtui-edit.md new file mode 100644 index 000000000..deeb33243 --- /dev/null +++ b/pages/linux/nmtui-edit.md @@ -0,0 +1,7 @@ +# nmtui-edit + +> This command is an alias of `nmtui edit`. + +- View documentation for the original command: + +`tldr nmtui` diff --git a/pages/linux/nmtui-hostname.md b/pages/linux/nmtui-hostname.md new file mode 100644 index 000000000..1ba8c9cde --- /dev/null +++ b/pages/linux/nmtui-hostname.md @@ -0,0 +1,7 @@ +# nmtui-hostname + +> This command is an alias of `nmtui hostname`. + +- View documentation for the original command: + +`tldr nmtui`