Skip to content

Commit 27c4fb6

Browse files
Merge pull request #27063 from vanou/fix_typo_in_chrootdirs_option_doc
fix: Correct typo in chrootdirs option
2 parents 098f1eb + 8d06a9e commit 27c4fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/markdown/options/chrootdirs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
#### **--chrootdirs**=*path*
66

77
Path to a directory inside the container that is treated as a `chroot` directory.
8-
Any Podman managed file (e.g., /etc/resolv.conf, /etc/hosts, etc/hostname) that is mounted into the root directory is mounted into that location as well.
8+
Any Podman managed file (e.g., /etc/resolv.conf, /etc/hosts, /etc/hostname) that is mounted into the root directory is mounted into that location as well.
99
Multiple directories are separated with a comma.

0 commit comments

Comments
 (0)