Auto merge of #23387 - Manishearth:rollup, r=Manishearth

- Successful merges: #23375, #23379, #23382, #23384
- Failed merges:
This commit is contained in:
bors
2015-03-15 16:06:04 +00:00
4 changed files with 12 additions and 25 deletions

View File

@@ -86,8 +86,8 @@
//!
//! * Occurrences of `.` are normalized away, *except* if they are at
//! the beginning of the path (in which case they are often meaningful
//! in terms of path searching). So, fore xample, `a/./b`, `a/b/`,
//! `/a/b/.` and `a/b` all ahve components `a` and `b`, but `./a/b`
//! in terms of path searching). So, for example, `a/./b`, `a/b/`,
//! `/a/b/.` and `a/b` all have components `a` and `b`, but `./a/b`
//! has a leading current directory component.
//!
//! No other normalization takes place by default. In particular,