1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:27:45 +00:00

Base: Add uptime(1) manpage

This commit is contained in:
Russell 2022-07-09 09:16:44 -07:00 committed by Sam Atkins
parent 5c3b182b7e
commit cfea934cc8

View 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
```