From 245699f30380f9f3a990db1044f68e1e59c9fce2 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Tue, 23 May 2023 22:10:28 +0100 Subject: [PATCH] Base: Add man page for `w` --- Base/usr/share/man/man1/w.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Base/usr/share/man/man1/w.md diff --git a/Base/usr/share/man/man1/w.md b/Base/usr/share/man/man1/w.md new file mode 100644 index 0000000000..5c0358dffd --- /dev/null +++ b/Base/usr/share/man/man1/w.md @@ -0,0 +1,17 @@ +## Name + +w - Show information about currently logged-in users + +## Synopsis + +```sh +$ w [--no-header] [user] +``` + +## Options + +* `-h`, `--no-header`: Don't show the header + +## Arguments + +* `user`: Only show information about the specified user