Skip to content

Commit 6281e22

Browse files
committed
layer: tweak wording
Signed-off-by: Jonathan Boulle <[email protected]>
1 parent 3744081 commit 6281e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The resulting tar archive for `rootfs-c9d-v1.s1` has the following entries:
204204
./etc/.wh.my-app-config
205205
```
206206

207-
where the basename name of `./etc/my-app-config` is now prefixed with `.wh.`, and will therefore be removed when the changeset is applied.
207+
To signify that the resource `./etc/my-app-config` MUST be removed when the changeset is applied, the basename of the entry is prefixed with `.wh.`.
208208

209209
## Applying Changesets
210210

@@ -216,7 +216,7 @@ In the absence of any [whiteout](#whiteouts) files in a layer changeset, the arc
216216

217217
### Changeset over existing files
218218

219-
This section describes applying an entry from a layer changeset if the file path already exists.
219+
This section specifies applying an entry from a layer changeset if the target path already exists.
220220

221221
If the entry and the existing path are both directories, then the existing path's attributes MUST be replaced by those of the entry in the changeset.
222222
In all other cases, the implementation MUST do the semantic equivalent of the following:

0 commit comments

Comments
 (0)