1
0
Fork 0
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:
Russell 2022-07-09 09:16:44 -07:00 committed by Sam Atkins
parent 5c3b182b7e
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
```