File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Documentation/filesystems Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ tempting to consider that to have an empty final component. In many
76
76
ways that would lead to correct results, but not always. In
77
77
particular, ``mkdir() `` and ``rmdir() `` each create or remove a directory named
78
78
by the final component, and they are required to work with pathnames
79
- ending in "``/ ``". According to POSIX _
79
+ ending in "``/ ``". According to POSIX _:
80
80
81
- A pathname that contains at least one non- < slash> character and
82
- that ends with one or more trailing < slash> characters shall not
81
+ A pathname that contains at least one non-< slash> character and
82
+ that ends with one or more trailing < slash> characters shall not
83
83
be resolved successfully unless the last pathname component before
84
84
the trailing <slash> characters names an existing directory or a
85
85
directory entry that is to be created for a directory immediately
You can’t perform that action at this time.
0 commit comments