Base: Add uptime(1) manpage

This commit is contained in:
Russell 2022-07-09 09:16:44 -07:00 committed by Sam Atkins
commit cfea934cc8
Notes: sideshowbarker 2024-07-17 09:33:20 +09:00

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