1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:47:45 +00:00

Base: Add more manpages for command-line utilities

This commit is contained in:
Maciej Zygmanowski 2021-05-31 17:16:21 +02:00 committed by Gunnar Beutner
parent 5d8585df97
commit 57340dda36
25 changed files with 749 additions and 0 deletions

View file

@ -0,0 +1,26 @@
## Name
umount - unmount file system
## Synopsis
```**sh
$ umount <mountpoint>
```
## Arguments
* `mountpoint`: File system path to unmount
## Description
`umount` run as root unmounts a file system mounted at specified `mountpoint`.
## Examples
```sh
# umount /
```
## See also
* [`mount`(8)](../man8/mount.md)