From b8145b82ec24dff07c4d69c0d3e039914e413baf Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:16:38 +0200 Subject: [PATCH] logout: add page (#15240) --- pages/common/logout.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/logout.md diff --git a/pages/common/logout.md b/pages/common/logout.md new file mode 100644 index 000000000..5fdf5e176 --- /dev/null +++ b/pages/common/logout.md @@ -0,0 +1,12 @@ +# logout + +> Exit a login shell. +> More information: . + +- Exit a login shell: + +`logout` + +- Exit a login shell and specify a return value: + +`logout {{N}}`