diff options
author | Russell <miller.time.baby@gmail.com> | 2022-07-09 09:16:44 -0700 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-07-10 11:41:45 +0100 |
commit | cfea934cc84117d1862ec7d9c01bb907fce80973 (patch) | |
tree | 422772497509870168301923db5e6dc049c8cc11 /Base/usr | |
parent | 5c3b182b7eacc6fc6bf11271019d16ca8a107805 (diff) | |
download | serenity-cfea934cc84117d1862ec7d9c01bb907fce80973.zip |
Base: Add uptime(1) manpage
Diffstat (limited to 'Base/usr')
-rw-r--r-- | Base/usr/share/man/man1/uptime.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/uptime.md b/Base/usr/share/man/man1/uptime.md new file mode 100644 index 0000000000..c00da08187 --- /dev/null +++ b/Base/usr/share/man/man1/uptime.md @@ -0,0 +1,16 @@ +## Name + +uptime - Tell how long the system has been running + +## Synopsis + +```sh +$ uptime +``` + +## Examples + +```sh +$ uptime +Up 2 minutes, 20 seconds +``` |