mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
Base: Add uptime(1) manpage
This commit is contained in:
parent
5c3b182b7e
commit
cfea934cc8
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