mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 23:26:02 +02:00

* pages.pt*: fix verb tenses * pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt*: fix more verb tenses * review PR --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
9 lines
333 B
Markdown
9 lines
333 B
Markdown
# addpart
|
|
|
|
> Informa ao kernel do Linux sobre a existência da partição especificada.
|
|
> O comando é um wrapper do ioctl `add partition`.
|
|
> Mais informações: <https://manned.org/addpart>.
|
|
|
|
- Informa ao kernel do Linux sobre a existência da partição especificada:
|
|
|
|
`addpart {{dispositivo}} {{particao}} {{inicio}} {{tamanho}}`
|