mirror of
https://github.com/containers/podman.git
synced 2026-07-17 10:41:58 -04:00
Fix typos
Software version used https://github.com/crate-ci/typos/releases/tag/v1.13.10 The binary was downloaded from https://github.com/crate-ci/typos/releases/download/v1.13.10/typos-v1.13.10-x86_64-unknown-linux-musl.tar.gz Command that was run: typos --write-changes docs cmd cni contrib dependencies docs hack libpod pkg utils False positives were manually removed. A few marshaling/existant typos were manually fixed. Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ so networks have to be created again after a backend change.
|
||||
| prune | [podman-network-prune(1)](podman-network-prune.1.md) | Remove all unused networks |
|
||||
| reload | [podman-network-reload(1)](podman-network-reload.1.md) | Reload network configuration for containers |
|
||||
| rm | [podman-network-rm(1)](podman-network-rm.1.md) | Remove one or more networks |
|
||||
| update | [podman-network-upate(1)](podman-network-update.1.md) | Update an existing Podman network |
|
||||
| update | [podman-network-update(1)](podman-network-update.1.md) | Update an existing Podman network |
|
||||
|
||||
## SEE ALSO
|
||||
**[podman(1)](podman.1.md)**, **[containers.conf(5)](https://github.com/containers/common/blob/main/docs/containers.conf.5.md)**
|
||||
|
||||
@@ -590,7 +590,7 @@ Valid options for `[Volume]` are listed below:
|
||||
| ----------------- | ------------------ |
|
||||
| Device=tmpfs | --opt device=tmpfs |
|
||||
| Copy=true | --opt copy |
|
||||
| Groupt=192 | --opt group=192 |
|
||||
| Group=192 | --opt group=192 |
|
||||
| Label="foo=bar" | --label "foo=bar" |
|
||||
| Options=XYZ | --opt XYZ |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user