mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Base: Add uptime(1) manpage
This commit is contained in:
parent
5c3b182b7e
commit
cfea934cc8
Notes:
sideshowbarker
2024-07-17 09:33:20 +09:00
Author: https://github.com/miller-time 🔰
Commit: cfea934cc8
Pull-request: https://github.com/SerenityOS/serenity/pull/14528
1 changed files with 16 additions and 0 deletions
16
Base/usr/share/man/man1/uptime.md
Normal file
16
Base/usr/share/man/man1/uptime.md
Normal file
|
@ -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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue